summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bch2_version_compatible()Kent Overstreet2023-10-225-66/+60
* bcachefs: bch2_version_to_text()Kent Overstreet2023-10-226-20/+37
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-229-55/+56
* bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet2023-10-223-1/+6
* bcachefs: Fix a format string warningKent Overstreet2023-10-221-1/+1
* bcachefs: Kill JOURNAL_WATERMARKKent Overstreet2023-10-2212-55/+46
* bcachefs: BCH_WATERMARK_reclaimKent Overstreet2023-10-223-2/+6
* bcachefs: struct bch_extent_rebalanceKent Overstreet2023-10-223-2/+26
* bcachefs: Expand BTREE_NODE_IDKent Overstreet2023-10-221-3/+14
* bcachefs: Fix btree node write error messageKent Overstreet2023-10-221-1/+1
* bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet2023-10-221-46/+57
* bcachefs: Fix leak in backpointers fsckKent Overstreet2023-10-221-2/+4
* bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet2023-10-222-4/+2
* bcachefs: Add a missing rhashtable_destroy() callKent Overstreet2023-10-221-0/+1
* bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet2023-10-224-11/+13
* bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet2023-10-221-18/+22
* bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet2023-10-221-10/+12
* bcachefs: Improve error message for overlapping extentsKent Overstreet2023-10-221-6/+32
* bcachefs: Fix check_pos_snapshot_overwritten()Kent Overstreet2023-10-221-1/+0
* bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet2023-10-2215-103/+101
* bcachefs: BCH_ERR_fsck -> EINVALKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_mark_pointer() refactoringKent Overstreet2023-10-221-7/+7
* bcachefs: Fix more lockdep splats in debug.cKent Overstreet2023-10-224-20/+20
* bcachefs: Fix lockdep splat in bch2_readdirKent Overstreet2023-10-221-4/+9
* bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet2023-10-221-5/+5
* bcachefs: New error message helpersKent Overstreet2023-10-2214-171/+171
* bcachefs: fiemap: Fix a lockdep splatKent Overstreet2023-10-221-1/+4
* bcachefs: seqmutex; fix a lockdep splatKent Overstreet2023-10-225-23/+96
* bcachefs: Don't call lock_graph_descend() with wait lock heldKent Overstreet2023-10-221-6/+15
* bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet2023-10-221-12/+35
* bcachefs: bch2_trans_unlock_noassert()Kent Overstreet2023-10-223-1/+11
* bcachefs: Fix bch2_btree_update_start()Kent Overstreet2023-10-221-1/+1
* bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet2023-10-223-8/+23
* bcachefs: snapshot_to_text() includes snapshot treeKent Overstreet2023-10-221-2/+3
* bcachefs: Fix try_decrease_writepoints()Kent Overstreet2023-10-221-17/+21
* bcachefs: Delete weird hacky transaction restart injectionKent Overstreet2023-10-221-3/+0
* bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RWKent Overstreet2023-10-221-0/+1
* bcachefs: New assertions when marking filesystem cleanKent Overstreet2023-10-221-0/+5
* bcachefs: ec: Fix a lost wakeupKent Overstreet2023-10-221-0/+1
* bcachefs: fix NULL pointer dereference in try_alloc_bucketMikulas Patocka2023-10-221-1/+2
* bcachefs: Fix subvol deletion deadlockKent Overstreet2023-10-221-15/+11
* bcachefs: don't spin in rebalance when background target is not usableBrian Foster2023-10-222-1/+10
* bcachefs: push rcu lock down into bch2_target_to_mask()Brian Foster2023-10-222-5/+13
* bcachefs: create internal disk_groups sysfs fileBrian Foster2023-10-223-0/+42
* bcachefs: Clean up tests codeKent Overstreet2023-10-221-59/+18
* bcachefs: Improve backpointers error messageKent Overstreet2023-10-221-1/+1
* bcachefs: More drop_locks_do() conversionsKent Overstreet2023-10-224-59/+18
* bcachefs: Delete warning from promote_alloc()Kent Overstreet2023-10-221-3/+4
* bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet2023-10-221-1/+2
* bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()Kent Overstreet2023-10-221-25/+56