summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo2020-08-101-3/+5
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-07-271-0/+3
* btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov2020-07-271-2/+10
* btrfs: qgroup: export qgroups in sysfsQu Wenruo2020-07-271-0/+148
* btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai2020-03-231-29/+28
* btrfs: sysfs, unify handler name of devinfo/missingAnand Jain2020-03-231-2/+2
* btrfs: sysfs, rename device_link add/remove functionsAnand Jain2020-03-231-5/+5
* btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain2020-03-231-1/+1
* btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain2020-02-121-1/+1
* btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2020-02-121-0/+15
* btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain2020-01-231-23/+132
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-201-0/+36
* btrfs: make max async discard size tunableDennis Zhou2020-01-201-0/+31
* btrfs: add kbps discard rate limit for async discardDennis Zhou2020-01-201-0/+31
* btrfs: calculate discard delay based on number of extentsDennis Zhou2020-01-201-0/+31
* btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-201-0/+12
* btrfs: track discardable extents for async discardDennis Zhou2020-01-201-0/+15
* btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou2020-01-201-0/+26
* btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou2020-01-201-4/+16
* btrfs: sysfs: add removal calls for debug/Dennis Zhou2020-01-201-0/+7
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-201-12/+9
* btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain2020-01-201-1/+1
* btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain2020-01-201-5/+6
* btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain2020-01-201-14/+12
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-2/+2
* btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba2019-11-181-0/+2
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-1/+1
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-1/+1
* btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn2019-11-181-0/+15
* btrfs: sysfs: export supported checksumsDavid Sterba2019-11-181-0/+22
* btrfs: sysfs: move helper macros to sysfs.cDavid Sterba2019-09-091-0/+48
* btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba2019-09-091-0/+16
* btrfs: cleanup kobject.h includesDavid Sterba2019-09-091-1/+0
* btrfs: factor out sysfs code for updating sprout fsidDavid Sterba2019-09-091-0/+15
* btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba2019-09-091-0/+22
* btrfs: factor out sysfs code for sending device ueventDavid Sterba2019-09-091-0/+11
* btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba2019-09-091-1/+6
* btrfs: sysfs: unexport space_info_ktypeDavid Sterba2019-09-091-1/+1
* btrfs: factor out sysfs code for creating space infosDavid Sterba2019-09-091-0/+37
* btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba2019-09-091-1/+1
* btrfs: factor sysfs code out of link_block_groupDavid Sterba2019-09-091-0/+46
* btrfs: delete debugfs codeDavid Sterba2019-09-091-30/+0
* btrfs: sysfs: add debugging exportsDavid Sterba2019-09-091-0/+32
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-07-161-0/+1
|\
| * btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
* | btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown2019-06-211-3/+5
* | btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-8/+2
|/
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-161-1/+6
* btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov2018-12-171-0/+14