index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-26
3
-35
/
+10
|
\
|
*
bcachefs: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2024-11-06
1
-9
/
+1
|
*
bcachefs: clean up duplicate min_heap_callbacks declarations
Kuan-Wei Chiu
2024-11-06
2
-28
/
+10
|
*
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
2024-11-06
1
-0
/
+1
*
|
bcachefs: Fix assertion pop in bch2_ptr_swab()
Kent Overstreet
2024-11-12
1
-1
/
+4
*
|
bcachefs: Fix journal_entry_dev_usage_to_text() overrun
Kent Overstreet
2024-11-12
1
-0
/
+3
*
|
bcachefs: Allow for unknown key types in backpointers fsck
Kent Overstreet
2024-11-11
1
-4
/
+6
*
|
bcachefs: Fix assertion pop in topology repair
Kent Overstreet
2024-11-11
2
-2
/
+3
*
|
bcachefs: Fix hidden btree errors when reading roots
Kent Overstreet
2024-11-08
2
-0
/
+7
*
|
bcachefs: Fix validate_bset() repair path
Kent Overstreet
2024-11-08
1
-5
/
+1
*
|
bcachefs: Fix missing validation for bch_backpointer.level
Kent Overstreet
2024-11-08
2
-2
/
+11
*
|
bcachefs: Fix bch_member.btree_bitmap_shift validation
Kent Overstreet
2024-11-08
2
-2
/
+8
*
|
bcachefs: bch2_btree_write_buffer_flush_going_ro()
Kent Overstreet
2024-11-08
3
-3
/
+29
*
|
bcachefs: Fix UAF in __promote_alloc() error path
Kent Overstreet
2024-11-07
1
-1
/
+2
*
|
bcachefs: Change OPT_STR max to be 1 less than the size of choices array
Piotr Zalewski
2024-11-07
1
-2
/
+2
*
|
bcachefs: btree_cache.freeable list fixes
Kent Overstreet
2024-11-07
3
-48
/
+67
*
|
bcachefs: check the invalid parameter for perf test
Hongbo Li
2024-11-07
1
-0
/
+5
*
|
bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket
Pei Xiao
2024-11-07
2
-0
/
+3
*
|
bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery
Kent Overstreet
2024-11-07
2
-0
/
+13
*
|
bcachefs: Fix topology errors on split after merge
Kent Overstreet
2024-11-07
1
-3
/
+14
*
|
bcachefs: Ancient versions with bad bkey_formats are no longer supported
Kent Overstreet
2024-11-07
1
-4
/
+3
*
|
bcachefs: Fix error handling in bch2_btree_node_prefetch()
Kent Overstreet
2024-11-07
1
-2
/
+5
*
|
bcachefs: Fix null ptr deref in bucket_gen_get()
Kent Overstreet
2024-11-07
4
-18
/
+17
|
/
*
Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-11-01
15
-38
/
+160
|
\
|
*
bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
Piotr Zalewski
2024-10-29
1
-0
/
+13
|
*
bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()
Gaosheng Cui
2024-10-29
2
-0
/
+5
|
*
bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets
Kent Overstreet
2024-10-29
2
-1
/
+16
|
*
bcachefs: Don't filter partial list buckets in open_buckets_to_text()
Kent Overstreet
2024-10-29
1
-2
/
+1
|
*
bcachefs: Don't keep tons of cached pointers around
Kent Overstreet
2024-10-29
5
-28
/
+89
|
*
bcachefs: init freespace inited bits to 0 in bch2_fs_initialize
Piotr Zalewski
2024-10-29
1
-0
/
+9
|
*
bcachefs: Fix unhandled transaction restart in fallocate
Kent Overstreet
2024-10-29
1
-4
/
+13
|
*
bcachefs: Fix UAF in bch2_reconstruct_alloc()
Kent Overstreet
2024-10-25
1
-3
/
+2
|
*
bcachefs: fix null-ptr-deref in have_stripes()
Jeongjun Park
2024-10-25
1
-0
/
+3
|
*
bcachefs: fix shift oob in alloc_lru_idx_fragmentation
Jeongjun Park
2024-10-24
1
-0
/
+3
|
*
bcachefs: Fix invalid shift in validate_sb_layout()
Gianfranco Trad
2024-10-24
2
-0
/
+6
*
|
Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefs
Linus Torvalds
2024-10-24
41
-205
/
+475
|
\
|
|
*
bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path
Kent Overstreet
2024-10-21
1
-0
/
+2
|
*
bcachefs: Mark more errors as AUTOFIX
Kent Overstreet
2024-10-21
1
-2
/
+2
|
*
bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocations
Kent Overstreet
2024-10-20
1
-1
/
+14
|
*
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
2024-10-20
3
-6
/
+8
|
*
bcachefs: Fix __bch2_fsck_err() warning
Kent Overstreet
2024-10-20
1
-1
/
+4
|
*
bcachefs: fsck: Improve hash_check_key()
Kent Overstreet
2024-10-18
3
-50
/
+194
|
*
bcachefs: bch2_hash_set_or_get_in_snapshot()
Kent Overstreet
2024-10-18
1
-14
/
+36
|
*
bcachefs: Repair mismatches in inode hash seed, type
Kent Overstreet
2024-10-18
1
-10
/
+39
|
*
bcachefs: Add hash seed, type to inode_to_text()
Kent Overstreet
2024-10-18
3
-2
/
+8
|
*
bcachefs: INODE_STR_HASH() for bch_inode_unpacked
Kent Overstreet
2024-10-18
4
-15
/
+13
|
*
bcachefs: Run in-kernel offline fsck without ratelimit errors
Kent Overstreet
2024-10-18
1
-0
/
+1
|
*
bcachefs: skip mount option handle for empty string.
Hongbo Li
2024-10-18
1
-0
/
+3
|
*
bcachefs: fix incorrect show_options results
Hongbo Li
2024-10-18
1
-1
/
+1
|
*
bcachefs: Fix data corruption on -ENOSPC in buffered write path
Kent Overstreet
2024-10-18
1
-0
/
+6
[next]