summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Print out OPT_SECTORS options in bytesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix null ptr deref in fsck_inode_rm()Kent Overstreet1-1/+4
2023-10-23bcachefs: Don't erasure code cached ptrsKent Overstreet3-12/+23
2023-10-23bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet7-215/+176
2023-10-23bcachefs: Convert a BUG_ON() to a warningKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_trans_update() is now __must_checkKent Overstreet6-20/+37
2023-10-23bcachefs: Make __bch2_journal_debug_to_text() more readableKent Overstreet1-55/+28
2023-10-23bcachefs: Specify filesystem optionsKent Overstreet2-54/+55
2023-10-23bcachefs: Fix copygc sectors_to_move calculationKent Overstreet2-12/+12
2023-10-23bcachefs: Convert journal sysfs params to regular optionsKent Overstreet8-30/+28
2023-10-23bcachefs: Fix btree_path leaks in bch2_trans_update()Kent Overstreet1-7/+6
2023-10-23bcachefs: Erasure coding fixesKent Overstreet5-49/+130
2023-10-23bcachefs: Handle replica marking fsck errors locallyKent Overstreet4-77/+28
2023-10-23bcachefs: Push c->mark_lock usage down to where it is neededKent Overstreet5-66/+84
2023-10-23bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet5-38/+26
2023-10-23bcachefs: Fix reflink path for snapshotsKent Overstreet1-1/+2
2023-10-23bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet5-33/+34
2023-10-23bcachefs: Fix page state after fallocateKent Overstreet1-38/+111
2023-10-23bcachefs: Fix page state when reading into !PageUptodate pagesKent Overstreet1-20/+111
2023-10-23bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet2-8/+6
2023-10-23bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet4-4/+17
2023-10-23bcachefs: Fix quota support for snapshotsKent Overstreet6-30/+96
2023-10-23bcachefs: SECTOR_DIRTY_RESERVEDKent Overstreet1-37/+60
2023-10-23bcachefs: Fix i_sectors_leak in bch2_truncate_pageKent Overstreet1-0/+5
2023-10-23bcachefs: Fix an i_sectors accounting bugKent Overstreet1-0/+2
2023-10-23bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet2-11/+1
2023-10-23bcachefs: Add a bit of missing repair codeKent Overstreet1-0/+14
2023-10-23bcachefs: Fix error reporting from bch2_journal_flush_seqKent Overstreet3-9/+15
2023-10-23bcachefs: Run insert triggers before overwrite triggersKent Overstreet4-64/+109
2023-10-23bcachefs: Disk space accounting fix on brand-new fsKent Overstreet3-0/+20
2023-10-23bcachefs: Also log device name in userspaceKent Overstreet2-3/+4
2023-10-23bcachefs: Update export_operations for snapshotsKent Overstreet3-25/+212
2023-10-23bcachefs: Refactor journal replay codeKent Overstreet1-36/+17
2023-10-23bcachefs: Fix missing field initializationKent Overstreet1-0/+1
2023-10-23bcachefs: Convert journal BUG_ON() to a warningKent Overstreet1-1/+4
2023-10-23bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet1-1/+4
2023-10-23bcachefs: More enum stringsKent Overstreet9-92/+120
2023-10-23bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet1-0/+2
2023-10-23bcachefs: Fix an exiting of uninitialized iteratorKent Overstreet1-6/+5
2023-10-23bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet1-2/+2
2023-10-23bcachefs: Don't check for -ENOSPC in page writebackKent Overstreet1-15/+14
2023-10-23bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet1-1/+2
2023-10-23bcachefs: Fallocate fixesKent Overstreet1-101/+100
2023-10-23bcachefs: Refactor bch2_fpunch_at()Kent Overstreet1-14/+9
2023-10-23bcachefs: bch2_assert_pos_locked()Kent Overstreet7-31/+88
2023-10-23bcachefs: path->should_be_locked fixesKent Overstreet2-10/+17
2023-10-23bcachefs: Clean up error reporting in the startup pathKent Overstreet1-90/+87
2023-10-23bcachefs: Return -ENOKEY/EINVAL when mount decryption failsChris Webb1-16/+33
2023-10-23bcachefs: Fix upgrade path for reflink_p fixKent Overstreet1-4/+8
2023-10-23bcachefs: Switch fsync to use bi_journal_seqKent Overstreet9-96/+65