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.12.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: rename workspaces_list to workspace_manager
Dennis Zhou
2019-02-25
1
-23
/
+23
*
btrfs: add helpers for compression type and level
Dennis Zhou
2019-02-25
3
-2
/
+12
*
btrfs: introduce new ioctl to unregister a btrfs device
Anand Jain
2019-02-25
4
-0
/
+17
*
btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
Josef Bacik
2019-02-25
4
-9
/
+35
*
btrfs: Output ENOSPC debug info in inc_block_group_ro
Qu Wenruo
2019-02-25
1
-2
/
+13
*
btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release
Qu Wenruo
2019-02-25
1
-2
/
+0
*
btrfs: let the assertion expression compile in all configs
Anders Roxell
2019-02-25
1
-8
/
+5
*
btrfs: merge btrfs_set_lock_blocking_rw with it's caller
David Sterba
2019-02-25
2
-15
/
+10
*
btrfs: simplify waiting loop in btrfs_tree_lock
David Sterba
2019-02-25
1
-9
/
+2
*
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
2019-02-25
8
-33
/
+28
*
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
2019-02-25
6
-11
/
+11
*
btrfs: split btrfs_clear_lock_blocking_rw to read and write helpers
David Sterba
2019-02-25
2
-27
/
+27
*
btrfs: split btrfs_set_lock_blocking_rw to read and write helpers
David Sterba
2019-02-25
2
-25
/
+40
*
btrfs: qgroup: Cleanup old subtree swap code
Qu Wenruo
2019-02-25
2
-100
/
+0
*
btrfs: qgroup: Use delayed subtree rescan for balance
Qu Wenruo
2019-02-25
4
-9
/
+103
*
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
2019-02-25
6
-0
/
+265
*
btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap
Qu Wenruo
2019-02-25
1
-21
/
+56
*
btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots
Qu Wenruo
2019-02-25
3
-17
/
+84
*
btrfs: call btrfs_create_pending_block_groups unconditionally
Josef Bacik
2019-02-25
2
-6
/
+3
*
btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
Josef Bacik
2019-02-25
1
-6
/
+1
*
btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
Josef Bacik
2019-02-25
1
-9
/
+2
*
btrfs: scrub: print messages when started or finished
Anand Jain
2019-02-25
1
-0
/
+5
*
btrfs: simplify workqueue name when allocating
David Sterba
2019-02-25
1
-6
/
+4
*
btrfs: merge btrfs_find_device and find_device
Anand Jain
2019-02-25
5
-44
/
+42
*
btrfs: refactor btrfs_free_stale_devices() to get return value
Anand Jain
2019-02-25
1
-15
/
+31
*
btrfs: refactor btrfs_find_device() take fs_devices as argument
Anand Jain
2019-02-25
5
-28
/
+30
*
btrfs: cleanup btrfs_find_device_by_devspec()
Anand Jain
2019-02-25
1
-17
/
+18
*
btrfs: merge btrfs_find_device_missing_or_by_path() into parent
Anand Jain
2019-02-25
1
-27
/
+13
*
btrfs: Remove not_found_em label from btrfs_get_extent
Nikolay Borisov
2019-02-25
1
-2
/
+4
*
btrfs: Consolidate retval checking of core btree functions
Nikolay Borisov
2019-02-25
1
-5
/
+3
*
btrfs: Rename found_type to extent_type in btrfs_get_extent
Nikolay Borisov
2019-02-25
1
-11
/
+9
*
Btrfs: move duplicated nodatasum check into common reflink/dedupe helper
Filipe Manana
2019-02-25
1
-10
/
+7
*
btrfs: Remove impossible condition from mergable_maps
Nikolay Borisov
2019-02-25
2
-2
/
+4
*
Btrfs: do not overwrite error return value in the balance ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: do not overwrite error return value in the device replace ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: remove redundant check for swapfiles when reflinking
Filipe Manana
2019-02-25
1
-6
/
+0
*
btrfs: Refactor shrink_delalloc
Nikolay Borisov
2019-02-25
1
-11
/
+22
*
btrfs: Document logic regarding inode in async_cow_submit
Nikolay Borisov
2019-02-25
1
-0
/
+6
*
btrfs: Remove WARN_ON in btrfs_alloc_delalloc_work
Nikolay Borisov
2019-02-25
1
-1
/
+0
*
btrfs: Use ihold instead of igrab in cow_file_range_async
Nikolay Borisov
2019-02-25
1
-1
/
+6
*
btrfs: Remove isize local variable in compress_file_range
Nikolay Borisov
2019-02-25
1
-2
/
+1
*
btrfs: Remove inode argument from async_cow_submit
Nikolay Borisov
2019-02-25
1
-3
/
+3
*
btrfs: remove set but not used variable 'num_pages'
YueHaibing
2019-02-25
1
-3
/
+0
*
btrfs: Remove redundant assignment in btrfs_get_extent_fiemap
Nikolay Borisov
2019-02-25
1
-1
/
+1
*
btrfs: Refactor btrfs_get_extent_fiemap
Nikolay Borisov
2019-02-25
1
-44
/
+48
*
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
Nikolay Borisov
2019-02-25
4
-10
/
+5
*
Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
Filipe Manana
2019-02-25
1
-0
/
+9
*
Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
Filipe Manana
2019-02-25
1
-0
/
+8
*
Btrfs: do not overwrite error return value in the get device stats ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: do not overwrite error return value in scrub progress ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
[prev]
[next]