summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-io-buffered.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet2024-10-181-0/+6
* Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-231-26/+15
|\
| * bcachefs: bchfs_read(): call trans_begin() on every loop iterKent Overstreet2024-09-091-25/+14
| * bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet2024-09-091-1/+1
* | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-5/+3
|\ \ | |/ |/|
| * fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+2
| * fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
* | bcachefs: Revert lockless buffered IO pathKent Overstreet2024-09-011-109/+40
* | bcachefs: Fix incorrect gfp flagsKent Overstreet2024-08-191-1/+1
|/
* bcachefs: Ensure buffered writes write as much as they canKent Overstreet2024-07-151-15/+17
* bcachefs: set fgf order hint before starting a buffered writePankaj Raghav2024-07-151-2/+3
* bcachefs: use FGP_WRITEBEGIN instead of combining individual flagsPankaj Raghav2024-07-151-6/+4
* bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)2024-05-271-3/+3
* bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet2024-05-231-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-141-40/+109
* bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet2024-02-251-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-051-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