aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet8-30/+28
2023-10-22bcachefs: Fix btree_path leaks in bch2_trans_update()Kent Overstreet1-7/+6
2023-10-22bcachefs: Erasure coding fixesKent Overstreet5-49/+130
2023-10-22bcachefs: Handle replica marking fsck errors locallyKent Overstreet4-77/+28
2023-10-22bcachefs: Push c->mark_lock usage down to where it is neededKent Overstreet5-66/+84
2023-10-22bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet5-38/+26
2023-10-22bcachefs: Fix reflink path for snapshotsKent Overstreet1-1/+2
2023-10-22bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet5-33/+34
2023-10-22bcachefs: Fix page state after fallocateKent Overstreet1-38/+111
2023-10-22bcachefs: Fix page state when reading into !PageUptodate pagesKent Overstreet1-20/+111
2023-10-22bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet2-8/+6
2023-10-22bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet4-4/+17
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet6-30/+96
2023-10-22bcachefs: SECTOR_DIRTY_RESERVEDKent Overstreet1-37/+60
2023-10-22bcachefs: Fix i_sectors_leak in bch2_truncate_pageKent Overstreet1-0/+5
2023-10-22bcachefs: Fix an i_sectors accounting bugKent Overstreet1-0/+2
2023-10-22bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet2-11/+1
2023-10-22bcachefs: Add a bit of missing repair codeKent Overstreet1-0/+14
2023-10-22bcachefs: Fix error reporting from bch2_journal_flush_seqKent Overstreet3-9/+15
2023-10-22bcachefs: Run insert triggers before overwrite triggersKent Overstreet4-64/+109
2023-10-22bcachefs: Disk space accounting fix on brand-new fsKent Overstreet3-0/+20
2023-10-22bcachefs: Also log device name in userspaceKent Overstreet2-3/+4
2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet3-25/+212
2023-10-22bcachefs: Refactor journal replay codeKent Overstreet1-36/+17
2023-10-22bcachefs: Fix missing field initializationKent Overstreet1-0/+1
2023-10-22bcachefs: Convert journal BUG_ON() to a warningKent Overstreet1-1/+4
2023-10-22bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet1-1/+4
2023-10-22bcachefs: More enum stringsKent Overstreet9-92/+120
2023-10-22bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet1-0/+2
2023-10-22bcachefs: Fix an exiting of uninitialized iteratorKent Overstreet1-6/+5
2023-10-22bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet1-2/+2
2023-10-22bcachefs: Don't check for -ENOSPC in page writebackKent Overstreet1-15/+14
2023-10-22bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet1-1/+2
2023-10-22bcachefs: Fallocate fixesKent Overstreet1-101/+100
2023-10-22bcachefs: Refactor bch2_fpunch_at()Kent Overstreet1-14/+9
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet7-31/+88
2023-10-22bcachefs: path->should_be_locked fixesKent Overstreet2-10/+17
2023-10-22bcachefs: Clean up error reporting in the startup pathKent Overstreet1-90/+87
2023-10-22bcachefs: Return -ENOKEY/EINVAL when mount decryption failsChris Webb1-16/+33
2023-10-22bcachefs: Fix upgrade path for reflink_p fixKent Overstreet1-4/+8
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet9-96/+65
2023-10-22bcachefs: Kill bucket quantiles sysfs codeKent Overstreet1-90/+0
2023-10-22bcachefs: Kill journal buf bloom filterKent Overstreet5-75/+0
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet14-186/+307
2023-10-22bcachefs: Update inode on every writeKent Overstreet1-36/+40
2023-10-22bcachefs: BTREE_UPDATE_NOJOURNALKent Overstreet2-2/+7
2023-10-22bcachefs: Fix __remove_dirent()Kent Overstreet1-1/+30
2023-10-22bcachefs: Fix check_inodes()Kent Overstreet1-3/+2
2023-10-22bcachefs: Improve error message in bch2_write_super()Kent Overstreet1-1/+2
2023-10-22bcachefs: Fix trans_lock_write()Kent Overstreet1-1/+2