summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet
2023-10-22bcachefs: Fix read retry path for indirect extentsKent Overstreet
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet
2023-10-22bcachefs: Use __bch2_trans_do() in a few more placesKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet
2023-10-22bcachefs: Flag inodes that had btree update errorsKent Overstreet
2023-10-22bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2023-10-22bcachefs: Set preallocated transaction mem to avoid restartsKent Overstreet
2023-10-22bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet
2023-10-22bcachefs: Build fixes for 32bit x86Kent Overstreet
2023-10-22bcachefs: Report inode counts via statfsKent Overstreet
2023-10-22bcachefs: Fix stack corruptionKent Overstreet
2023-10-22bcachefs: fiemap fixesKent Overstreet
2023-10-22bcachefs: Fix rare use after free in read pathKent Overstreet
2023-10-22bcachefs: Fix for passing target= opts as mount optsKent Overstreet
2023-10-22bcachefs: Fix journal_seq_copy()Kent Overstreet
2023-10-22bcachefs: Fix unmount pathKent Overstreet
2023-10-22bcachefs: Don't fail mount if device has been removedKent Overstreet
2023-10-22bcachefs: Don't report inodes to statfsKent Overstreet
2023-10-22bcachefs: Turn c->state_lock into an rwsemKent Overstreet
2023-10-22bcachefs: fix stack corruptionYuxuan Shui
2023-10-22bcachefs: Add another mssing bch2_trans_iter_put() callKent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2023-10-22bcachefs: Update directory timestamps during linkJustin Husted
2023-10-22bcachefs: bkey_on_stackKent Overstreet
2023-10-22bcachefs: Fix setting of attributes mask in getattrKent Overstreet
2023-10-22bcachefs: Switch to .iterate_shared for readdirKent Overstreet
2023-10-22bcachefs: Kill some dependencies on ei_inodeKent Overstreet
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet
2023-10-22bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet
2023-10-22bcachefs: Trust inode in btree over bch_inode_infoKent Overstreet
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet
2023-10-22bcachefs: Cleanup i_nlink handlingKent Overstreet
2023-10-22bcachefs: Fix fiemap (again)Kent Overstreet
2023-10-22bcachefs: Optimize fiemapKent Overstreet
2023-10-22bcachefs: Inline some fast pathsKent Overstreet
2023-10-22bcachefs: Don't flush journal from bch2_vfs_write_inode()Kent Overstreet
2023-10-22bcachefs: ReflinkKent Overstreet
2023-10-22bcachefs: Export correct blocksize to vfsKent Overstreet
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet
2023-10-22bcachefs: Always touch page state with page lockedKent Overstreet
2023-10-22bcachefs: Improve bch2_lock_inodes()Kent Overstreet
2023-10-22bcachefs: fix a mount error pathKent Overstreet
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet
2023-10-22bcachefs: Avoid spurious transaction restartsKent Overstreet
2023-10-22bcachefs: some improvements to startup messages and optionsKent Overstreet
2023-10-22bcachefs: copy correct journal_seq to dir in createKent Overstreet
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet