aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09btrfs: sysfs: move helper macros to sysfs.cDavid Sterba1-49/+0
2019-09-09btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba1-18/+0
2019-09-09btrfs: cleanup kobject.h includesDavid Sterba1-0/+2
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba1-0/+2
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba1-0/+1
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba1-0/+1
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba1-1/+1
2019-09-09btrfs: sysfs: unexport space_info_ktypeDavid Sterba1-1/+0
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba1-0/+2
2019-09-09btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba1-1/+0
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba1-0/+1
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba1-0/+11
2019-09-09btrfs: delete debugfs codeDavid Sterba1-5/+0
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba1-1/+1
2018-05-28btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-3/+4
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-15/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30btrfs: prefix sysfs attribute struct namesHans van Kranenburg1-15/+11
2016-01-21btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba1-0/+3
2016-01-20btrfs: sysfs: fix typo in compat_ro attribute definitionDavid Sterba1-1/+1
2015-09-29Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain1-1/+1
2015-09-29Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain1-1/+1
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain1-0/+2
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain1-1/+1
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain1-1/+1
2015-03-03btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba1-5/+17
2014-09-17btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain1-3/+4
2014-09-17btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain1-4/+7
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain1-0/+2
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain1-0/+2
2014-03-10btrfs: add simple debugfs interfaceDavid Sterba1-0/+5
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney1-0/+8
2014-01-28btrfs: use feature attribute names to print better error messagesJeff Mahoney1-0/+2
2014-01-28btrfs: add ability to change features via sysfsJeff Mahoney1-1/+2
2014-01-28btrfs: publish per-super attributes in sysfsJeff Mahoney1-0/+10
2014-01-28btrfs: publish supported featured in sysfsJeff Mahoney1-0/+43