index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-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
2018-05-28
btrfs: export and rename free_device
David Sterba
1
-12
/
+12
2018-05-28
btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear
David Sterba
1
-1
/
+7
2018-05-28
btrfs: cleanup btrfs_rm_device() promote fs_devices pointer
Anand Jain
1
-7
/
+6
2018-05-28
btrfs: cleanup find_device() drop list_head pointer
Anand Jain
1
-2
/
+1
2018-05-28
btrfs: rename __btrfs_open_devices to open_fs_devices
Anand Jain
1
-4
/
+3
2018-05-28
btrfs: rename __btrfs_close_devices to close_fs_devices
Anand Jain
1
-6
/
+6
2018-05-28
btrfs: cleanup __btrfs_open_devices() drop head pointer
Anand Jain
1
-2
/
+1
2018-05-28
btrfs: rename struct btrfs_fs_devices::list
Anand Jain
1
-8
/
+8
2018-05-28
btrfs: add comment about BTRFS_FS_EXCL_OP
Anand Jain
1
-0
/
+35
2018-05-17
btrfs: fix crash when trying to resume balance without the resume flag
Anand Jain
1
-0
/
+9
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+2
2018-03-31
btrfs: split dev-replace locking helpers for read and write
David Sterba
1
-9
/
+9
2018-03-31
btrfs: use lockdep_assert_held for mutexes
David Sterba
1
-5
/
+5
2018-03-31
btrfs: defer adding raid type kobject until after chunk relocation
Jeff Mahoney
1
-0
/
+12
2018-03-31
btrfs: drop optimal argument from find_live_mirror()
Anand Jain
1
-8
/
+8
2018-03-31
btrfs: drop num argument from find_live_mirror()
Anand Jain
1
-4
/
+12
2018-03-31
btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allo...
Qu Wenruo
1
-3
/
+2
2018-03-31
btrfs: add define for oldest generation
Anand Jain
1
-1
/
+2
2018-03-26
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
Anand Jain
1
-1
/
+5
2018-03-26
btrfs: remove assert in btrfs_init_dev_replace_tgtdev()
Anand Jain
1
-1
/
+0
2018-03-26
btrfs: add (the only possible) __exit annotation
David Sterba
1
-1
/
+1
2018-03-26
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
Qu Wenruo
1
-1
/
+1
2018-03-26
btrfs: volumes: Cleanup stripe size calculation
Qu Wenruo
1
-7
/
+6
[next]