summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li2024-06-261-0/+3
* bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-265-133/+161
* bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li2024-06-251-1/+1
* bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li2024-06-251-4/+10
* bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet2024-06-231-0/+7
* bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet2024-06-231-0/+5
* bcachefs: Add missing recalc_capacity() callKent Overstreet2024-06-231-0/+1
* bcachefs: Fix btree_trans list orderingKent Overstreet2024-06-232-11/+34
* bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2024-06-232-16/+13
* bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet2024-06-231-23/+29
* bcachefs: fix seqmutex_relock()Kent Overstreet2024-06-232-13/+6
* bcachefs: Fix freeing of error pointersKent Overstreet2024-06-221-3/+6
* bcachefs: Move the ei_flags setting to after initializationYouling Tang2024-06-211-5/+3
* bcachefs: Fix a UAF after write_super()Kent Overstreet2024-06-211-2/+2
* bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet2024-06-211-5/+8
* bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet2024-06-211-2/+10
* bcachefs: Replace bare EEXIST with private error codesKent Overstreet2024-06-215-8/+12
* bcachefs: Fix missing alloc_data_type_set()Kent Overstreet2024-06-211-1/+3
* bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang2024-06-201-0/+1
* bcachefs: Fix safe errors by defaultKent Overstreet2024-06-205-289/+308
* bcachefs: Fix bch2_trans_put()Kent Overstreet2024-06-201-3/+8
* bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet2024-06-201-0/+2
* bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet2024-06-201-1/+1
* bcachefs: Handle cached data LRU wraparoundKent Overstreet2024-06-201-5/+41
* bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet2024-06-206-12/+32
* bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet2024-06-201-7/+0
* bcachefs: Fix early init error path in journal codeKent Overstreet2024-06-201-0/+3
* bcachefs: Check for invalid btree IDsKent Overstreet2024-06-202-2/+12
* bcachefs: Fix btree ID bitmasksKent Overstreet2024-06-202-10/+11
* bcachefs: Fix shift overflow in read_one_super()Kent Overstreet2024-06-201-3/+4
* bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet2024-06-201-1/+1
* bcachefs: Fix array-index-out-of-boundsKent Overstreet2024-06-203-3/+8
* bcachefs: Fix initialization order for srcu barrierKent Overstreet2024-06-201-1/+1
* bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet2024-06-121-2/+1
* bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet2024-06-111-0/+2
* bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet2024-06-101-1/+3
* bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet2024-06-108-47/+135
* bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet2024-06-104-2/+10
* bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet2024-06-101-12/+5
* bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet2024-06-101-116/+133
* bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet2024-06-101-0/+8
* bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet2024-06-101-8/+5
* bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet2024-06-101-0/+1
* bcachefs: increase key cache shrinker batch sizeKent Overstreet2024-06-101-1/+2
* bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet2024-06-104-14/+18
* bcachefs: fix the display format for show-superHongbo Li2024-06-101-3/+3
* bcachefs: fix stack frame size in fsck.cKent Overstreet2024-06-101-0/+3
* bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet2024-06-101-6/+1
* bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet2024-06-101-4/+5
* bcachefs: Split out btree_write_submit_wqKent Overstreet2024-06-103-8/+13