summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2019-02-25btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2019-02-25btrfs: fix comment its device list mutex not volume lockAnand Jain
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain
2019-02-25btrfs: refactor btrfs_free_stale_devices() to get return valueAnand Jain
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain
2019-02-25btrfs: cleanup btrfs_find_device_by_devspec()Anand Jain
2019-02-25btrfs: merge btrfs_find_device_missing_or_by_path() into parentAnand Jain
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov
2018-12-17btrfs: balance: print to system log when balance ends or is pausedAnand Jain
2018-12-17btrfs: balance: print args during start and resumeAnand Jain
2018-12-17btrfs: add helper to describe block group flagsAnand Jain
2018-12-17Btrfs: fix access to available allocation bits when starting balanceFilipe Manana
2018-12-17btrfs: Handle final split-brain possibility during fsid changeNikolay Borisov
2018-12-17btrfs: Handle one more split-brain scenario during fsid changeNikolay Borisov
2018-12-17btrfs: add members to fs_devices to track fsid changesNikolay Borisov
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: Remove superfluous check form btrfs_remove_chunkNikolay Borisov
2018-12-17btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain
2018-12-17btrfs: introduce nparity raid_attrHans van Kranenburg
2018-12-17btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg
2018-12-17btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg
2018-12-17btrfs: alloc_chunk: improve chunk size variable nameHans van Kranenburg
2018-12-17btrfs: alloc_chunk: do not refurbish num_bytesHans van Kranenburg
2018-12-17btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov
2018-12-17Btrfs: rename and export get_chunk_mapOmar Sandoval
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-12-17btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo
2018-12-17btrfs: volumes: Make sure there is no overlap of dev extents at mount timeQu Wenruo
2018-10-15btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba
2018-10-15btrfs: use common helper instead of open coding a bit testDavid Sterba
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo
2018-10-15btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov
2018-10-15btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov
2018-10-15btrfs: Make btrfs_find_device_by_path return struct btrfs_deviceNikolay Borisov
2018-10-15btrfs: add helper to obtain number of devices with ongoing dev-replaceAnand Jain
2018-10-15btrfs: add assertions where number of devices could go below 0Anand Jain
2018-08-23btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain
2018-08-06btrfs: revert fs_devices state on error of btrfs_init_new_deviceNaohiro Aota
2018-08-06btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro