aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba1-0/+11
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba1-1/+6
2019-09-09btrfs: sysfs: unexport space_info_ktypeDavid Sterba1-1/+1
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba1-0/+37
2019-09-09btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba1-1/+1
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba1-0/+46
2019-09-09btrfs: delete debugfs codeDavid Sterba1-30/+0
2019-09-09btrfs: sysfs: add debugging exportsDavid Sterba1-0/+32
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown1-3/+5
2019-06-03btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-8/+2
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2018-12-17btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov1-0/+14
2018-08-06btrfs: prune unused includesDavid Sterba1-2/+0
2018-05-28btrfs: sysfs: Add entry which shows if rmdir can work on subvolumesMisono Tomohiro1-0/+39
2018-05-28btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono1-5/+6
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney1-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba1-3/+5
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain1-5/+3
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-1/+1