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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
22
-254
/
+98
2023-10-22
bcachefs: kill i_sectors_hook
Kent Overstreet
1
-145
/
+31
2023-10-22
bcachefs: convert fcollapse to bch2_extent_update()
Kent Overstreet
1
-37
/
+30
2023-10-22
bcachefs: convert fpunch to bch2_extent_update()
Kent Overstreet
1
-29
/
+3
2023-10-22
bcachefs: convert truncate to bch2_extent_update()
Kent Overstreet
1
-23
/
+93
2023-10-22
bcachefs: convert bchfs_write_index_update() to bch2_extent_update()
Kent Overstreet
3
-173
/
+165
2023-10-22
bcachefs: bch2_extent_trim_atomic()
Kent Overstreet
3
-8
/
+47
2023-10-22
bcachefs: mempoolify btree_trans
Kent Overstreet
5
-13
/
+13
2023-10-22
bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possible
Kent Overstreet
6
-221
/
+107
2023-10-22
bcachefs: extent_squash() can no longer fail
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: make struct btree_iter a bit smaller
Kent Overstreet
4
-11
/
+10
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
10
-547
/
+475
2023-10-22
bcachefs: extent unit tests
Kent Overstreet
1
-0
/
+62
2023-10-22
bcachefs: bkey_written()
Kent Overstreet
6
-73
/
+87
2023-10-22
bcachefs: improved rw_aux_tree_bsearch()
Kent Overstreet
2
-21
/
+24
2023-10-22
bcachefs: Factor out btree_key_can_insert()
Kent Overstreet
4
-35
/
+73
2023-10-22
bcachefs: BCH_SB_RESERVE_BYTES
Kent Overstreet
3
-17
/
+17
2023-10-22
bcachefs: Better calculation of copygc threshold
Kent Overstreet
4
-23
/
+32
2023-10-22
bcachefs: Change how replicated data is accounted
Kent Overstreet
5
-50
/
+107
2023-10-22
bcachefs: Account for internal fragmentation better
Kent Overstreet
8
-61
/
+93
2023-10-22
bcachefs: kill s_alloc, use bch_data_type
Kent Overstreet
6
-70
/
+44
2023-10-22
bcachefs: bch2_mark_key() now takes bch_data_type
Kent Overstreet
5
-18
/
+18
2023-10-22
bcachefs: Fix an assertion in the btree node merge path
Kent Overstreet
2
-48
/
+28
2023-10-22
bcachefs: Fix locking in allocator thread
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: fix bch2_val_to_text()
Kent Overstreet
14
-46
/
+72
2023-10-22
bcachefs: minor fsync fix
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
3
-130
/
+96
2023-10-22
bcachefs: fix last_seq_ondisk
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: fix mtime/ctime update on truncate
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: fix fsync after create
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: fix nbuckets usage on device resize
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Invalidate buckets when writing to alloc btree
Kent Overstreet
6
-337
/
+300
2023-10-22
bcachefs: kill bucket mark sector count saturation
Kent Overstreet
5
-69
/
+10
2023-10-22
bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switch
Kent Overstreet
5
-16
/
+17
2023-10-22
bcachefs: Fix an assertion
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix rename + fsync
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Use ei_update_lock consistently
Kent Overstreet
2
-3
/
+47
2023-10-22
bcachefs: bch2_trans_update() now takes struct btree_insert_entry
Kent Overstreet
7
-31
/
+21
2023-10-22
bcachefs: Fix mtime/ctime updates
Kent Overstreet
7
-124
/
+130
2023-10-22
bcachefs: Simplify bch2_write_inode_trans, fix lockdep splat
Kent Overstreet
2
-26
/
+13
2023-10-22
bcachefs: add bch_verbose() statements for shutdown
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix a use after free in the journal code
Kent Overstreet
7
-76
/
+112
2023-10-22
bcachefs: Fix device add
Kent Overstreet
2
-3
/
+17
2023-10-22
bcachefs: trace transaction restarts
Kent Overstreet
5
-9
/
+54
2023-10-22
bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactions
Kent Overstreet
2
-93
/
+130
2023-10-22
bcachefs: Only check inode i_nlink during full fsck
Kent Overstreet
4
-3
/
+40
2023-10-22
bcachefs: Initial commit
Kent Overstreet
122
-0
/
+57147
2023-10-22
MAINTAINERS: Add entry for bcachefs
Kent Overstreet
1
-0
/
+7
2023-10-19
objtool: Add bcachefs noreturns
Kent Overstreet
1
-0
/
+2
2023-10-19
lib/generic-radix-tree.c: Add peek_prev()
Kent Overstreet
2
-1
/
+119
[next]