summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-28bcachefs: Fix lookup_first_inode() when inode_generations are presentKent Overstreet1-14/+10
2024-05-28bcachefs: Plumb bkey into __btree_err()Kent Overstreet1-40/+45
2024-05-27bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)1-3/+3
2024-05-26bcachefs: Fix sb-downgrade validationKent Overstreet1-3/+10
2024-05-26bcachefs: Fix debug assertKent Overstreet1-1/+1
2024-05-24Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds15-57/+96
2024-05-23bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet1-2/+1
2024-05-23bcachefs: Ensure we're RW before journallingKent Overstreet1-1/+3
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
2024-05-23bcachefs: Fix shutdown orderingKent Overstreet2-1/+8
2024-05-23bcachefs: Fix unsafety in bch2_dirent_name_bytes()Kent Overstreet1-0/+3
2024-05-23bcachefs: Fix stack oob in __bch2_encrypt_bio()Kent Overstreet1-2/+6
2024-05-23bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet1-2/+2