summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2020-03-23btrfs: introduce chunk allocation policyNaohiro Aota
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov
2020-01-20btrfs: remove unused member btrfs_device::workDavid Sterba
2020-01-20btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain
2019-12-08sched/rt, btrfs: Use CONFIG_PREEMPTIONThomas Gleixner
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba
2019-11-18btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason
2019-11-18btrfs: add const function attributeDavid Sterba
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