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