aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2020-11-05btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain
2019-09-09btrfs: remove unused btrfs_device::flush_bio_sentDavid Sterba
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba
2019-04-29btrfs: Remove 'trans' argument from find_free_dev_extent(_start)Nikolay Borisov
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney
2019-04-29btrfs: Stop using call_rcu for device freeingNikolay Borisov
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov
2019-04-29btrfs: tree-checker: Verify dev itemQu Wenruo
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
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_find_device() take fs_devices as argumentAnand Jain
2018-12-17btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba
2018-12-17btrfs: add helper to describe block group flagsAnand Jain
2018-12-17btrfs: add members to fs_devices to track fsid changesNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: introduce nparity raid_attrHans van Kranenburg
2018-12-17Btrfs: rename and export get_chunk_mapOmar Sandoval
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-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang
2018-08-06btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo
2018-08-06btrfs: tree-checker: Verify block_group_itemQu Wenruo
2018-08-06btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov
2018-05-28btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain