aboutsummaryrefslogtreecommitdiff
path: root/include/linux/configfs.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-02configfs: remove mentions of committable itemsGravatar Bartosz Golaszewski 1-3/+0
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2020-05-05docs: filesystems: convert configfs.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2017-10-19configfs: make ci_type field, some pointers and function arguments constGravatar Bhumika Goyal 1-4/+4
2017-06-12configfs: Introduce config_item_get_unless_zero()Gravatar Bart Van Assche 1-1/+2
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+5
2016-12-09configfs: Minimize #include directivesGravatar Bart Van Assche 1-8/+5
2016-12-01fs: configfs: don't return anything from drop_linkGravatar Andrzej Pietrasiewicz 1-1/+1
2016-03-25configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitionsGravatar Octavian Purdila 1-2/+2
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-1/+10
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-2/+19
2016-01-04configfs: implement binary attributesGravatar Pantelis Antoniou 1-0/+50
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Gravatar Krzysztof Opasiak 1-0/+16
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-2/+3
2015-11-20configfs: allow dynamic group creationGravatar Daniel Baluta 1-0/+10
2015-10-13configfs: remove old APIGravatar Christoph Hellwig 1-82/+0
2015-10-13configfs: add show and store methods to struct configfs_attributeGravatar Christoph Hellwig 1-0/+27
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-1/+2
2015-06-24configfs: unexport/make static config_item_init()Gravatar Fabian Frederick 1-1/+0
2012-01-03configfs: convert to umode_tGravatar Al Viro 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2009-09-24docs: fix various Documentation/ paths in header filesGravatar Randy Dunlap 1-2/+2
2008-07-31[PATCH] configfs: Convenience macros for attribute definition.Gravatar Joel Becker 1-2/+65
2008-07-31[PATCH] configfs: Include linux/err.h in linux/configfs.hGravatar Joel Becker 1-0/+1
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Gravatar Joel Becker 1-1/+2
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Gravatar Joel Becker 1-2/+2
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Gravatar Joel Becker 1-2/+2
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-4/+0
2008-02-14Include kernel.h from configfs.hGravatar Ben Nizette 1-0/+1
2007-07-10configfs: config item dependancies.Gravatar Joel Becker 1-0/+5
2007-07-10configfs: accessing item hierarchy during rmdir(2)Gravatar Joel Becker 1-0/+1
2007-07-10configfs: Convert subsystem semaphore to mutexGravatar Joel Becker 1-2/+2
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlyGravatar Satyam Sharma 1-5/+2
2007-07-10[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hGravatar Satyam Sharma 1-0/+16
2007-07-10configfs: misc cleanupsGravatar Satyam Sharma 1-1/+0
2006-12-12configfs.h: Remove dead macro definitions.Gravatar Robert P. J. Day 1-25/+0
2006-02-03configfs: Add permission and ownership to configfs objects.Gravatar Joel Becker 1-1/+1
2006-01-03[PATCH] configfs: User-driven configuration filesystemGravatar Joel Becker 1-0/+205