aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik1-2/+23
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval1-0/+9
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain1-2/+6
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain1-0/+15
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain1-16/+11
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain1-7/+4
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain1-5/+3
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain1-34/+27
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain1-26/+52
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues1-0/+37
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov1-4/+0
2020-10-07btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky1-2/+6
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba1-1/+1
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov1-3/+3
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain1-6/+10
2020-08-10btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo1-3/+5
2020-07-27btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+3
2020-07-27btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov1-2/+10
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo1-0/+148
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai1-29/+28
2020-03-23btrfs: sysfs, unify handler name of devinfo/missingAnand Jain1-2/+2
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain1-5/+5
2020-03-23btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain1-1/+1
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain1-1/+1
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain1-0/+15
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain1-23/+132
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou1-0/+36
2020-01-20btrfs: make max async discard size tunableDennis Zhou1-0/+31
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou1-0/+31
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou1-0/+31
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou1-0/+12
2020-01-20btrfs: track discardable extents for async discardDennis Zhou1-0/+15
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou1-0/+26
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou1-4/+16
2020-01-20btrfs: sysfs: add removal calls for debug/Dennis Zhou1-0/+7
2020-01-20btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain1-12/+9
2020-01-20btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain1-1/+1
2020-01-20btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain1-5/+6
2020-01-20btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain1-14/+12
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-2/+2
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba1-0/+2
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-1/+1
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-1/+1
2019-11-18btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn1-0/+15
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba1-0/+22
2019-09-09btrfs: sysfs: move helper macros to sysfs.cDavid Sterba1-0/+48
2019-09-09btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba1-0/+16
2019-09-09btrfs: cleanup kobject.h includesDavid Sterba1-1/+0
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba1-0/+15
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba1-0/+22