summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Read journal when keep_journal onKent Overstreet
2023-10-22bcachefs: Various fixes for interior update pathKent Overstreet
2023-10-22bcachefs: Use memalloc_nofs_save()Kent Overstreet
2023-10-22bcachefs: Improve error message in fsckKent Overstreet
2023-10-22bcachefs: Add an option for keeping journal entries after startupKent Overstreet
2023-10-22bcachefs: Fix an assertion when nothing to replayKent Overstreet
2023-10-22bcachefs: Journal updates to interior nodesKent Overstreet
2023-10-22bcachefs: Replay interior node keysKent Overstreet
2023-10-22bcachefs: trans_commit() path can now insert to interior nodesKent Overstreet
2023-10-22bcachefs: Disable extent mergingKent Overstreet
2023-10-22bcachefs: Fix a locking bug in fsckKent Overstreet
2023-10-22bcachefs: Fix count_iters_for_insert()Kent Overstreet
2023-10-22bcachefs: Fix an iterator bugKent Overstreet
2023-10-22bcachefs: Shut down quickerKent Overstreet
2023-10-22bcachefs: BCH_FEATURE_new_extent_overwrite is now requiredKent Overstreet
2023-10-22bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdownKent Overstreet
2023-10-22bcachefs: Fix another iterator leakKent Overstreet
2023-10-22bcachefs: Don't use peek_filter() unnecessarilyKent Overstreet
2023-10-22bcachefs: Fix a use after free in dio write pathKent Overstreet
2023-10-22bcachefs: Drop unused exportKent Overstreet
2023-10-22bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet
2023-10-22bcachefs: btree_iter_peek_with_updates()Kent Overstreet
2023-10-22bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=nKent Overstreet
2023-10-22bcachefs: More btree iter invariantsKent Overstreet
2023-10-22bcachefs: Simplify bch2_btree_iter_peek_slot()Kent Overstreet
2023-10-22bcachefs: Iterator debug code improvementsKent Overstreet
2023-10-22bcachefs: Skip 0 size deleted extents in journal replayKent Overstreet
2023-10-22bcachefs: Traverse iterator in journal replayKent Overstreet
2023-10-22bcachefs: Don't log errors that are expected during shutdownKent Overstreet
2023-10-22bcachefs: Fix bch2_dump_bset()Kent Overstreet
2023-10-22bcachefs: Fix another iterator leakKent Overstreet
2023-10-22bcachefs: Fix off by one error in bch2_extent_crc_append()Kent Overstreet
2023-10-22bcachefs: Fix extent_sort_fix_overlapping()Kent Overstreet
2023-10-22bcachefs: Some btree iterator improvementsKent Overstreet
2023-10-22bcachefs: Journal pin cleanupsKent Overstreet
2023-10-22bcachefs: Dont't del sysfs dir until after we go ROKent Overstreet
2023-10-22bcachefs: Fix error message on bucket sector count overflowKent Overstreet
2023-10-22bcachefs: Improve an error messageKent Overstreet
2023-10-22bcachefs: BCH_SB_FEATURES_ALLKent Overstreet
2023-10-22bcachefs: fix setting btree_node_accessed()Kent Overstreet
2023-10-22bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookupKent Overstreet
2023-10-22bcachefs: Fix incorrect initialization of btree_node_old_extent_overwrite()Kent Overstreet
2023-10-22bcachefs: Issue discards when needed to allocate journal writeKent Overstreet
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2023-10-22bcachefs: Seralize btree_update operations at btree_update_nodes_written()Kent Overstreet
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet
2023-10-22bcachefs: introduce b->hash_valKent Overstreet
2023-10-22bcachefs: Fix traversing to interior nodesKent Overstreet
2023-10-22bcachefs: Check for bad key version numberKent Overstreet
2023-10-22bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet