summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io-pagecache.h
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14bcachefs: Use correct fgf_t type as function argumentKent Overstreet1-1/+1
This quiets a sparse complaint. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet1-0/+176
fs-io.c is too big - time for some reorganization - fs-dio.c: direct io - fs-pagecache.c: pagecache data structures (bch_folio), utility code Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>