aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.h
AgeCommit message (Collapse)AuthorFilesLines
2023-10-22bcachefs: Always touch page state with page lockedKent Overstreet1-2/+0
This will mean we don't have to use cmpxchg for modifying page state, which will simplify a fair amount of code Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+47
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>