summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: extent_for_each_ptr_decode()Kent Overstreet1-4/+4
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-0/+1
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-1/+1
2023-10-23bcachefs: kill i_sectors_hookKent Overstreet1-145/+31
2023-10-23bcachefs: convert fcollapse to bch2_extent_update()Kent Overstreet1-37/+30
2023-10-23bcachefs: convert fpunch to bch2_extent_update()Kent Overstreet1-29/+3
2023-10-23bcachefs: convert truncate to bch2_extent_update()Kent Overstreet1-23/+93
2023-10-23bcachefs: convert bchfs_write_index_update() to bch2_extent_update()Kent Overstreet1-158/+135
2023-10-23bcachefs: bch2_extent_trim_atomic()Kent Overstreet1-8/+22
2023-10-23bcachefs: minor fsync fixKent Overstreet1-2/+5
2023-10-23bcachefs: fix mtime/ctime update on truncateKent Overstreet1-1/+2
2023-10-23bcachefs: Fix mtime/ctime updatesKent Overstreet1-14/+31
2023-10-23bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet1-2/+4
2023-10-23bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet1-38/+46
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+2862