summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/io_write.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-131-0/+1
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-3/+1
* bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet2024-01-211-4/+5
* bcachefs: for_each_keylist_key() declares loop iterKent Overstreet2024-01-011-6/+3
* bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet2024-01-011-15/+5
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-2/+0
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-1/+0
* bcachefs: Make sure allocation failure errors are loggedKent Overstreet2024-01-011-0/+4
* bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet2024-01-011-2/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-3/+3
* bcachefs: fix buffer overflow in nocow write pathKent Overstreet2024-01-011-41/+41
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-7/+7
* bcachefs: Fix no_data_io mode checksum checkKent Overstreet2023-11-141-1/+1
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-1/+1
* bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet2023-11-041-0/+11
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-1/+1
* bcachefs: rebalance_workKent Overstreet2023-11-011-13/+7
* bcachefs: Check for too-large encoded extentsKent Overstreet2023-10-311-3/+1
* bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet2023-10-311-0/+1
* bcachefs: nocow locking: Fix lock leakKent Overstreet2023-10-221-1/+3
* bcachefs: More minor smatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-23/+20
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-6/+8
* bcachefs: Break up io.cKent Overstreet2023-10-221-0/+1670