summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet
2023-10-22bcachefs: Make __bch2_journal_debug_to_text() more readableKent Overstreet
2023-10-22bcachefs: Specify filesystem optionsKent Overstreet
2023-10-22bcachefs: Fix copygc sectors_to_move calculationKent Overstreet
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet
2023-10-22bcachefs: Fix btree_path leaks in bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Erasure coding fixesKent Overstreet
2023-10-22bcachefs: Handle replica marking fsck errors locallyKent Overstreet
2023-10-22bcachefs: Push c->mark_lock usage down to where it is neededKent Overstreet
2023-10-22bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet
2023-10-22bcachefs: Fix reflink path for snapshotsKent Overstreet
2023-10-22bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet
2023-10-22bcachefs: Fix page state after fallocateKent Overstreet
2023-10-22bcachefs: Fix page state when reading into !PageUptodate pagesKent Overstreet
2023-10-22bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet
2023-10-22bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet
2023-10-22bcachefs: SECTOR_DIRTY_RESERVEDKent Overstreet
2023-10-22bcachefs: Fix i_sectors_leak in bch2_truncate_pageKent Overstreet
2023-10-22bcachefs: Fix an i_sectors accounting bugKent Overstreet
2023-10-22bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet
2023-10-22bcachefs: Add a bit of missing repair codeKent Overstreet
2023-10-22bcachefs: Fix error reporting from bch2_journal_flush_seqKent Overstreet
2023-10-22bcachefs: Run insert triggers before overwrite triggersKent Overstreet
2023-10-22bcachefs: Disk space accounting fix on brand-new fsKent Overstreet
2023-10-22bcachefs: Also log device name in userspaceKent Overstreet
2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet
2023-10-22bcachefs: Refactor journal replay codeKent Overstreet
2023-10-22bcachefs: Fix missing field initializationKent Overstreet
2023-10-22bcachefs: Convert journal BUG_ON() to a warningKent Overstreet
2023-10-22bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet
2023-10-22bcachefs: More enum stringsKent Overstreet
2023-10-22bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet
2023-10-22bcachefs: Fix an exiting of uninitialized iteratorKent Overstreet
2023-10-22bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet
2023-10-22bcachefs: Don't check for -ENOSPC in page writebackKent Overstreet
2023-10-22bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet
2023-10-22bcachefs: Fallocate fixesKent Overstreet
2023-10-22bcachefs: Refactor bch2_fpunch_at()Kent Overstreet
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet
2023-10-22bcachefs: path->should_be_locked fixesKent Overstreet
2023-10-22bcachefs: Clean up error reporting in the startup pathKent Overstreet
2023-10-22bcachefs: Return -ENOKEY/EINVAL when mount decryption failsChris Webb
2023-10-22bcachefs: Fix upgrade path for reflink_p fixKent Overstreet
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet
2023-10-22bcachefs: Kill bucket quantiles sysfs codeKent Overstreet
2023-10-22bcachefs: Kill journal buf bloom filterKent Overstreet
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-10-22bcachefs: Update inode on every writeKent Overstreet
2023-10-22bcachefs: BTREE_UPDATE_NOJOURNALKent Overstreet