aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13configfs: remove old APIChristoph Hellwig1-12/+3
2015-10-13configfs: add show and store methods to struct configfs_attributeChristoph Hellwig1-5/+12
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-02-17configfs_add_file: fold into its sole callerAl Viro1-18/+10
2013-07-03configfs: use capped length for ->store_attribute()Dan Carpenter1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-25configfs: file.c fix possible recursive lockingJoonwoo Park1-1/+1
2007-07-10[PATCH] configsfs buffer: use mutexJohannes Berg1-7/+8
2007-07-10configfs: consistent attribute sizeJoel Becker1-3/+10
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita1-31/+2
2007-02-07configfs: Zero terminate data in configfs attribute writes.Joel Becker1-3/+6
2006-12-08[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-6/+6
2006-10-20configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman1-6/+8
2006-10-03[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format argumentZach Brown1-2/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker1-9/+10
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker1-0/+360