aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io-buffered.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-26bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)1-3/+3
2024-05-22bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet1-2/+2
2024-05-08bcachefs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)1-10/+2
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-1/+1
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet1-40/+109
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet1-13/+8
2024-01-01bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet1-17/+14
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-5/+2
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2023-11-04bcachefs: allow writeback to fill bio completelyBrian Foster1-3/+16
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-11/+5
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-38/+37
2023-10-22bcachefs: Break up io.cKent Overstreet1-1/+2
2023-10-22bcachefs: Fix swallowing of data in buffered write pathKent Overstreet1-0/+1
2023-10-22bcachefs: Split up fs-io.[ch]Kent Overstreet1-0/+1098