summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)Author
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2024-01-01bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet
2023-11-01bcachefs: rebalance_workKent Overstreet
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet
2023-10-31bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet
2023-10-22bcachefs: nocow locking: Fix lock leakKent Overstreet
2023-10-22bcachefs: More minor smatch fixesKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet