summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-20bcachefs: Fix for leaking of reflinked extentsreflink_p_fixKent Overstreet
2021-10-20bcachefs: New on disk format to fix reflink_p pointersKent Overstreet
2021-10-19bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet
2021-10-19bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet
2021-10-19bcachefs: Improve reflink repair codeKent Overstreet
2021-10-19bcachefs: Fix check_path() across subvolumesKent Overstreet
2021-10-19bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet
2021-10-19bcachefs: Fix compiler warningsBrett Holman
2021-10-19bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()Kent Overstreet
2021-10-19bcachefs: Fix __bch2_dirent_read_target()Kent Overstreet
2021-10-19bcachefs: Improve bch2_dump_trans_paths_updates()Kent Overstreet
2021-10-13bcachefs: Don't allocate too-big biosKent Overstreet
2021-10-13bcachefs: Fix implementation of KEY_TYPE_errorKent Overstreet
2021-10-13bcachefs: Fix deletion in __bch2_dev_usrdata_drop()Kent Overstreet
2021-10-12bcachefs: Add a valgrind memcheck hintBrett Holman
2021-10-12bcachefs: Fix rereplicate_pred()Kent Overstreet
2021-10-11bcachefs: Snapshot deletion fixKent Overstreet
2021-10-07bcachefs: Fix a pcpu var splatKent Overstreet
2021-10-07bcachefs: Fix bch2_move_btree()Kent Overstreet
2021-10-07bcachefs: Fixes for usrdata/metadata drop pathsKent Overstreet
2021-10-07bcachefs: More btree iterator fixesKent Overstreet
2021-10-07bcachefs: Ensure btree_path consistent with node iteratorsKent Overstreet
2021-10-07bcachefs: Fix bch2_dev_remove_alloc()Kent Overstreet
2021-10-01bcachefs: bch2_subvolume_get()Kent Overstreet
2021-10-01bcachefs: Fix allocator shutdown error messageKent Overstreet
2021-09-30bcachefs: Fix a spurious fsck errorKent Overstreet
2021-09-30bcachefs: Fix check_inode_update_hardlinks()Kent Overstreet
2021-09-27bcachefs: Rev the on disk format version for snapshotsKent Overstreet
2021-09-27bcachefs: Fix an assertionKent Overstreet
2021-09-26bcachefs: Snapshot creation, deletionKent Overstreet
2021-09-26bcachefs: Require snapshot id to be setKent Overstreet
2021-09-26bcachefs: Update data move path for snapshotsKent Overstreet
2021-09-26bcachefs: Whiteouts for snapshotsKent Overstreet
2021-09-26bcachefs: Convert io paths for snapshotsKent Overstreet
2021-09-26bcachefs: Update fsck for snapshotsKent Overstreet
2021-09-26bcachefs: Plumb through subvolume idKent Overstreet
2021-09-26bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet
2021-09-26bcachefs: Add subvolume to ei_inode_infoKent Overstreet
2021-09-26bcachefs: Per subvolume lost+foundKent Overstreet
2021-09-26bcachefs: Add support for dirents that point to subvolumesKent Overstreet
2021-09-26bcachefs: Subvolumes, snapshotsKent Overstreet
2021-09-26bcachefs: Disable btree key cache for inodesKent Overstreet
2021-09-26bcachefs: Disable quota supportKent Overstreet
2021-09-26Revert "bcachefs: Add more assertions for locking btree iterators out of order"Kent Overstreet
2021-09-21fixup! bcachefs: Fix initialization of bch_write_op.nonceKent Overstreet
2021-09-13bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet
2021-09-13bcachefs: Add a missing bch2_trans_relock() callKent Overstreet
2021-09-09bcachefs: Fix some compiler warningsKent Overstreet
2021-09-08fixup! bcachefs: Drop some fast path tracepointsKent Overstreet
2021-09-07bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet