aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet1-1/+4
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet1-0/+3
2024-11-11bcachefs: Allow for unknown key types in backpointers fsckKent Overstreet1-4/+6
2024-11-11bcachefs: Fix assertion pop in topology repairKent Overstreet2-2/+3
2024-11-08bcachefs: Fix hidden btree errors when reading rootsKent Overstreet2-0/+7
2024-11-08bcachefs: Fix validate_bset() repair pathKent Overstreet1-5/+1
2024-11-08bcachefs: Fix missing validation for bch_backpointer.levelKent Overstreet2-2/+11
2024-11-07bcachefs: Fix bch_member.btree_bitmap_shift validationKent Overstreet2-2/+8
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet3-3/+29
2024-11-07bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet1-1/+2
2024-11-07bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski1-2/+2
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet3-48/+67
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li1-0/+5
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao2-0/+3
2024-11-07bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet2-0/+13
2024-11-07bcachefs: Fix topology errors on split after mergeKent Overstreet1-3/+14
2024-11-07bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet1-4/+3
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet1-2/+5
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet4-18/+17
2024-11-01Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds15-38/+160
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski1-0/+13
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui2-0/+5
2024-10-29bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet2-1/+16
2024-10-29bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet1-2/+1
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet5-28/+89
2024-10-29bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski1-0/+9
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet1-4/+13
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet1-3/+2
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park1-0/+3
2024-10-24bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park1-0/+3
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad2-0/+6
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds41-205/+475
2024-10-20bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet1-0/+2
2024-10-20bcachefs: Mark more errors as AUTOFIXKent Overstreet1-2/+2
2024-10-20bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet1-1/+14
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet3-6/+8
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet1-1/+4
2024-10-18bcachefs: fsck: Improve hash_check_key()Kent Overstreet3-50/+194
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet1-14/+36
2024-10-18bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet1-10/+39
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet3-2/+8
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet4-15/+13
2024-10-18bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet1-0/+1
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li1-0/+3
2024-10-18bcachefs: fix incorrect show_options resultsHongbo Li1-1/+1
2024-10-18bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet1-0/+6
2024-10-18bcachefs: bch2_folio_reservation_get_partial() is now better behavedKent Overstreet3-32/+57
2024-10-18bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()Kent Overstreet1-1/+1
2024-10-18bcachefS: ec: fix data type on stripe deletionKent Overstreet1-2/+2
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet21-39/+41