summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Whiteouts for snapshotsKent Overstreet
2023-10-22bcachefs: Convert io paths for snapshotsKent Overstreet
2023-10-22bcachefs: Update fsck for snapshotsKent Overstreet
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet
2023-10-22bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet
2023-10-22bcachefs: Add subvolume to ei_inode_infoKent Overstreet
2023-10-22bcachefs: Per subvolume lost+foundKent Overstreet
2023-10-22bcachefs: Add support for dirents that point to subvolumesKent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22bcachefs: Disable quota supportKent Overstreet
2023-10-22Revert "bcachefs: Add more assertions for locking btree iterators out of order"Kent Overstreet
2023-10-22bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet
2023-10-22bcachefs: Add a missing bch2_trans_relock() callKent Overstreet
2023-10-22bcachefs: Fix some compiler warningsKent Overstreet
2023-10-22bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet
2023-10-22bcachefs: Better approach to write vs. read lock deadlocksKent Overstreet
2023-10-22bcachefs: normalize_read_intent_locksKent Overstreet
2023-10-22bcachefs: Consolidate intent lock code in btree_path_up_until_good_nodeKent Overstreet
2023-10-22bcachefs: Optimize btree lookups in write pathKent Overstreet
2023-10-22bcachefs: Add a missing btree_path_make_mut() callKent Overstreet