aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet1-6/+6
2023-10-22bcachefs: Account for internal fragmentation betterKent Overstreet1-3/+6
2023-10-22bcachefs: fix fsync after createKent Overstreet1-1/+3
2023-10-22bcachefs: fix rename + fsyncKent Overstreet1-0/+4
2023-10-22bcachefs: Use ei_update_lock consistentlyKent Overstreet1-0/+42
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-1/+1
2023-10-22bcachefs: Fix mtime/ctime updatesKent Overstreet1-19/+13
2023-10-22bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet1-24/+9
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+1773