aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* configfs: file.c fix possible recursive lockingJoonwoo Park2008-01-251-1/+1
* [PATCH] configsfs buffer: use mutexJohannes Berg2007-07-101-7/+8
* configfs: consistent attribute sizeJoel Becker2007-07-101-3/+10
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-091-31/+2
* configfs: Zero terminate data in configfs attribute writes.Joel Becker2007-02-071-3/+6
* [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-6/+6
* configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman2006-10-201-6/+8
* [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...Zach Brown2006-10-031-2/+2
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-031-9/+10
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [PATCH] configfs: User-driven configuration filesystemJoel Becker2006-01-031-0/+360