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
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
9
-57
/
+73
2023-10-22
bcachefs: docs: add docs for bch2_trans_reset
Dan Robertson
2
-0
/
+23
2023-10-22
bcachefs: set disk state should check new_state
Dan Robertson
1
-1
/
+2
2023-10-22
bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
Kent Overstreet
4
-18
/
+25
2023-10-22
bcachefs: bch2_d_types[]
Kent Overstreet
3
-1
/
+14
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_slot() assertion
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Split out SPOS_MAX
Kent Overstreet
7
-15
/
+16
2023-10-22
bcachefs: add bcachefs xxhash support
jpsollie
4
-2
/
+20
2023-10-22
bcachefs: Prepare checksums for more advanced algorithms
jpsollie
1
-36
/
+59
2023-10-22
bcachefs: Enforce SYS_CAP_ADMIN within ioctls
Tobias Geerinckx-Rice
1
-8
/
+36
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_prev()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix bch2_acl_chmod() cleanup on error
Dan Robertson
1
-2
/
+3
2023-10-22
bcachefs: statfs bfree and bavail should be the same
Dan Robertson
1
-2
/
+2
2023-10-22
bcachefs: Fix shift-by-64 in bch2_bkey_format_validate()
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: fix truncate without a size change
Dan Robertson
1
-9
/
+10
2023-10-22
bcachefs: fix ifdef for x86_64 asm
Dan Robertson
1
-1
/
+1
2023-10-22
bcachefs: ensure iter->should_be_locked is set
Dan Robertson
1
-1
/
+2
2023-10-22
bcachefs: Fix unused variable warning when !BCACHEFS_DEBUG
Christopher James Halse Rogers
1
-0
/
+2
2023-10-22
bcachefs: Use memalloc_nofs_save() in bch2_read_endio()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Fix btree_node_read_all_replicas() error handling
Kent Overstreet
1
-19
/
+20
2023-10-22
bcachefs: Don't loop into topology repair
Kent Overstreet
2
-3
/
+10
2023-10-22
bcachefs: Don't ratelimit certain fsck errors
Kent Overstreet
3
-17
/
+31
2023-10-22
bcachefs: ensure iter->should_be_locked is set
Dan Robertson
1
-1
/
+2
2023-10-22
bcachefs: Don't disable preemption unnecessarily
Kent Overstreet
2
-9
/
+2
2023-10-22
bcachefs: Extensive triggers cleanups
Kent Overstreet
8
-346
/
+284
2023-10-22
bcachefs: fix truncate with ATTR_MODE
Kent Overstreet
4
-25
/
+36
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
11
-32
/
+50
2023-10-22
bcachefs: Kill __btree_delete_at()
Kent Overstreet
3
-45
/
+30
2023-10-22
bcachefs: Make sure bch2_trans_mark_update uses correct iter flags
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: Fix a memory leak in dio write path
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: fix a possible bcachefs checksum mapping error opt-checksum enum to...
Janpieter Sollie
1
-1
/
+1
2023-10-22
bcachefs: Clear iter->should_be_locked in bch2_trans_reset
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't underflow c->sectors_available
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Kill bch2_btree_iter_peek_cached()
Kent Overstreet
4
-66
/
+42
2023-10-22
bcachefs: Allow shorter JSET_ENTRY_dev_usage entries
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: mount: fix null deref with null devname
Dan Robertson
1
-3
/
+3
2023-10-22
bcachefs: Fix null ptr deref when splitting compressed extents
Kent Overstreet
5
-56
/
+27
2023-10-22
bcachefs: Fix overflow in journal_replay_entry_early
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Always zero memory from bch2_trans_kmalloc()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Merging for indirect extents
Kent Overstreet
2
-45
/
+58
2023-10-22
bcachefs: Improved extent merging
Kent Overstreet
1
-60
/
+79
2023-10-22
bcachefs: Re-implement extent merging in transaction commit path
Kent Overstreet
3
-6
/
+46
2023-10-22
bcachefs: Refactor extent_handle_overwrites()
Kent Overstreet
1
-37
/
+57
2023-10-22
bcachefs: Clean up key merging
Kent Overstreet
6
-79
/
+50
2023-10-22
bcachefs: Kill trans->updates2
Kent Overstreet
4
-73
/
+16
2023-10-22
bcachefs: Simplify reflink trigger
Kent Overstreet
1
-64
/
+3
2023-10-22
bcachefs: Move extent_handle_overwrites() to bch2_trans_update()
Kent Overstreet
3
-227
/
+77
2023-10-22
bcachefs: bch2_btree_iter_peek_slot() now saves initial position when searching
Kent Overstreet
1
-3
/
+15
2023-10-22
bcachefs: Kill __bch2_btree_iter_peek_slot_extents()
Kent Overstreet
1
-61
/
+53
2023-10-22
bcachefs: bch2_btree_iter_peek_slot() now supports BTREE_ITER_WITH_UPDATES
Kent Overstreet
1
-1
/
+8
[next]