summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcachefs: Fix trans->locked assertKent Overstreet2024-06-051-0/+1
* bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet2024-06-051-1/+14
* bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet2024-06-051-0/+1
* Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-3127-686/+706
|\
| * bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet2024-05-291-1/+3
| * bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet2024-05-291-2/+10
| * bcachefs: Fix uninitialized var warningKent Overstreet2024-05-292-2/+2
| * bcachefs: Split out sb-errors_format.hKent Overstreet2024-05-283-292/+297
| * bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet2024-05-282-10/+16
| * bcachefs: Split out replicas_format.hKent Overstreet2024-05-282-32/+36
| * bcachefs: Split out disk_groups_format.hKent Overstreet2024-05-282-18/+22
| * bcachefs: split out sb-downgrade_format.hKent Overstreet2024-05-282-13/+18