summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)AuthorFilesLines
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