summaryrefslogtreecommitdiff
path: root/include/linux/configfs.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-02configfs: remove mentions of committable itemsBartosz Golaszewski1-3/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab1-1/+1
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/ke...Linus 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-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-2/+19
2016-01-04configfs: implement binary attributesPantelis Antoniou1-0/+50
2015-12-21fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak1-0/+16
2015-12-21fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-2/+3
2015-11-21configfs: allow dynamic group creationDaniel Baluta1-0/+10
2015-10-14configfs: remove old APIChristoph Hellwig1-82/+0
2015-10-14configfs: add show and store methods to struct configfs_attributeChristoph Hellwig1-0/+27
2015-07-18include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+2
2015-06-25configfs: unexport/make static config_item_init()Fabian Frederick1-1/+0
2012-01-04configfs: convert to umode_tAl Viro1-1/+1
2011-07-27atomic: 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-08-01[PATCH] configfs: Convenience macros for attribute definition.Joel Becker1-2/+65
2008-08-01[PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker1-0/+1
2008-07-18configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+2
2008-07-18Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker1-2/+2
2008-07-15configfs: 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-15Include kernel.h from configfs.hBen Nizette1-0/+1
2007-07-11configfs: config item dependancies.Joel Becker1-0/+5
2007-07-11configfs: accessing item hierarchy during rmdir(2)Joel Becker1-0/+1
2007-07-11configfs: Convert subsystem semaphore to mutexJoel Becker1-2/+2
2007-07-11[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma1-5/+2
2007-07-11[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma1-0/+16
2007-07-11configfs: misc cleanupsSatyam Sharma1-1/+0
2006-12-12configfs.h: Remove dead macro definitions.Robert P. J. Day1-25/+0
2006-02-04configfs: Add permission and ownership to configfs objects.Joel Becker1-1/+1
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker1-0/+205