aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-30btrfs: prefix sysfs attribute struct namesHans van Kranenburg1-31/+32
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2
2017-06-19btrfs: Add quota_override knob into sysfsSargun Dhillon1-0/+41
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-2/+4
2016-09-26btrfs: create example debugfs file only in debugging buildDavid Sterba1-0/+9
2016-09-26btrfs: fix perms on demonstration debugfs interfaceEric Sandeen1-1/+1
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang1-0/+2
2016-05-06btrfs: sysfs: protect reading label by lockDavid Sterba1-1/+7
2016-05-06btrfs: add check to sysfs handler of labelDavid Sterba1-0/+3
2016-05-06btrfs: add read-only check to sysfs handler of featuresDavid Sterba1-0/+3
2016-01-27btrfs: sysfs: check initialization state before updating featuresDavid Sterba1-0/+3
2016-01-21btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba1-0/+30
2016-01-21btrfs: sysfs: add free-space-tree bit attributeDavid Sterba1-0/+2
2015-09-29Btrfs: rename super_kobj to fsid_kobjAnand Jain1-18/+18