summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: publish per-super attributes in sysfsJeff Mahoney2014-01-281-0/+36
* btrfs: publish supported featured in sysfsJeff Mahoney2014-01-281-0/+44
* btrfs: fixup/remove module.h usage as requiredPaul Gortmaker2013-03-011-1/+0Star
* btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-171-146/+0Star
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-77/+0Star
|\
| * btrfs: remove all unused functionsDavid Sterba2011-05-061-65/+0Star
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-2/+2
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-2/+4
* Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_superShen Feng2009-01-051-2/+1Star
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-33/+0Star
* Btrfs: trivial sparse fixesChristoph Hellwig2008-09-251-4/+4
* Btrfs: Disable sysfs files on older kernelsChris Mason2008-09-251-0/+34
* btrfs: fixes for kobject changes in mainlineGreg KH2008-09-251-24/+15Star