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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-06
bcachefs: __journal_keys_sort() refactoring
Kent Overstreet
1
-3
/
+1
2024-01-06
bcachefs: wb_key_cmp -> wb_key_ref_cmp
Kent Overstreet
1
-6
/
+6
2024-01-06
bcachefs: track transaction durations
Kent Overstreet
3
-12
/
+27
2024-01-06
bcachefs: btree_trans always has stats
Kent Overstreet
3
-19
/
+8
2024-01-06
bcachefs: Split brain detection
Kent Overstreet
2
-11
/
+65
2024-01-06
bcachefs: bch_member->seq
Kent Overstreet
3
-2
/
+22
2024-01-06
bcachefs: Fix nochanges/read_only interaction
Kent Overstreet
4
-15
/
+18
2024-01-06
bcachefs: Check journal entries for invalid keys in trans commit path
Kent Overstreet
2
-0
/
+52
2024-01-01
bcachefs: check_directory_structure() can now be run online
Kent Overstreet
2
-67
/
+41
2024-01-01
bcachefs: Fix reattach_inode() for snapshots
Kent Overstreet
3
-46
/
+92
2024-01-01
bcachefs: bch2_btree_trans_peek_slot_updates
Kent Overstreet
1
-31
/
+15
2024-01-01
bcachefs: bch2_btree_trans_peek_prev_updates
Kent Overstreet
1
-1
/
+20
2024-01-01
bcachefs: bch2_btree_trans_peek_updates
Kent Overstreet
1
-9
/
+20
2024-01-01
bcachefs: growable btree_paths
Kent Overstreet
4
-22
/
+72
2024-01-01
bcachefs: Fix interior update path btree_path uses
Kent Overstreet
3
-43
/
+51
2024-01-01
bcachefs: trans->nr_paths
Kent Overstreet
4
-8
/
+26
2024-01-01
bcachefs: trans->updates will also be resizable
Kent Overstreet
3
-4
/
+5
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
5
-106
/
+100
2024-01-01
bcachefs: rcu protect trans->paths
Kent Overstreet
4
-11
/
+68
2024-01-01
bcachefs: Clean up btree_trans
Kent Overstreet
6
-39
/
+40
2024-01-01
bcachefs: kill btree_path.idx
Kent Overstreet
5
-31
/
+8
2024-01-01
bcachefs: get_unlocked_mut_path() -> btree_path_idx_t
Kent Overstreet
1
-43
/
+42
2024-01-01
bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idx
Kent Overstreet
1
-6
/
+6
2024-01-01
bcachefs: bch2_path_get() no longer uses path->idx
Kent Overstreet
1
-5
/
+6
2024-01-01
bcachefs: trans_for_each_path_with_node() no longer uses path->idx
Kent Overstreet
4
-14
/
+18
2024-01-01
bcachefs: trans_for_each_path() no longer uses path->idx
Kent Overstreet
6
-49
/
+64
2024-01-01
bcachefs: kill trans_for_each_path_from()
Kent Overstreet
1
-5
/
+2
2024-01-01
bcachefs: bch2_btree_path_to_text() -> btree_path_idx_t
Kent Overstreet
2
-7
/
+12
2024-01-01
bcachefs: struct trans_for_each_path_inorder_iter
Kent Overstreet
2
-15
/
+23
2024-01-01
bcachefs: btree_insert_entry -> btree_path_idx_t
Kent Overstreet
6
-48
/
+56
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
11
-155
/
+195
2024-01-01
bcachefs: btree_path_alloc() -> btree_path_idx_t
Kent Overstreet
1
-25
/
+24
2024-01-01
bcachefs: bch2_btree_path_traverse() -> btree_path_idx_t
Kent Overstreet
4
-27
/
+31
2024-01-01
bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_t
Kent Overstreet
4
-19
/
+19
2024-01-01
bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_t
Kent Overstreet
3
-30
/
+33
2024-01-01
bcachefs; bch2_path_put() -> btree_path_idx_t
Kent Overstreet
5
-33
/
+31
2024-01-01
bcachefs: bch2_path_get() -> btree_path_idx_t
Kent Overstreet
5
-16
/
+20
2024-01-01
bcachefs: minor bch2_btree_path_set_pos() optimization
Kent Overstreet
2
-6
/
+6
2024-01-01
bcachefs: Kill GFP_NOFAIL usage in readahead path
Kent Overstreet
1
-17
/
+14
2024-01-01
bcachefs: Convert split_devs() to darray
Kent Overstreet
4
-48
/
+58
2024-01-01
bcachefs: skip journal more often in key cache reclaim
Kent Overstreet
1
-1
/
+3
2024-01-01
bcachefs: for_each_keylist_key() declares loop iter
Kent Overstreet
4
-13
/
+4
2024-01-01
bcachefs: bkey_for_each_ptr() now declares loop iter
Kent Overstreet
10
-38
/
+7
2024-01-01
bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()
Kent Overstreet
2
-35
/
+17
2024-01-01
bcachefs: fsck -> bch2_trans_run()
Kent Overstreet
1
-43
/
+34
2024-01-01
bcachefs: vstruct_for_each() now declares loop iter
Kent Overstreet
5
-19
/
+9
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
10
-81
/
+53
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
14
-242
/
+157
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
19
-360
/
+161
2024-01-01
bcachefs: kill for_each_btree_key_norestart()
Kent Overstreet
1
-20
/
+8
[prev]
[next]