summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_read.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Improve the nopromote tracepointKent Overstreet1-13/+18
2024-01-01bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet1-3/+3
2024-01-01bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-1/+1
2023-11-26bcachefs: Data update path won't accidentaly grow replicasKent Overstreet1-1/+1
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet1-1/+1
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-2/+2
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-0/+2
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-19/+17
2023-10-23bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King1-1/+0
2023-10-23bcachefs: trace_read_nopromote()Kent Overstreet1-17/+21
2023-10-23bcachefs: Break up io.cKent Overstreet1-0/+1207