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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Redo check_nlink fsck pass
Kent Overstreet
1
-138
/
+41
2023-10-22
bcachefs: Inode backpointers are now required
Kent Overstreet
2
-43
/
+151
2023-10-22
bcachefs: Simplify hash table checks
Kent Overstreet
1
-231
/
+65
2023-10-22
bcachefs: Check inodes at start of fsck
Kent Overstreet
1
-169
/
+186
2023-10-22
bcachefs: Fix BTREE_ITER_NOT_EXTENTS
Kent Overstreet
3
-2
/
+8
2023-10-22
bcachefs: Fix bch2_gc_btree_gens()
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Make sure to kick journal reclaim when we're waiting on it
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in allocator
Kent Overstreet
1
-10
/
+9
2023-10-22
bcachefs: Drop bch2_fsck_inode_nlink()
Kent Overstreet
3
-29
/
+14
2023-10-22
bcachefs: Move some dirent checks to bch2_dirent_invalid()
Kent Overstreet
2
-36
/
+13
2023-10-22
bcachefs: Improve bset compaction
Kent Overstreet
4
-21
/
+39
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
8
-57
/
+81
2023-10-22
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
5
-22
/
+20
2023-10-22
bcachefs: Increase BSET_CACHELINE to 256 bytes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a startup race
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Fix an uninitialized variable
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: kill bset_tree->max_key
Kent Overstreet
2
-40
/
+8
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
3
-20
/
+26
2023-10-22
bcachefs: Drop some memset() calls
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
8
-178
/
+138
2023-10-22
bcachefs: Fix livelock calling bch2_mark_bkey_replicas()
Kent Overstreet
3
-5
/
+18
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
7
-40
/
+99
2023-10-22
bcachefs: Fix journal deadlock
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Fix this_cpu_ptr() usage
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Increase commality between BTREE_ITER_NODES and BTREE_ITER_KEYS
Kent Overstreet
2
-41
/
+53
2023-10-22
bcachefs: Fix BTREE_FOREGROUND_MERGE_HYSTERESIS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
5
-74
/
+44
2023-10-22
bcachefs: Move btree node merging to before transaction commit
Kent Overstreet
1
-16
/
+60
2023-10-22
bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restarts
Kent Overstreet
2
-26
/
+22
2023-10-22
bcachefs: Kill bch2_btree_node_get_sibling()
Kent Overstreet
3
-155
/
+43
2023-10-22
bcachefs: Change where merging of interior btree nodes is trigger from
Kent Overstreet
1
-9
/
+7
2023-10-22
bcachefs: Improve bch2_btree_update_start()
Kent Overstreet
3
-224
/
+114
2023-10-22
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
3
-0
/
+18
2023-10-22
bcachefs: Improve bch2_trans_relock()
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: Move btree lock debugging to slowpath fn
Kent Overstreet
2
-19
/
+18
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
4
-6
/
+35
2023-10-22
buckets.c fixups XXX squash
Kent Overstreet
2
-51
/
+40
2023-10-22
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
1
-22
/
+14
2023-10-22
bcachefs: Free iterator in bch2_btree_delete_range_trans()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Have journal reclaim thread flush more aggressively
Kent Overstreet
2
-1
/
+10
2023-10-22
bcachefs: Don't use bch2_inode_find_by_inum() in move.c
Kent Overstreet
1
-6
/
+36
2023-10-22
bcachefs: Change inode allocation code for snapshots
Kent Overstreet
3
-25
/
+61
2023-10-22
bcachefs: Inode backpointers
Kent Overstreet
7
-40
/
+125
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
22
-73
/
+251
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
17
-102
/
+96
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
4
-0
/
+28
2023-10-22
bcachefs: btree key cache locking improvements
Kent Overstreet
4
-73
/
+130
2023-10-22
bcachefs: Simplify btree_node_iter_init_pack_failed()
Kent Overstreet
1
-12
/
+7
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
3
-3
/
+9
2023-10-22
bcachefs: Fix packed bkey format calculation for new btree roots
Kent Overstreet
2
-4
/
+9
[prev]
[next]