summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-06-20bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-20bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet1-0/+2
2024-06-20bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet1-1/+1
2024-06-20bcachefs: Handle cached data LRU wraparoundKent Overstreet1-5/+41
2024-06-20bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet6-12/+32
2024-06-20bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet1-7/+0
2024-06-20bcachefs: Fix early init error path in journal codeKent Overstreet1-0/+3
2024-06-20bcachefs: Check for invalid btree IDsKent Overstreet2-2/+12
2024-06-20bcachefs: Fix btree ID bitmasksKent Overstreet2-10/+11
2024-06-20bcachefs: Fix shift overflow in read_one_super()Kent Overstreet1-3/+4
2024-06-20bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet1-1/+1
2024-06-20bcachefs: Fix array-index-out-of-boundsKent Overstreet3-3/+8
2024-06-20bcachefs: Fix initialization order for srcu barrierKent Overstreet1-1/+1
2024-06-12bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet1-2/+1
2024-06-11bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet1-0/+2
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet1-1/+3
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet8-47/+135
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet4-2/+10
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet1-12/+5
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet1-116/+133
2024-06-10bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet1-0/+8
2024-06-10bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet1-8/+5
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet1-0/+1
2024-06-10bcachefs: increase key cache shrinker batch sizeKent Overstreet1-1/+2
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet4-14/+18
2024-06-10bcachefs: fix the display format for show-superHongbo Li1-3/+3
2024-06-10bcachefs: fix stack frame size in fsck.cKent Overstreet1-0/+3
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet1-6/+1
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet1-4/+5
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet3-8/+13
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet1-0/+1
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet1-1/+14
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet1-0/+1
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-686/+706
2024-05-29bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet1-1/+3
2024-05-29bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet1-2/+10
2024-05-29bcachefs: Fix uninitialized var warningKent Overstreet2-2/+2
2024-05-29bcachefs: Split out sb-errors_format.hKent Overstreet3-292/+297
2024-05-29bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet2-10/+16
2024-05-29bcachefs: Split out replicas_format.hKent Overstreet2-32/+36
2024-05-29bcachefs: Split out disk_groups_format.hKent Overstreet2-18/+22
2024-05-29bcachefs: split out sb-downgrade_format.hKent Overstreet2-13/+18
2024-05-29bcachefs: split out sb-members_format.hKent Overstreet2-101/+111
2024-05-28bcachefs: Better fsck error message for key versionKent Overstreet1-4/+5
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet5-73/+55
2024-05-28bcachefs: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-28bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet1-9/+3
2024-05-28bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()Kent Overstreet3-24/+29
2024-05-28bcachefs: Refactor delete_dead_snapshots()Kent Overstreet1-40/+25
2024-05-28bcachefs: Fix locking assertKent Overstreet1-5/+5