summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-10-22bcachefs: Verify fs hasn't been modified before going rwKent Overstreet
2023-10-22bcachefs: Go rw lazilyKent Overstreet
2023-10-22bcachefs: Make deferred inode updates a mount optionKent Overstreet
2023-10-22bcachefs: Use deferred btree updates for inode updatesKent Overstreet
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet
2023-10-22bcachefs: rename keeps inheritable inode opts consistentKent Overstreet
2023-10-22bcachefs: bch2_fs_quota_transferKent Overstreet