index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: remove extent_buffer::recursed
Josef Bacik
2020-12-08
2
-2
/
+0
*
btrfs: remove the recurse parameter from __btrfs_tree_read_lock
Josef Bacik
2020-12-08
2
-6
/
+3
*
btrfs: use btrfs_tree_read_lock in btrfs_search_slot
Josef Bacik
2020-12-08
1
-1
/
+1
*
btrfs: merge back btrfs_read_lock_root_node helpers
Josef Bacik
2020-12-08
3
-11
/
+4
*
btrfs: locking: remove the recursion handling code
Josef Bacik
2020-12-08
1
-64
/
+4
*
btrfs: remove btrfs_path::recurse
Josef Bacik
2020-12-08
2
-4
/
+2
*
btrfs: unlock to current level in btrfs_next_old_leaf
Josef Bacik
2020-12-08
1
-15
/
+17
*
btrfs: cleanup the locking in btrfs_next_old_leaf
Josef Bacik
2020-12-08
1
-10
/
+4
*
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
2020-12-08
5
-21
/
+19
*
btrfs: drop never met disk total bytes check in verify_one_dev_extent
Anand Jain
2020-12-08
1
-15
/
+10
*
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
2020-12-08
3
-11
/
+11
*
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
2020-12-08
8
-50
/
+176
*
btrfs: fix race when defragmenting leads to unnecessary IO
Filipe Manana
2020-12-08
1
-0
/
+39
*
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
2020-12-08
5
-107
/
+186
*
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
4
-7
/
+6
*
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
9
-18
/
+31
*
btrfs: pass the root owner and level around for readahead
Josef Bacik
2020-12-08
1
-6
/
+18
*
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
8
-18
/
+25
*
btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
Josef Bacik
2020-12-08
1
-12
/
+3
*
btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
Josef Bacik
2020-12-08
1
-10
/
+1
*
btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
Josef Bacik
2020-12-08
1
-12
/
+1
*
btrfs: use btrfs_read_node_slot in walk_down_tree
Josef Bacik
2020-12-08
1
-16
/
+2
*
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
2020-12-08
1
-9
/
+1
*
btrfs: use btrfs_read_node_slot in do_relocation
Josef Bacik
2020-12-08
1
-11
/
+1
*
btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
Josef Bacik
2020-12-08
1
-13
/
+2
*
btrfs: use btrfs_read_node_slot in btrfs_realloc_node
Josef Bacik
2020-12-08
1
-33
/
+3
*
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
8
-61
/
+63
*
btrfs: remove lockdep classes for the fs tree
Josef Bacik
2020-12-08
1
-1
/
+0
*
btrfs: discard: reschedule work after sysfs param update
Pavel Begunkov
2020-12-08
1
-2
/
+3
*
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
2020-12-08
2
-0
/
+16
*
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
2020-12-08
2
-8
/
+8
*
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
2020-12-08
1
-5
/
+5
*
btrfs: scrub: refactor scrub_find_csum()
Qu Wenruo
2020-12-08
1
-20
/
+47
*
btrfs: scrub: remove the force parameter from scrub_pages
Qu Wenruo
2020-12-08
1
-5
/
+5
*
btrfs: scrub: distinguish scrub page from regular page
Qu Wenruo
2020-12-08
1
-51
/
+51
*
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
2020-12-08
1
-5
/
+6
*
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
2020-12-08
1
-36
/
+42
*
btrfs: make csum_tree_block() handle node smaller than page
Qu Wenruo
2020-12-08
1
-2
/
+3
*
btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty
Qu Wenruo
2020-12-08
1
-4
/
+1
*
btrfs: make buffer_radix take sector size units
Qu Wenruo
2020-12-08
2
-4
/
+5
*
btrfs: assert page mapping lock in attach_extent_buffer_page
Qu Wenruo
2020-12-08
1
-0
/
+9
*
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
2020-12-08
2
-6
/
+8
*
btrfs: load free space cache asynchronously
Josef Bacik
2020-12-08
3
-70
/
+60
*
btrfs: load the free space cache inode extents from commit root
Josef Bacik
2020-12-08
1
-1
/
+10
*
btrfs: load free space cache into a temporary ctl
Josef Bacik
2020-12-08
4
-119
/
+70
*
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
2020-12-08
3
-11
/
+13
*
btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
Josef Bacik
2020-12-08
1
-0
/
+2
*
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
2020-12-08
3
-28
/
+40
*
btrfs: do not shorten unpin len for caching block groups
Josef Bacik
2020-12-08
1
-4
/
+4
*
btrfs: reorder extent buffer members for better packing
David Sterba
2020-12-08
1
-3
/
+3
[next]