summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: prune unused includesDavid Sterba2018-08-061-2/+0
* btrfs: sysfs: Add entry which shows if rmdir can work on subvolumesMisono Tomohiro2018-05-281-0/+39
* btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono2018-05-281-5/+6
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-281-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney2018-03-311-1/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* Revert "btrfs: use proper endianness accessors for super_copy"David Sterba2018-03-161-3/+5
* btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-011-5/+3
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
* btrfs: prefix sysfs attribute struct namesHans van Kranenburg2017-10-301-31/+32
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+2
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | btrfs: Add zstd supportNick Terrell2017-08-151-0/+2
|/
* btrfs: Add quota_override knob into sysfsSargun Dhillon2017-06-191-0/+41
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-1/+1
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-2/+4
* btrfs: create example debugfs file only in debugging buildDavid Sterba2016-09-261-0/+9
* btrfs: fix perms on demonstration debugfs interfaceEric Sandeen2016-09-261-1/+1
* btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang2016-07-261-0/+2
* btrfs: sysfs: protect reading label by lockDavid Sterba2016-05-061-1/+7
* btrfs: add check to sysfs handler of labelDavid Sterba2016-05-061-0/+3
* btrfs: add read-only check to sysfs handler of featuresDavid Sterba2016-05-061-0/+3
* btrfs: sysfs: check initialization state before updating featuresDavid Sterba2016-01-271-0/+3
* btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba2016-01-211-0/+30
* btrfs: sysfs: add free-space-tree bit attributeDavid Sterba2016-01-211-0/+2
* Btrfs: rename super_kobj to fsid_kobjAnand Jain2015-09-291-18/+18
* Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain2015-09-291-3/+3
* Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain2015-09-291-2/+2
* Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain2015-09-291-2/+2