summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Improve error messages in trans_mark_reflink_p()Kent Overstreet
2023-10-22bcachefs: Don't run triggers in fix_reflink_p_key()Kent Overstreet
2023-10-22bcachefs: More general fix for transaction paths overflowKent Overstreet
2023-10-22bcachefs: Fix fsck path for refink pointersKent Overstreet
2023-10-22bcachefs: Ensure we flush btree updates in evacuate pathKent Overstreet
2023-10-22bcachefs: bch2_btree_node_rewrite() now returns transaction restartsKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_iter_next_node()Kent Overstreet
2023-10-22bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet
2023-10-22bcachefs: Fix dev accounting after device addKent Overstreet
2023-10-22bcachefs: Fix a transaction path overflowKent Overstreet
2023-10-22bcachefs: Fix error handling in bch2_trans_extent_mergingKent Overstreet
2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet
2023-10-22bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet
2023-10-22bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet
2023-10-22bcachefs: Delete dentry when deleting snapshotsKent Overstreet
2023-10-22bcachefs: Fix check_path() for snapshotsKent Overstreet
2023-10-22bcachefs: Fix for leaking of reflinked extentsKent Overstreet
2023-10-22bcachefs: New on disk format to fix reflink_p pointersKent Overstreet
2023-10-22bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet
2023-10-22bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet
2023-10-22bcachefs: Improve reflink repair codeKent Overstreet
2023-10-22bcachefs: Fix check_path() across subvolumesKent Overstreet
2023-10-22bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet
2023-10-22bcachefs: Fix compiler warningsBrett Holman
2023-10-22bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()Kent Overstreet
2023-10-22bcachefs: Fix __bch2_dirent_read_target()Kent Overstreet
2023-10-22bcachefs: Improve bch2_dump_trans_paths_updates()Kent Overstreet
2023-10-22bcachefs: Don't allocate too-big biosKent Overstreet
2023-10-22bcachefs: Fix implementation of KEY_TYPE_errorKent Overstreet
2023-10-22bcachefs: Fix deletion in __bch2_dev_usrdata_drop()Kent Overstreet
2023-10-22bcachefs: Add a valgrind memcheck hintBrett Holman
2023-10-22bcachefs: Fix rereplicate_pred()Kent Overstreet
2023-10-22bcachefs: Snapshot deletion fixKent Overstreet
2023-10-22bcachefs: Fix a pcpu var splatKent Overstreet
2023-10-22bcachefs: Fix bch2_move_btree()Kent Overstreet
2023-10-22bcachefs: Fixes for usrdata/metadata drop pathsKent Overstreet
2023-10-22bcachefs: More btree iterator fixesKent Overstreet
2023-10-22bcachefs: Ensure btree_path consistent with node iteratorsKent Overstreet
2023-10-22bcachefs: Fix bch2_dev_remove_alloc()Kent Overstreet
2023-10-22bcachefs: bch2_subvolume_get()Kent Overstreet
2023-10-22bcachefs: Fix allocator shutdown error messageKent Overstreet
2023-10-22bcachefs: Fix a spurious fsck errorKent Overstreet
2023-10-22bcachefs: Fix check_inode_update_hardlinks()Kent Overstreet
2023-10-22bcachefs: Rev the on disk format version for snapshotsKent Overstreet
2023-10-22bcachefs: Fix an assertionKent Overstreet
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet
2023-10-22bcachefs: Require snapshot id to be setKent Overstreet
2023-10-22bcachefs: Fix unit & perf tests for snapshotsKent Overstreet
2023-10-22bcachefs: Update data move path for snapshotsKent Overstreet