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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
btrfs: re-arrange statements in setup_items_for_insert
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: sysfs: export supported send stream version
Omar Sandoval
1
-0
/
+9
2020-10-07
btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()
Omar Sandoval
1
-33
/
+11
2020-10-07
btrfs: send: avoid copying file data
Omar Sandoval
2
-27
/
+39
2020-10-07
btrfs: send: get rid of i_size logic in send_write()
Omar Sandoval
1
-27
/
+10
2020-10-07
btrfs: rename btrfs_insert_clone_extent() to a more generic name
Filipe Manana
1
-3
/
+3
2020-10-07
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
4
-6
/
+6
2020-10-07
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
4
-50
/
+54
2020-10-07
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
4
-5
/
+4
2020-10-07
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
4
-32
/
+91
2020-10-07
btrfs: remove unused function calc_global_rsv_need_space()
YueHaibing
1
-5
/
+0
2020-10-07
btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declaration
Anand Jain
1
-30
/
+26
2020-10-07
btrfs: simplify gotos in open_seed_device
Anand Jain
1
-5
/
+3
2020-10-07
btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()
Anand Jain
1
-6
/
+3
2020-10-07
btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdev
Anand Jain
1
-3
/
+1
2020-10-07
btrfs: use sprout device_list_mutex in btrfs_init_devices_late
Anand Jain
1
-3
/
+1
2020-10-07
btrfs: reada: lock all seed/sprout devices in __reada_start_machine
Anand Jain
1
-2
/
+3
2020-10-07
btrfs: handle errors in btrfs_sysfs_add_fs_devices
Anand Jain
1
-2
/
+6
2020-10-07
btrfs: initialize sysfs devid and device link for seed device
Anand Jain
1
-0
/
+15
2020-10-07
btrfs: split and refactor btrfs_sysfs_remove_devices_dir
Anand Jain
4
-23
/
+17
2020-10-07
btrfs: simplify parameters of btrfs_sysfs_add_devices_dir
Anand Jain
4
-11
/
+7
2020-10-07
btrfs: make btrfs_sysfs_remove_devices_dir return void
Anand Jain
2
-7
/
+5
2020-10-07
btrfs: add btrfs_sysfs_remove_device helper
Anand Jain
1
-34
/
+27
2020-10-07
btrfs: add btrfs_sysfs_add_device helper
Anand Jain
1
-26
/
+52
2020-10-07
btrfs: fix replace of seed device
Anand Jain
1
-1
/
+1
2020-10-07
btrfs: improve device scanning messages
Anand Jain
1
-6
/
+8
2020-10-07
btrfs: pretty print leaked root name
Josef Bacik
3
-2
/
+46
2020-10-07
btrfs: sysfs: export currently running exclusive operation
Goldwyn Rodrigues
2
-0
/
+38
2020-10-07
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
5
-41
/
+65
2020-10-07
btrfs: sysfs: init devices outside of the chunk_mutex
Josef Bacik
1
-3
/
+4
2020-10-07
btrfs: make extent_fiemap take btrfs_inode
Nikolay Borisov
3
-17
/
+15
2020-10-07
btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inode
Nikolay Borisov
1
-5
/
+6
2020-10-07
btrfs: make copy_inline_to_page take btrfs_inode
Nikolay Borisov
1
-19
/
+19
2020-10-07
btrfs: make btrfs_find_ordered_sum take btrfs_inode
Nikolay Borisov
3
-14
/
+13
2020-10-07
btrfs: make get_extent_skip_holes take btrfs_inode
Nikolay Borisov
1
-5
/
+6
2020-10-07
btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centric
Nikolay Borisov
1
-5
/
+5
2020-10-07
btrfs: make btrfs_invalidatepage work on btrfs_inode
Nikolay Borisov
1
-10
/
+8
2020-10-07
btrfs: convert btrfs_inode_sectorsize to take btrfs_inode
Nikolay Borisov
6
-14
/
+15
2020-10-07
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
3
-9
/
+8
2020-10-07
btrfs: make ordered extent tracepoint take btrfs_inode
Nikolay Borisov
2
-13
/
+12
2020-10-07
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
4
-7
/
+10
2020-10-07
btrfs: make inode_tree_del take btrfs_inode
Nikolay Borisov
1
-6
/
+6
2020-10-07
btrfs: use BTRFS_NESTED_NEW_ROOT for double splits
Josef Bacik
1
-1
/
+11
2020-10-07
btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new roots
Josef Bacik
2
-2
/
+12
2020-10-07
btrfs: introduce BTRFS_NESTING_SPLIT for split blocks
Josef Bacik
2
-2
/
+11
2020-10-07
btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COW
Josef Bacik
2
-6
/
+14
2020-10-07
btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHT
Josef Bacik
2
-8
/
+20
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
8
-36
/
+66
2020-10-07
btrfs: add nesting tags to the locking helpers
Josef Bacik
3
-8
/
+42
2020-10-07
btrfs: introduce btrfs_path::recurse
Josef Bacik
5
-9
/
+26
[prev]
[next]