index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Rework lru btree
Kent Overstreet
6
-138
/
+93
2023-10-23
bcachefs: Improved nocow locking
Kent Overstreet
10
-62
/
+179
2023-10-23
bcachefs: handle failed data_update_init cleanup
Daniel Hill
1
-1
/
+9
2023-10-23
bcachefs: expose nocow_lock table in sysfs
Daniel Hill
1
-0
/
+19
2023-10-23
bcachefs: bucket_gens btree
Kent Overstreet
6
-19
/
+435
2023-10-23
bcachefs: Inline bch2_two_state_(trylock|unlock)
Kent Overstreet
3
-31
/
+37
2023-10-23
bcachefs: Nocow support
Kent Overstreet
22
-52
/
+709
2023-10-23
bcachefs: Data update support for unwritten extents
Kent Overstreet
4
-13
/
+118
2023-10-23
bcachefs: Unwritten extents support
Kent Overstreet
8
-16
/
+69
2023-10-23
bcachefs: bch2_extent_update_i_size_sectors()
Kent Overstreet
1
-54
/
+60
2023-10-23
bcachefs: bch2_extent_fallocate()
Kent Overstreet
3
-26
/
+38
2023-10-23
bcachefs: Skip inode unpack/pack in bch2_extent_update()
Kent Overstreet
1
-43
/
+45
2023-10-23
bcachefs: Drop old maybe_extending optimization
Kent Overstreet
3
-35
/
+4
2023-10-23
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
7
-37
/
+219
2023-10-23
bcachefs: Start snapshots before bch2_gc()
Kent Overstreet
1
-28
/
+14
2023-10-23
bcachefs: Improve bch2_check_alloc_info()
Kent Overstreet
1
-53
/
+207
2023-10-23
bcachefs: Improve bch2_dev_freespace_init()
Kent Overstreet
1
-18
/
+93
2023-10-23
fixup bcachefs: New on disk format: Backpointers
Kent Overstreet
1
-8
/
+27
2023-10-23
bcachefs: Don't use key cache during fsck
Kent Overstreet
5
-7
/
+12
2023-10-23
bcachefs: Run check_extents_to_backpointers() in multiple passes
Kent Overstreet
1
-18
/
+124
2023-10-23
bcachefs: Run bch2_check_backpointers_to_extents() in multiple passes if nece...
Kent Overstreet
2
-13
/
+180
2023-10-23
bcachefs: Don't stop copygc while removing devices
Kent Overstreet
1
-8
/
+0
2023-10-23
bcachefs: Delete in memory ec backpointers
Kent Overstreet
4
-42
/
+0
2023-10-23
bcachefs: Erasure coding now uses backpointers
Kent Overstreet
1
-30
/
+85
2023-10-23
bcachefs: Copygc now uses backpointers
Kent Overstreet
5
-224
/
+346
2023-10-23
bcachefs: New on disk format: Backpointers
Kent Overstreet
14
-66
/
+1186
2023-10-23
bcachefs: Btree write buffer
Kent Overstreet
16
-21
/
+677
2023-10-23
bcachefs: Go RW before check_alloc_info()
Kent Overstreet
4
-29
/
+53
2023-10-23
bcachefs: Start copygc when first going read-write
Kent Overstreet
2
-31
/
+42
2023-10-23
bcachefs: Kill trans->flags
Kent Overstreet
5
-51
/
+50
2023-10-23
bcachefs: trans->notrace_relock_fail
Kent Overstreet
4
-2
/
+11
2023-10-23
bcachefs: Debug mode for c->writes references
Kent Overstreet
13
-46
/
+168
2023-10-23
bcachefs: ec_stripe_delete_work() now takes ref on c->writes
Kent Overstreet
3
-8
/
+17
2023-10-23
bcachefs: Fix btree_node_write_blocked() not being cleared
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Fix btree_path_alloc()
Kent Overstreet
1
-3
/
+8
2023-10-23
bcachefs: Fix memleak in replicas_table_update()
Brett Holman
1
-7
/
+0
2023-10-23
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
11
-81
/
+150
2023-10-23
bcachefs: Don't call bch2_journal_pin_drop() under key cache lock
Kent Overstreet
1
-6
/
+8
2023-10-23
six locks: Improved optimistic spinning
Kent Overstreet
2
-16
/
+39
2023-10-23
bcachefs: Use six_lock_ip()
Kent Overstreet
6
-15
/
+31
2023-10-23
six locks: Expose tracepoint IP
Kent Overstreet
2
-42
/
+82
2023-10-23
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
3
-13
/
+34
2023-10-23
bcachefs: Improve btree node read error path
Kent Overstreet
2
-24
/
+42
2023-10-23
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
6
-32
/
+25
2023-10-23
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
2
-27
/
+17
2023-10-23
bcachefs: Fix hash_check_key()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Don't emit tracepoints for expected events
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Use trylock in bch2_prt_backtrace()
Kent Overstreet
1
-4
/
+2
2023-10-23
bcachefs: bch2_inode_opts_get()
Kent Overstreet
6
-51
/
+39
[next]