summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Check if kobject is initialized before putAnand Jain2015-06-221-3/+5
* Btrfs: sysfs: add support to add parent for fsidAnand Jain2015-05-271-2/+2
* Btrfs: sysfs: separate kobject and attribute creationAnand Jain2015-05-271-13/+2Star
* Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain2015-05-271-1/+1
* Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain2015-05-271-1/+1
* Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-6/+6
* Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-4/+3Star
* Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain2015-05-271-1/+16
* Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-271-0/+4
* Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-271-39/+49
* Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain2015-05-271-6/+15
* Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain2015-05-271-4/+8
* Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain2015-05-271-1/+14
* Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain2015-05-271-4/+4
* Btrfs: sysfs: reorder the kobject creationsAnand Jain2015-05-271-10/+13
* Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain2015-05-271-4/+6
* Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain2015-05-271-0/+1
* Btrfs: sysfs: fix, undo sysfs device linksAnand Jain2015-05-271-0/+17
* Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain2015-05-271-0/+2
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-1/+1
* Btrfs: add missing cleanup on sysfs init failureFilipe Manana2015-02-031-1/+9
* btrfs: move commit out of sysfs when changing labelDavid Sterba2014-11-121-13/+8Star
* btrfs: move commit out of sysfs when changing featuresDavid Sterba2014-11-121-8/+5Star
* btrfs: sysfs label interface should check for read only FSAnand Jain2014-09-171-0/+3
* btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain2014-09-171-1/+1
* btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain2014-09-171-7/+7
* btrfs: use BTRFS_ATTR instead of btrfs_no_store()Anand Jain2014-09-171-10/+3Star
* btrfs: label should not contain return charSatoru Takeuchi2014-09-171-3/+12
* Btrfs: fix regression of btrfs device replaceLiu Bo2014-08-211-1/+1
* btrfs: dev add should add its sysfs entryAnand Jain2014-06-281-3/+9
* btrfs: dev delete should remove sysfs entryAnand Jain2014-06-281-0/+20
* btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain2014-06-281-2/+2
* btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-101-2/+3
* btrfs: usage error should not be logged into system logAnand Jain2014-06-101-4/+1Star
* btrfs: export more from FS_INFO to sysfsDavid Sterba2014-06-101-0/+40
* btrfs: add simple debugfs interfaceDavid Sterba2014-03-101-6/+27
* btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105Anand Jain2014-02-151-2/+8
* btrfs: sysfs: list the NO_HOLES featureDavid Sterba2014-01-281-0/+2
* btrfs: sysfs: don't show reserved incompat featureDavid Sterba2014-01-281-2/+0Star
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-1/+1
* btrfs: fix leaks during sysfs teardownJeff Mahoney2014-01-281-60/+73
* btrfs: replace BUG in can_modify_featureDavid Sterba2014-01-281-1/+3
* btrfs: reserve no transaction units in btrfs_feature_attr_storeDavid Sterba2014-01-281-1/+1
* btrfs: publish fs label in sysfsJeff Mahoney2014-01-281-0/+44
* btrfs: publish device membership in sysfsJeff Mahoney2014-01-281-0/+32
* btrfs: publish allocation data in sysfsJeff Mahoney2014-01-281-0/+148
* btrfs: use feature attribute names to print better error messagesJeff Mahoney2014-01-281-1/+32
* btrfs: add ability to change features via sysfsJeff Mahoney2014-01-281-3/+115
* btrfs: publish unknown feature bits in sysfsJeff Mahoney2014-01-281-1/+107
* btrfs: publish per-super features in sysfsJeff Mahoney2014-01-281-16/+65