summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-4/+7
2024-05-08bcachefs: bch2_print_allocator_stuck()Kent Overstreet1-1/+5
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+0
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet1-0/+4
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-6/+6
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-8/+8
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-2/+1
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-1/+1