summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-263-35/+10
|\
| * bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2024-11-061-9/+1
| * bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu2024-11-062-28/+10
| * lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu2024-11-061-0/+1
* | bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet2024-11-121-1/+4
* | bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet2024-11-121-0/+3
* | bcachefs: Allow for unknown key types in backpointers fsckKent Overstreet2024-11-111-4/+6
* | bcachefs: Fix assertion pop in topology repairKent Overstreet2024-11-112-2/+3
* | bcachefs: Fix hidden btree errors when reading rootsKent Overstreet2024-11-082-0/+7
* | bcachefs: Fix validate_bset() repair pathKent Overstreet2024-11-081-5/+1
* | bcachefs: Fix missing validation for bch_backpointer.levelKent Overstreet2024-11-082-2/+11
* | bcachefs: Fix bch_member.btree_bitmap_shift validationKent Overstreet2024-11-082-2/+8
* | bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet2024-11-083-3/+29
* | bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet2024-11-071-1/+2
* | bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski2024-11-071-2/+2
* | bcachefs: btree_cache.freeable list fixesKent Overstreet2024-11-073-48/+67
* | bcachefs: check the invalid parameter for perf testHongbo Li2024-11-071-0/+5
* | bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao2024-11-072-0/+3
* | bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet2024-11-072-0/+13
* | bcachefs: Fix topology errors on split after mergeKent Overstreet2024-11-071-3/+14
* | bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet2024-11-071-4/+3
* | bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet2024-11-071-2/+5
* | bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet2024-11-074-18/+17
|/
* Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-11-0115-38/+160
|\
| * bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski2024-10-291-0/+13
| * bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui2024-10-292-0/+5
| * bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet2024-10-292-1/+16
| * bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet2024-10-291-2/+1
| * bcachefs: Don't keep tons of cached pointers aroundKent Overstreet2024-10-295-28/+89
| * bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski2024-10-291-0/+9
| * bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet2024-10-291-4/+13
| * bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet2024-10-251-3/+2
| * bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park2024-10-251-0/+3
| * bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park2024-10-241-0/+3
| * bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad2024-10-242-0/+6
* | Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds2024-10-2441-205/+475
|\|
| * bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet2024-10-211-0/+2
| * bcachefs: Mark more errors as AUTOFIXKent Overstreet2024-10-211-2/+2
| * bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet2024-10-201-1/+14
| * bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet2024-10-203-6/+8
| * bcachefs: Fix __bch2_fsck_err() warningKent Overstreet2024-10-201-1/+4
| * bcachefs: fsck: Improve hash_check_key()Kent Overstreet2024-10-183-50/+194
| * bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet2024-10-181-14/+36
| * bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet2024-10-181-10/+39
| * bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet2024-10-183-2/+8
| * bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet2024-10-184-15/+13
| * bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet2024-10-181-0/+1
| * bcachefs: skip mount option handle for empty string.Hongbo Li2024-10-181-0/+3
| * bcachefs: fix incorrect show_options resultsHongbo Li2024-10-181-1/+1
| * bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet2024-10-181-0/+6