index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
bcachefs: Fix assertion pop in bch2_ptr_swab()
Kent Overstreet
1
-1
/
+4
2024-11-12
bcachefs: Fix journal_entry_dev_usage_to_text() overrun
Kent Overstreet
1
-0
/
+3
2024-11-11
bcachefs: Allow for unknown key types in backpointers fsck
Kent Overstreet
1
-4
/
+6
2024-11-11
bcachefs: Fix assertion pop in topology repair
Kent Overstreet
2
-2
/
+3
2024-11-08
bcachefs: Fix hidden btree errors when reading roots
Kent Overstreet
2
-0
/
+7
2024-11-08
bcachefs: Fix validate_bset() repair path
Kent Overstreet
1
-5
/
+1
2024-11-08
bcachefs: Fix missing validation for bch_backpointer.level
Kent Overstreet
2
-2
/
+11
2024-11-07
bcachefs: Fix bch_member.btree_bitmap_shift validation
Kent Overstreet
2
-2
/
+8
2024-11-07
bcachefs: bch2_btree_write_buffer_flush_going_ro()
Kent Overstreet
3
-3
/
+29
2024-11-07
bcachefs: Fix UAF in __promote_alloc() error path
Kent Overstreet
1
-1
/
+2
2024-11-07
bcachefs: Change OPT_STR max to be 1 less than the size of choices array
Piotr Zalewski
1
-2
/
+2
2024-11-07
bcachefs: btree_cache.freeable list fixes
Kent Overstreet
3
-48
/
+67
2024-11-07
bcachefs: check the invalid parameter for perf test
Hongbo Li
1
-0
/
+5
2024-11-07
bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket
Pei Xiao
2
-0
/
+3
2024-11-07
bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery
Kent Overstreet
2
-0
/
+13
2024-11-07
bcachefs: Fix topology errors on split after merge
Kent Overstreet
1
-3
/
+14
2024-11-07
bcachefs: Ancient versions with bad bkey_formats are no longer supported
Kent Overstreet
1
-4
/
+3
2024-11-07
bcachefs: Fix error handling in bch2_btree_node_prefetch()
Kent Overstreet
1
-2
/
+5
2024-11-07
bcachefs: Fix null ptr deref in bucket_gen_get()
Kent Overstreet
4
-18
/
+17
2024-11-01
Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefs
Linus Torvalds
15
-38
/
+160
2024-10-29
bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
Piotr Zalewski
1
-0
/
+13
2024-10-29
bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()
Gaosheng Cui
2
-0
/
+5
2024-10-29
bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets
Kent Overstreet
2
-1
/
+16
2024-10-29
bcachefs: Don't filter partial list buckets in open_buckets_to_text()
Kent Overstreet
1
-2
/
+1
2024-10-29
bcachefs: Don't keep tons of cached pointers around
Kent Overstreet
5
-28
/
+89
2024-10-29
bcachefs: init freespace inited bits to 0 in bch2_fs_initialize
Piotr Zalewski
1
-0
/
+9
2024-10-29
bcachefs: Fix unhandled transaction restart in fallocate
Kent Overstreet
1
-4
/
+13
2024-10-25
bcachefs: Fix UAF in bch2_reconstruct_alloc()
Kent Overstreet
1
-3
/
+2
2024-10-25
bcachefs: fix null-ptr-deref in have_stripes()
Jeongjun Park
1
-0
/
+3
2024-10-24
bcachefs: fix shift oob in alloc_lru_idx_fragmentation
Jeongjun Park
1
-0
/
+3
2024-10-24
bcachefs: Fix invalid shift in validate_sb_layout()
Gianfranco Trad
2
-0
/
+6
2024-10-24
Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefs
Linus Torvalds
41
-205
/
+475
2024-10-20
bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path
Kent Overstreet
1
-0
/
+2
2024-10-20
bcachefs: Mark more errors as AUTOFIX
Kent Overstreet
1
-2
/
+2
2024-10-20
bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocations
Kent Overstreet
1
-1
/
+14
2024-10-20
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
3
-6
/
+8
2024-10-20
bcachefs: Fix __bch2_fsck_err() warning
Kent Overstreet
1
-1
/
+4
2024-10-18
bcachefs: fsck: Improve hash_check_key()
Kent Overstreet
3
-50
/
+194
2024-10-18
bcachefs: bch2_hash_set_or_get_in_snapshot()
Kent Overstreet
1
-14
/
+36
2024-10-18
bcachefs: Repair mismatches in inode hash seed, type
Kent Overstreet
1
-10
/
+39
2024-10-18
bcachefs: Add hash seed, type to inode_to_text()
Kent Overstreet
3
-2
/
+8
2024-10-18
bcachefs: INODE_STR_HASH() for bch_inode_unpacked
Kent Overstreet
4
-15
/
+13
2024-10-18
bcachefs: Run in-kernel offline fsck without ratelimit errors
Kent Overstreet
1
-0
/
+1
2024-10-18
bcachefs: skip mount option handle for empty string.
Hongbo Li
1
-0
/
+3
2024-10-18
bcachefs: fix incorrect show_options results
Hongbo Li
1
-1
/
+1
2024-10-18
bcachefs: Fix data corruption on -ENOSPC in buffered write path
Kent Overstreet
1
-0
/
+6
2024-10-18
bcachefs: bch2_folio_reservation_get_partial() is now better behaved
Kent Overstreet
3
-32
/
+57
2024-10-18
bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()
Kent Overstreet
1
-1
/
+1
2024-10-18
bcachefS: ec: fix data type on stripe deletion
Kent Overstreet
1
-2
/
+2
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
21
-39
/
+41
[next]