summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
41 hoursMerge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-686/+706
4 daysbcachefs: Fix failure to return error on misaligned dio writeKent Overstreet1-1/+3
5 daysbcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet1-2/+10
5 daysbcachefs: Fix uninitialized var warningKent Overstreet2-2/+2
5 daysbcachefs: Split out sb-errors_format.hKent Overstreet3-292/+297
5 daysbcachefs: Split out journal_seq_blacklist_format.hKent Overstreet2-10/+16
5 daysbcachefs: Split out replicas_format.hKent Overstreet2-32/+36
5 daysbcachefs: Split out disk_groups_format.hKent Overstreet2-18/+22
5 daysbcachefs: split out sb-downgrade_format.hKent Overstreet2-13/+18
5 daysbcachefs: split out sb-members_format.hKent Overstreet2-101/+111
5 daysbcachefs: Better fsck error message for key versionKent Overstreet1-4/+5
5 daysbcachefs: btree_gc can now handle unknown btreesKent Overstreet5-73/+55
5 daysbcachefs: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
5 daysbcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet1-9/+3
5 daysbcachefs: Run check_key_has_snapshot in snapshot_delete_keys()Kent Overstreet3-24/+29
5 daysbcachefs: Refactor delete_dead_snapshots()Kent Overstreet1-40/+25
5 daysbcachefs: Fix locking assertKent Overstreet1-5/+5
5 daysbcachefs: Fix lookup_first_inode() when inode_generations are presentKent Overstreet1-14/+10
5 daysbcachefs: Plumb bkey into __btree_err()Kent Overstreet1-40/+45
6 daysbcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)1-3/+3
7 daysbcachefs: Fix sb-downgrade validationKent Overstreet1-3/+10
7 daysbcachefs: Fix debug assertKent Overstreet1-1/+1
9 daysMerge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds15-57/+96
10 daysbcachefs: Fix race path in bch2_inode_insert()Kent Overstreet1-2/+1
10 daysbcachefs: Ensure we're RW before journallingKent Overstreet1-1/+3
10 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
11 daysbcachefs: Fix shutdown orderingKent Overstreet2-1/+8
11 daysbcachefs: Fix unsafety in bch2_dirent_name_bytes()Kent Overstreet1-0/+3
11 daysbcachefs: Fix stack oob in __bch2_encrypt_bio()Kent Overstreet1-2/+6
11 daysbcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet1-2/+2
11 daysbcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet1-13/+2
12 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
13 daysbcachefs: Check for subvolues with bogus snapshot/inode fieldsKent Overstreet2-1/+12
13 daysbcachefs: bch2_checksum() returns 0 for unknown checksum typeKent Overstreet1-2/+2
13 daysbcachefs: Fix bch2_alloc_ciphers()Kent Overstreet1-12/+13
13 daysbcachefs: Add missing guard in bch2_snapshot_has_children()Kent Overstreet1-5/+2
13 daysbcachefs: Fix missing parens in drop_locks_do()Kent Overstreet1-1/+1
13 daysbcachefs: Improve bch2_assert_pos_locked()Kent Overstreet1-0/+2
13 daysbcachefs: Fix shift overflows in replicas.cKent Overstreet1-8/+21
13 daysbcachefs: Fix shift overflow in btree_lost_data()Kent Overstreet2-0/+9
13 daysbcachefs: Fix ref in trans_mark_dev_sbs() error pathKent Overstreet1-1/+1
13 daysbcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang1-1/+2
13 daysbcachefs: Fix rcu splat in check_fix_ptrs()Kent Overstreet1-5/+6
14 daysMerge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds118-4324/+4395
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+3
2024-05-09bcachefs: add no_invalid_checks flagThomas Bertschinger2-1/+8
2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill4-22/+80
2024-05-09bcachefs: Fix sb_field_downgrade validationKent Overstreet1-2/+12
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet13-47/+38
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet31-110/+110