aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)Author
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
2016-01-21btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba
2016-01-21btrfs: sysfs: add free-space-tree bit attributeDavid Sterba
2015-09-29Btrfs: rename super_kobj to fsid_kobjAnand Jain
2015-09-29Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain
2015-09-29Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain
2015-06-22Btrfs: Check if kobject is initialized before putAnand Jain
2015-05-27Btrfs: sysfs: add support to add parent for fsidAnand Jain
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain
2015-05-27Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain
2015-05-27Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain
2015-05-27Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain
2015-05-27Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain
2015-05-27Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain
2015-05-27Btrfs: sysfs: reorder the kobject creationsAnand Jain
2015-05-27Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain
2015-05-27Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain
2015-05-27Btrfs: sysfs: fix, undo sysfs device linksAnand Jain