summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: add bcachefs xxhash supportjpsollie
2023-10-22bcachefs: Prepare checksums for more advanced algorithmsjpsollie
2023-10-22bcachefs: Enforce SYS_CAP_ADMIN within ioctlsTobias Geerinckx-Rice
2023-10-22bcachefs: Fix bch2_btree_iter_peek_prev()Kent Overstreet
2023-10-22bcachefs: Fix bch2_acl_chmod() cleanup on errorDan Robertson
2023-10-22bcachefs: statfs bfree and bavail should be the sameDan Robertson
2023-10-22bcachefs: Fix shift-by-64 in bch2_bkey_format_validate()Kent Overstreet
2023-10-22bcachefs: fix truncate without a size changeDan Robertson
2023-10-22bcachefs: fix ifdef for x86_64 asmDan Robertson
2023-10-22bcachefs: ensure iter->should_be_locked is setDan Robertson
2023-10-22bcachefs: Fix unused variable warning when !BCACHEFS_DEBUGChristopher James Halse Rogers
2023-10-22bcachefs: Use memalloc_nofs_save() in bch2_read_endio()Kent Overstreet
2023-10-22bcachefs: Fix btree_node_read_all_replicas() error handlingKent Overstreet
2023-10-22bcachefs: Don't loop into topology repairKent Overstreet
2023-10-22bcachefs: Don't ratelimit certain fsck errorsKent Overstreet
2023-10-22bcachefs: ensure iter->should_be_locked is setDan Robertson
2023-10-22bcachefs: Don't disable preemption unnecessarilyKent Overstreet
2023-10-22bcachefs: Extensive triggers cleanupsKent Overstreet
2023-10-22bcachefs: fix truncate with ATTR_MODEKent Overstreet
2023-10-22bcachefs: Improve iter->should_be_lockedKent Overstreet
2023-10-22bcachefs: Kill __btree_delete_at()Kent Overstreet
2023-10-22bcachefs: Make sure bch2_trans_mark_update uses correct iter flagsKent Overstreet
2023-10-22bcachefs: Fix a memory leak in dio write pathKent Overstreet
2023-10-22bcachefs: fix a possible bcachefs checksum mapping error opt-checksum enum to...Janpieter Sollie
2023-10-22bcachefs: Clear iter->should_be_locked in bch2_trans_resetKent Overstreet
2023-10-22bcachefs: Don't underflow c->sectors_availableKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet
2023-10-22bcachefs: Allow shorter JSET_ENTRY_dev_usage entriesKent Overstreet
2023-10-22bcachefs: mount: fix null deref with null devnameDan Robertson
2023-10-22bcachefs: Fix null ptr deref when splitting compressed extentsKent Overstreet
2023-10-22bcachefs: Fix overflow in journal_replay_entry_earlyKent Overstreet
2023-10-22bcachefs: Always zero memory from bch2_trans_kmalloc()Kent Overstreet
2023-10-22bcachefs: Merging for indirect extentsKent Overstreet
2023-10-22bcachefs: Improved extent mergingKent Overstreet
2023-10-22bcachefs: Re-implement extent merging in transaction commit pathKent Overstreet
2023-10-22bcachefs: Refactor extent_handle_overwrites()Kent Overstreet
2023-10-22bcachefs: Clean up key mergingKent Overstreet
2023-10-22bcachefs: Kill trans->updates2Kent Overstreet
2023-10-22bcachefs: Simplify reflink triggerKent Overstreet
2023-10-22bcachefs: Move extent_handle_overwrites() to bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_slot() now saves initial position when searchingKent Overstreet
2023-10-22bcachefs: Kill __bch2_btree_iter_peek_slot_extents()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_slot() now supports BTREE_ITER_WITH_UPDATESKent Overstreet
2023-10-22bcachefs: BTREE_ITER_WITH_UPDATESKent Overstreet
2023-10-22bcachefs: Child btree iteratorsKent Overstreet
2023-10-22bcachefs: Drop all btree locks when submitting btree node readsKent Overstreet
2023-10-22bcachefs: More topology repair codeKent Overstreet
2023-10-22bcachefs: Fix a buffer overrunKent Overstreet
2023-10-22bcachefs: Don't mark superblocks past end of usable spaceKent Overstreet
2023-10-22bcachefs: Fix a spurious debug mode assertionKent Overstreet