summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)AuthorFilesLines
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-09bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet1-19/+7
2024-05-09bcachefs: bch2_dev_have_ref()Kent Overstreet1-2/+2
2024-05-09bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet1-1/+6
2024-05-09bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet1-4/+4
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-4/+7
2024-05-09bcachefs: bch2_print_allocator_stuck()Kent Overstreet1-1/+5
2024-05-09bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+0
2024-05-09bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet1-0/+4
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-6/+6
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-8/+8
2024-05-09bcachefs: 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-14bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-1/+1
2024-03-14bcachefs: more informative write path error messageKent Overstreet1-5/+11
2024-02-14bcachefs: Clamp replicas_required to replicasKent Overstreet1-0/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-3/+1
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet1-4/+5
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet1-6/+3
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-15/+5
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-1/+0
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet1-0/+4
2024-01-01bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet1-2/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet1-41/+41
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-7/+7
2023-11-15bcachefs: Fix no_data_io mode checksum checkKent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-1/+1
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet1-0/+11
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-1/+1
2023-11-02bcachefs: rebalance_workKent Overstreet1-13/+7
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet1-3/+1
2023-10-31bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet1-0/+1
2023-10-23bcachefs: nocow locking: Fix lock leakKent Overstreet1-1/+3
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-23/+20
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-6/+8
2023-10-23bcachefs: Break up io.cKent Overstreet1-0/+1670