aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-29Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain1-3/+3
2015-09-29Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain1-2/+2
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain1-2/+2
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain1-1/+1
2015-06-22Btrfs: Check if kobject is initialized before putAnand Jain1-3/+5
2015-05-27Btrfs: sysfs: add support to add parent for fsidAnand Jain1-2/+2
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain1-13/+2
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain1-1/+1
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain1-1/+1
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain1-6/+6
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain1-4/+3
2015-05-27Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain1-1/+16
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain1-0/+4
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devicesAnand Jain1-39/+49
2015-05-27Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain1-6/+15
2015-05-27Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain1-4/+8
2015-05-27Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain1-1/+14
2015-05-27Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain1-4/+4
2015-05-27Btrfs: sysfs: reorder the kobject creationsAnand Jain1-10/+13
2015-05-27Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain1-4/+6
2015-05-27Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: fix, undo sysfs device linksAnand Jain1-0/+17
2015-05-27Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject dataAnand Jain1-0/+2
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana1-1/+9
2014-11-12btrfs: move commit out of sysfs when changing labelDavid Sterba1-13/+8
2014-11-12btrfs: move commit out of sysfs when changing featuresDavid Sterba1-8/+5
2014-09-17btrfs: sysfs label interface should check for read only FSAnand Jain1-0/+3
2014-09-17btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain1-1/+1
2014-09-17btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain1-7/+7
2014-09-17btrfs: use BTRFS_ATTR instead of btrfs_no_store()Anand Jain1-10/+3
2014-09-17btrfs: label should not contain return charSatoru Takeuchi1-3/+12
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo1-1/+1