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: Nocow locking fixup
Kent Overstreet
1
-3
/
+10
2023-10-22
bcachefs: Add some logging for btree node rewrites due to errors
Kent Overstreet
2
-4
/
+29
2023-10-22
bcachefs: Ensure btree node cache is not more than half dirty
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add max nr of IOs in flight to the move path
Kent Overstreet
3
-7
/
+24
2023-10-22
bcachefs: Add an assert to bch2_bucket_nocow_unlock()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: don't block reads if we're promoting
Daniel Hill
3
-9
/
+25
2023-10-22
bcachefs: Fix promote path leak
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Improve invalidate_one_bucket() error messages
Kent Overstreet
3
-16
/
+46
2023-10-22
bcachefs: Fix move_ctxt_wait_event()
Kent Overstreet
1
-8
/
+12
2023-10-22
bcachefs: Fix deadlock on nocow locks in data move path
Kent Overstreet
5
-32
/
+55
2023-10-22
bcachefs: BKEY_INVALID_FROM_JOURNAL
Kent Overstreet
3
-7
/
+8
2023-10-22
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
24
-67
/
+68
2023-10-22
bcachefs: Rework lru btree
Kent Overstreet
6
-138
/
+93
2023-10-22
bcachefs: Improved nocow locking
Kent Overstreet
10
-62
/
+179
2023-10-22
bcachefs: handle failed data_update_init cleanup
Daniel Hill
1
-1
/
+9
2023-10-22
bcachefs: expose nocow_lock table in sysfs
Daniel Hill
1
-0
/
+19
2023-10-22
bcachefs: bucket_gens btree
Kent Overstreet
6
-19
/
+435
2023-10-22
bcachefs: Inline bch2_two_state_(trylock|unlock)
Kent Overstreet
3
-31
/
+37
2023-10-22
bcachefs: Nocow support
Kent Overstreet
22
-52
/
+709
2023-10-22
bcachefs: Data update support for unwritten extents
Kent Overstreet
4
-13
/
+118
2023-10-22
bcachefs: Unwritten extents support
Kent Overstreet
8
-16
/
+69
2023-10-22
bcachefs: bch2_extent_update_i_size_sectors()
Kent Overstreet
1
-54
/
+60
2023-10-22
bcachefs: bch2_extent_fallocate()
Kent Overstreet
3
-26
/
+38
2023-10-22
bcachefs: Skip inode unpack/pack in bch2_extent_update()
Kent Overstreet
1
-43
/
+45
2023-10-22
bcachefs: Drop old maybe_extending optimization
Kent Overstreet
3
-35
/
+4
2023-10-22
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
7
-37
/
+219
2023-10-22
bcachefs: Start snapshots before bch2_gc()
Kent Overstreet
1
-28
/
+14
2023-10-22
bcachefs: Improve bch2_check_alloc_info()
Kent Overstreet
1
-53
/
+207
2023-10-22
bcachefs: Improve bch2_dev_freespace_init()
Kent Overstreet
1
-18
/
+93
2023-10-22
fixup bcachefs: New on disk format: Backpointers
Kent Overstreet
1
-8
/
+27
2023-10-22
bcachefs: Don't use key cache during fsck
Kent Overstreet
5
-7
/
+12
2023-10-22
bcachefs: Run check_extents_to_backpointers() in multiple passes
Kent Overstreet
1
-18
/
+124
2023-10-22
bcachefs: Run bch2_check_backpointers_to_extents() in multiple passes if nece...
Kent Overstreet
2
-13
/
+180
2023-10-22
bcachefs: Don't stop copygc while removing devices
Kent Overstreet
1
-8
/
+0
2023-10-22
bcachefs: Delete in memory ec backpointers
Kent Overstreet
4
-42
/
+0
2023-10-22
bcachefs: Erasure coding now uses backpointers
Kent Overstreet
1
-30
/
+85
2023-10-22
bcachefs: Copygc now uses backpointers
Kent Overstreet
5
-224
/
+346
2023-10-22
bcachefs: New on disk format: Backpointers
Kent Overstreet
14
-66
/
+1186
2023-10-22
bcachefs: Btree write buffer
Kent Overstreet
16
-21
/
+677
2023-10-22
bcachefs: Go RW before check_alloc_info()
Kent Overstreet
4
-29
/
+53
2023-10-22
bcachefs: Start copygc when first going read-write
Kent Overstreet
2
-31
/
+42
2023-10-22
bcachefs: Kill trans->flags
Kent Overstreet
5
-51
/
+50
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
4
-2
/
+11
2023-10-22
bcachefs: Debug mode for c->writes references
Kent Overstreet
13
-46
/
+168
2023-10-22
bcachefs: ec_stripe_delete_work() now takes ref on c->writes
Kent Overstreet
3
-8
/
+17
2023-10-22
bcachefs: Fix btree_node_write_blocked() not being cleared
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Fix btree_path_alloc()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Fix memleak in replicas_table_update()
Brett Holman
1
-7
/
+0
2023-10-22
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
11
-81
/
+150
[next]