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
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
btrfs: Remove fs_info argument from btrfs_add_dev_item
Nikolay Borisov
1
-6
/
+4
2018-08-06
btrfs: validate type when reading a chunk
Gu Jinxiang
1
-0
/
+28
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
1
-0
/
+11
2018-08-06
btrfs: use the assigned fs_devices instead of the dereference
Anand Jain
1
-2
/
+2
2018-08-06
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
1
-11
/
+7
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
1
-2
/
+2
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
1
-2
/
+2
2018-08-06
btrfs: use device_list_mutex when removing stale devices
Anand Jain
1
-10
/
+15
2018-08-06
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
Anand Jain
1
-18
/
+17
2018-08-06
btrfs: extend locked section when adding a new device in device_list_add
Anand Jain
1
-4
/
+12
2018-08-06
btrfs: do btrfs_free_stale_devices outside of device_list_add
Anand Jain
1
-5
/
+10
2018-08-06
btrfs: close devices without offloading to a temporary list
Nikolay Borisov
1
-20
/
+6
2018-08-06
btrfs: Remove unused function btrfs_account_dev_extents_size
Qu Wenruo
1
-85
/
+0
2018-08-06
btrfs: fix in-memory value of total_devices after seed device deletion
Anand Jain
1
-0
/
+3
2018-08-06
btrfs: prune unused includes
David Sterba
1
-3
/
+0
2018-08-06
btrfs: drop unnecessary variable in btrfs_init_new_device
Anand Jain
1
-4
/
+1
2018-08-06
btrfs: use a temporary variable for fs_devices in btrfs_init_new_device
Anand Jain
1
-21
/
+21
2018-08-06
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_force_chunk_alloc
Nikolay Borisov
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from check_system_chunk
Nikolay Borisov
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_chunk
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info from btrfs_remove_block_group
Nikolay Borisov
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_make_block_group
Nikolay Borisov
1
-2
/
+2
2018-07-13
btrfs: restore uuid_mutex in btrfs_open_devices
David Sterba
1
-0
/
+2
2018-05-30
btrfs: Remove fs_info argument from btrfs_uuid_tree_add
Lu Fengqi
1
-3
/
+2
2018-05-28
btrfs: add prefix "balance:" for log messages
Anand Jain
1
-14
/
+24
2018-05-28
btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-5
/
+7
2018-05-28
btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-2
/
+0
2018-05-28
btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices
Anand Jain
1
-2
/
+3
2018-05-28
btrfs: document uuid_mutex uasge in read_chunk_tree
Anand Jain
1
-0
/
+4
2018-05-28
btrfs: use existing cur_devices, cleanup btrfs_rm_device
Anand Jain
1
-4
/
+9
2018-05-28
btrfs: reduce uuid_mutex critical section while scanning devices
Anand Jain
1
-7
/
+5
2018-05-28
btrfs: remove redundant btrfs_balance_control::fs_info
David Sterba
1
-4
/
+3
2018-05-28
btrfs: Remove devid parameter from btrfs_rmap_block
Nikolay Borisov
1
-5
/
+2
2018-05-28
btrfs: do reverse path readahead in btrfs_shrink_device
Gu Jinxiang
1
-1
/
+1
2018-05-28
btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr table
Anand Jain
1
-16
/
+8
2018-05-28
btrfs: move btrfs_raid_group values to btrfs_raid_attr table
Anand Jain
1
-11
/
+8
2018-05-28
btrfs: move btrfs_raid_type_names values to btrfs_raid_attr table
Anand Jain
1
-0
/
+15
2018-05-28
btrfs: open code set_balance_control
David Sterba
1
-17
/
+8
2018-05-28
btrfs: use mutex in btrfs_resume_balance_async
David Sterba
1
-3
/
+3
2018-05-28
btrfs: drop lock parameter from update_ioctl_balance_args and rename
David Sterba
1
-1
/
+1
2018-05-28
btrfs: move and comment read-only check in btrfs_cancel_balance
David Sterba
1
-3
/
+10
2018-05-28
btrfs: track running balance in a simpler way
David Sterba
1
-8
/
+10
2018-05-28
btrfs: kill btrfs_fs_info::volume_mutex
David Sterba
1
-22
/
+7
2018-05-28
btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start
David Sterba
1
-4
/
+0
2018-05-28
btrfs: cleanup helpers that reset balance state
David Sterba
1
-16
/
+13
2018-05-28
btrfs: add sanity check when resuming balance after mount
David Sterba
1
-1
/
+13
2018-05-28
btrfs: move clearing of EXCL_OP out of __cancel_balance
David Sterba
1
-6
/
+7
2018-05-28
btrfs: move volume_mutex to callers of btrfs_rm_device
David Sterba
1
-2
/
+0
2018-05-28
btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static
David Sterba
1
-99
/
+0
[prev]
[next]