summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-06-26bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li1-0/+3
2024-06-26bcachefs: Discard, invalidate workers are now per deviceKent Overstreet5-133/+161
2024-06-26bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li1-1/+1
2024-06-26bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li1-4/+10
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet1-0/+7
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet1-0/+5
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet1-0/+1
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet2-11/+34
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2-16/+13
2024-06-23bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet1-23/+29
2024-06-23bcachefs: fix seqmutex_relock()Kent Overstreet2-13/+6
2024-06-23bcachefs: Fix freeing of error pointersKent Overstreet1-3/+6
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang1-0/+1
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet5-289/+308
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