aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io-buffered.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Revert lockless buffered IO pathKent Overstreet2024-08-311-109/+40
* bcachefs: Fix incorrect gfp flagsKent Overstreet2024-08-181-1/+1
* bcachefs: Ensure buffered writes write as much as they canKent Overstreet2024-07-141-15/+17
* bcachefs: set fgf order hint before starting a buffered writePankaj Raghav2024-07-141-2/+3
* bcachefs: use FGP_WRITEBEGIN instead of combining individual flagsPankaj Raghav2024-07-141-6/+4
* bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)2024-05-261-3/+3
* bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet2024-05-221-2/+2
* bcachefs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)2024-05-081-10/+2
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-1/+1
* bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2024-03-131-40/+109
* bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet2024-02-241-13/+8
* bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet2024-01-011-17/+14
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-5/+2
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-1/+1
* bcachefs: allow writeback to fill bio completelyBrian Foster2023-11-041-3/+16
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-11/+5
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-38/+37
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+2
* bcachefs: Fix swallowing of data in buffered write pathKent Overstreet2023-10-221-0/+1
* bcachefs: Split up fs-io.[ch]Kent Overstreet2023-10-221-0/+1098