summaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)Author
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-09-09btrfs: sysfs: move helper macros to sysfs.cDavid Sterba
2019-09-09btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba
2019-09-09btrfs: cleanup kobject.h includesDavid Sterba
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba
2019-09-09btrfs: sysfs: unexport space_info_ktypeDavid Sterba
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba
2019-09-09btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba
2019-09-09btrfs: delete debugfs codeDavid Sterba
2019-09-09btrfs: sysfs: add debugging exportsDavid Sterba
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown
2019-06-03btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2018-12-17btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov
2018-08-06btrfs: prune unused includesDavid Sterba
2018-05-28btrfs: sysfs: Add entry which shows if rmdir can work on subvolumesMisono Tomohiro
2018-05-28btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2017-10-30btrfs: prefix sysfs attribute struct namesHans van Kranenburg
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-15btrfs: Add zstd supportNick Terrell
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-19btrfs: Add quota_override knob into sysfsSargun Dhillon
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: create example debugfs file only in debugging buildDavid Sterba
2016-09-26btrfs: fix perms on demonstration debugfs interfaceEric Sandeen
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang
2016-05-06btrfs: sysfs: protect reading label by lockDavid Sterba
2016-05-06btrfs: add check to sysfs handler of labelDavid Sterba
2016-05-06btrfs: add read-only check to sysfs handler of featuresDavid Sterba
2016-01-27btrfs: sysfs: check initialization state before updating featuresDavid Sterba