summaryrefslogtreecommitdiffstats
path: root/fs/configfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-161-0/+1
* configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer2016-07-101-3/+3
* configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* configfs: implement binary attributesPantelis Antoniou2016-01-041-9/+246
* configfs: remove old APIChristoph Hellwig2015-10-131-12/+3
* configfs: add show and store methods to struct configfs_attributeChristoph Hellwig2015-10-131-5/+12
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* configfs_add_file: fold into its sole callerAl Viro2015-02-171-18/+10
* configfs: use capped length for ->store_attribute()Dan Carpenter2013-07-031-1/+1
* 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
OpenPOWER on IntegriCloud