aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)Author
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik
2019-05-31btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2018-03-19Revert "btrfs: use proper endianness accessors for super_copy"Greg Kroah-Hartman
2018-03-08btrfs: use proper endianness accessors for super_copyAnand Jain
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
2015-05-27Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana
2014-11-12btrfs: move commit out of sysfs when changing labelDavid Sterba
2014-11-12btrfs: move commit out of sysfs when changing featuresDavid Sterba
2014-09-17btrfs: sysfs label interface should check for read only FSAnand Jain
2014-09-17btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain
2014-09-17btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain