summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-8/+8
2023-10-23bcachefs: Flag inodes that had btree update errorsKent Overstreet1-0/+1
2023-10-23bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet1-1/+1
2023-10-23bcachefs: Set preallocated transaction mem to avoid restartsKent Overstreet1-1/+2
2023-10-23bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet1-0/+5
2023-10-23bcachefs: Build fixes for 32bit x86Kent Overstreet1-1/+6
2023-10-23bcachefs: Report inode counts via statfsKent Overstreet1-2/+8
2023-10-23bcachefs: Fix stack corruptionKent Overstreet1-3/+2
2023-10-23bcachefs: fiemap fixesKent Overstreet1-10/+13
2023-10-23bcachefs: Fix rare use after free in read pathKent Overstreet1-5/+6
2023-10-23bcachefs: Fix for passing target= opts as mount optsKent Overstreet1-6/+19
2023-10-23bcachefs: Fix journal_seq_copy()Kent Overstreet1-11/+14
2023-10-23bcachefs: Fix unmount pathKent Overstreet1-88/+73
2023-10-23bcachefs: Don't fail mount if device has been removedKent Overstreet1-1/+19
2023-10-23bcachefs: Don't report inodes to statfsKent Overstreet1-2/+2
2023-10-23bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-6/+6
2023-10-23bcachefs: fix stack corruptionYuxuan Shui1-1/+1
2023-10-23bcachefs: Add another mssing bch2_trans_iter_put() callKent Overstreet1-2/+5
2023-10-23bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-6/+0
2023-10-23bcachefs: Update directory timestamps during linkJustin Husted1-3/+9
2023-10-23bcachefs: bkey_on_stackKent Overstreet1-11/+18
2023-10-23bcachefs: Fix setting of attributes mask in getattrKent Overstreet1-0/+5
2023-10-23bcachefs: Switch to .iterate_shared for readdirKent Overstreet1-32/+13
2023-10-23bcachefs: Kill some dependencies on ei_inodeKent Overstreet1-28/+0
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-362/+133
2023-10-23bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet1-113/+87
2023-10-23bcachefs: Trust inode in btree over bch_inode_infoKent Overstreet1-7/+10
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-31/+11
2023-10-23bcachefs: Cleanup i_nlink handlingKent Overstreet1-18/+4
2023-10-23bcachefs: Fix fiemap (again)Kent Overstreet1-1/+2
2023-10-23bcachefs: Optimize fiemapKent Overstreet1-26/+32
2023-10-23bcachefs: Inline some fast pathsKent Overstreet1-1/+1
2023-10-23bcachefs: Don't flush journal from bch2_vfs_write_inode()Kent Overstreet1-6/+3
2023-10-23bcachefs: ReflinkKent Overstreet1-6/+36
2023-10-23bcachefs: Export correct blocksize to vfsKent Overstreet1-8/+8
2023-10-23bcachefs: Refactor various code to not be extent specificKent Overstreet1-19/+25
2023-10-23bcachefs: Always touch page state with page lockedKent Overstreet1-1/+1
2023-10-23bcachefs: Improve bch2_lock_inodes()Kent Overstreet1-4/+6
2023-10-23bcachefs: fix a mount error pathKent Overstreet1-1/+1
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-9/+8
2023-10-23bcachefs: Avoid spurious transaction restartsKent Overstreet1-0/+1
2023-10-23bcachefs: some improvements to startup messages and optionsKent Overstreet1-0/+3
2023-10-23bcachefs: copy correct journal_seq to dir in createKent Overstreet1-1/+1
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-5/+5
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-4/+7
2023-10-23bcachefs: Verify fs hasn't been modified before going rwKent Overstreet1-0/+1
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-6/+4
2023-10-23bcachefs: Make deferred inode updates a mount optionKent Overstreet1-12/+14
2023-10-23bcachefs: Use deferred btree updates for inode updatesKent Overstreet1-2/+21
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-1/+1