aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/configfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal1-4/+4
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-1/+2
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-8/+5
2016-12-09configfs: Minimize #include directivesBart Van Assche1-8/+5
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-1/+1
2016-03-25configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitionsOctavian Purdila1-2/+2
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-1/+10
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+19
2016-01-04configfs: implement binary attributesPantelis Antoniou1-0/+50
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak1-0/+16
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-2/+3
2015-11-20configfs: allow dynamic group creationDaniel Baluta1-0/+10
2015-10-13configfs: remove old APIChristoph Hellwig1-82/+0
2015-10-13configfs: add show and store methods to struct configfs_attributeChristoph Hellwig1-0/+27
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+2
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick1-1/+0
2012-01-03configfs: convert to umode_tAl Viro1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-09-24docs: fix various Documentation/ paths in header filesRandy Dunlap1-2/+2
2008-07-31[PATCH] configfs: Convenience macros for attribute definition.Joel Becker1-2/+65
2008-07-31[PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker1-0/+1
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+2
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker1-2/+2
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-2/+2
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-4/+0
2008-02-14Include kernel.h from configfs.hBen Nizette1-0/+1
2007-07-10configfs: config item dependancies.Joel Becker1-0/+5
2007-07-10configfs: accessing item hierarchy during rmdir(2)Joel Becker1-0/+1
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker1-2/+2
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma1-5/+2
2007-07-10[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma1-0/+16
2007-07-10configfs: misc cleanupsSatyam Sharma1-1/+0
2006-12-12configfs.h: Remove dead macro definitions.Robert P. J. Day1-25/+0
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker1-1/+1
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker1-0/+205