summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/io_read.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Prefer struct_size over open coded arithmeticErick Archer2024-03-131-1/+1
* bcachefs: improve checksum error messagesKent Overstreet2024-01-051-3/+8
* bcachefs: Improve the nopromote tracepointKent Overstreet2024-01-011-13/+18
* bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet2024-01-011-3/+3
* bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2024-01-011-1/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-1/+1
* bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-251-1/+1
* bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet2023-11-051-1/+1
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-2/+2
* bcachefs: Fixes for building in userspaceKent Overstreet2023-10-221-0/+2
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-19/+17
* bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King2023-10-221-1/+0
* bcachefs: trace_read_nopromote()Kent Overstreet2023-10-221-17/+21
* bcachefs: Break up io.cKent Overstreet2023-10-221-0/+1207