summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
13 daysbcachefs: Fix kmalloc bug in __snapshot_t_mutbcachefs-2024-06-28Pei Li
13 daysbcachefs: Discard, invalidate workers are now per deviceKent Overstreet
13 daysbcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li
13 daysbcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet
2024-06-23bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet
2024-06-23bcachefs: fix seqmutex_relock()Kent Overstreet
2024-06-22bcachefs: Fix freeing of error pointersKent Overstreet
2024-06-21bcachefs: Move the ei_flags setting to after initializationbcachefs-2024-06-22Youling Tang
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet
2024-06-19bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet
2024-06-19bcachefs: Fix array-index-out-of-boundsKent Overstreet
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet
2024-06-11bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasbcachefs-2024-06-12Kent Overstreet
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet
2024-06-10bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet
2024-06-10bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet
2024-06-10bcachefs: increase key cache shrinker batch sizeKent Overstreet
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet
2024-06-10bcachefs: fix the display format for show-superHongbo Li
2024-06-10bcachefs: fix stack frame size in fsck.cKent Overstreet
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet