summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)Author
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-21bcachefs: Call bch2_bkey_set_needs_rebalance() earlier in write pathKent Overstreet
2025-05-21bcachefs: async objs now support bch_write_opsKent Overstreet
2025-05-21bcachefs: Add comments for inode snapshot requirementsKent Overstreet
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet
2025-05-21bcachefs: RO mounts now use less memoryKent Overstreet
2025-05-01bcachefs: check for inode.bi_sectors underflowKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-03-31bcachefs: Fix null ptr deref in bch2_write_endio()Kent Overstreet
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet
2025-03-25bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data()Kent Overstreet
2025-03-24bcachefs: EIO cleanupKent Overstreet
2025-03-24bcachefs: bch2_write_prep_encoded_data() now returns errcodeKent Overstreet
2025-03-24bcachefs: Simplify bch2_write_op_error()Kent Overstreet
2025-03-24bcachefs: trace_io_move_write_failKent Overstreet
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet
2025-03-14bcachefs: bch2_write_op_error() now prints info about data updateKent Overstreet
2025-03-14bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enumsKent Overstreet
2025-03-14bcachefs: Separate running/runnable in wp statsKent Overstreet
2025-03-14bcachefs: Don't inc io_(read|write) counters for movesKent Overstreet
2025-02-12bcachefs: Reuse transactionAlan Huang
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet
2024-12-21bcachefs: list_pop_entry()Kent Overstreet
2024-12-21bcachefs: Convert write path errors to inum_to_path()Kent Overstreet
2024-12-21bcachefs: add missing BTREE_ITER_intentKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-21bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocationKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-07-14bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet
2024-07-14bcachefs: Ratelimit checksum error messagesKent Overstreet
2024-07-14bcachefs: spelling fixKent Overstreet
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet
2024-05-08bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet
2024-05-08bcachefs: bch2_dev_have_ref()Kent Overstreet
2024-05-08bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet
2024-05-08bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet