index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+2
*
btrfs: split dev-replace locking helpers for read and write
David Sterba
2018-03-31
1
-9
/
+9
*
btrfs: use lockdep_assert_held for mutexes
David Sterba
2018-03-31
1
-5
/
+5
*
btrfs: defer adding raid type kobject until after chunk relocation
Jeff Mahoney
2018-03-31
1
-0
/
+12
*
btrfs: drop optimal argument from find_live_mirror()
Anand Jain
2018-03-31
1
-8
/
+8
*
btrfs: drop num argument from find_live_mirror()
Anand Jain
2018-03-31
1
-4
/
+12
*
btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allo...
Qu Wenruo
2018-03-31
1
-3
/
+2
*
btrfs: add define for oldest generation
Anand Jain
2018-03-31
1
-1
/
+2
*
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
Anand Jain
2018-03-26
1
-1
/
+5
*
btrfs: remove assert in btrfs_init_dev_replace_tgtdev()
Anand Jain
2018-03-26
1
-1
/
+0
*
btrfs: add (the only possible) __exit annotation
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
Qu Wenruo
2018-03-26
1
-1
/
+1
*
btrfs: volumes: Cleanup stripe size calculation
Qu Wenruo
2018-03-26
1
-7
/
+6
*
btrfs: insert newly opened device to the end of the list
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: keep device list sorted
Anand Jain
2018-03-26
1
-0
/
+16
*
btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
Qu Wenruo
2018-03-26
1
-2
/
+17
*
btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()
Anand Jain
2018-03-26
1
-13
/
+0
*
btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_info
Qu Wenruo
2018-03-26
1
-3
/
+3
*
btrfs: alloc_chunk: fix DUP stripe size handling
Hans van Kranenburg
2018-03-01
1
-5
/
+6
*
btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device
Nikolay Borisov
2018-02-05
1
-0
/
+1
*
btrfs: drop devid as device_list_add() arg
Anand Jain
2018-01-29
1
-5
/
+3
*
btrfs: get device pointer from device_list_add()
Anand Jain
2018-01-29
1
-16
/
+18
*
btrfs: set the total_devices in device_list_add()
Anand Jain
2018-01-22
1
-4
/
+2
*
btrfs: move pr_info into device_list_add
Anand Jain
2018-01-22
1
-16
/
+10
*
btrfs: make btrfs_free_stale_devices() to match the path
Anand Jain
2018-01-22
1
-12
/
+16
*
btrfs: rename btrfs_free_stale_devices() arg to skip_dev
Anand Jain
2018-01-22
1
-4
/
+4
*
btrfs: make btrfs_free_stale_devices() argument optional
Anand Jain
2018-01-22
1
-9
/
+5
*
btrfs: make btrfs_free_stale_device() to iterate all stales
Anand Jain
2018-01-22
1
-13
/
+11
*
btrfs: no need to check for btrfs_fs_devices::seeding
Anand Jain
2018-01-22
1
-2
/
+0
*
btrfs: Remove unused readahead spinlock
Matthew Wilcox
2018-01-22
1
-1
/
+0
*
btrfs: cleanup btrfs_free_stale_device() usage
Anand Jain
2018-01-22
1
-7
/
+1
*
Btrfs: avoid losing data raid profile when deleting a device
Liu Bo
2018-01-22
1
-19
/
+65
*
btrfs: minor style cleanups in btrfs_scan_one_device
Anand Jain
2018-01-22
1
-5
/
+6
*
Btrfs: make raid6 rebuild retry more
Liu Bo
2018-01-22
1
-1
/
+8
*
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
2018-01-22
1
-2
/
+8
*
btrfs: Remove pair of bio_get/put in btrfs_schedule_bio
Nikolay Borisov
2018-01-22
1
-2
/
+0
*
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
2018-01-22
1
-17
/
+22
*
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
2018-01-22
1
-13
/
+19
*
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
2018-01-22
1
-12
/
+17
*
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
2018-01-22
1
-25
/
+32
*
btrfs: drop btrfs_device::can_discard to query directly
Anand Jain
2018-01-22
1
-8
/
+0
*
btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()
Anand Jain
2018-01-22
1
-56
/
+65
*
btrfs: move check for device generation to the last
Anand Jain
2018-01-22
1
-3
/
+5
*
btrfs: set fs_devices->seed directly
Anand Jain
2018-01-22
1
-3
/
+1
*
btrfs: simplify btrfs_close_bdev
David Sterba
2018-01-22
1
-3
/
+5
*
btrfs: document device locking
David Sterba
2018-01-22
1
-0
/
+65
*
btrfs: simplify exit paths in btrfs_init_new_device
David Sterba
2018-01-22
1
-4
/
+3
*
btrfs: use free_device where opencoded
David Sterba
2018-01-22
1
-28
/
+11
*
btrfs: introduce free_device helper
David Sterba
2018-01-22
1
-2
/
+14
[next]