summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-1/+1
2023-10-23bcachefs: Kill bch_write_op->btree_update_readyKent Overstreet1-1/+1
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+7
2023-10-23bcachefs: Error message improvementKent Overstreet1-0/+1
2023-10-23bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet1-1/+0
2023-10-23bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTRKent Overstreet1-8/+1
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-0/+4
2023-10-23bcachefs: Convert io paths for snapshotsKent Overstreet1-0/+2
2023-10-23bcachefs: Update btree ptrs after every writeKent Overstreet1-1/+2
2023-10-23bcachefs: Kill bch_write_op.index_update_fnKent Overstreet1-2/+0
2023-10-23bcachefs: Fix read retry path for indirect extentsKent Overstreet1-2/+12
2023-10-23bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet1-1/+0
2023-10-23bcachefs: Fix an uninitialized field in bch_write_opKent Overstreet1-1/+1
2023-10-23bcachefs: Track incompressible dataKent Overstreet1-0/+1
2023-10-23bcachefs: Avoid atomics in write fast pathKent Overstreet1-0/+1
2023-10-23bcachefs: Drop bch_write_op->io_wqKent Overstreet1-2/+0
2023-10-23bcachefs: Kill bchfs_extent_update()Kent Overstreet1-0/+2
2023-10-23bcachefs: Add offset_into_extent param to bch2_read_extent()Kent Overstreet1-0/+2
2023-10-23bcachefs: extent_ptr_decodedKent Overstreet1-1/+1
2023-10-23bcachefs: Allocation code refactoringKent Overstreet1-2/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+148