aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_misc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundGravatar Kent Overstreet 1-3/+1
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterGravatar Kent Overstreet 1-1/+0
2024-01-01bcachefs: clean up some dead fallocate codeGravatar Brian Foster 1-23/+12
2024-01-01bcachefs: Make sure allocation failure errors are loggedGravatar Kent Overstreet 1-2/+7
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-6/+6
2023-11-01bcachefs: Fix an integer overflowGravatar Kent Overstreet 1-2/+2
2023-11-01bcachefs: rebalance_workGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: snapshot_create_lockGravatar Kent Overstreet 1-2/+20
2023-10-22bcachefs: Fix -Wself-assignGravatar Nick Desaulniers 1-2/+2
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-10/+9
2023-10-22bcachefs: Log finsert/fcollapse operationsGravatar Kent Overstreet 1-92/+119
2023-10-22bcachefs: Log truncate operationsGravatar Kent Overstreet 1-17/+47
2023-10-22bcachefs: New io_misc.c helpersGravatar Kent Overstreet 1-0/+226
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-0/+215