aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorGravatar Bart Van Assche 1-12/+6
2021-07-13configfs: fix the read and write iteratorsGravatar Bart Van Assche 1-7/+22
2021-06-22configfs: simplify configfs_release_bin_fileGravatar Christoph Hellwig 1-6/+0
2021-06-22configfs: fix memleak in configfs_release_bin_fileGravatar Chung-Chiang Cheng 1-5/+5
2021-05-25configfs: implement the .read_iter and .write_iter methodsGravatar Bart Van Assche 1-42/+42
2021-05-25configfs: drop pointless kerneldoc commentsGravatar Christoph Hellwig 1-79/+6
2021-05-25configfs: fix the kerneldoc comment for configfs_create_bin_fileGravatar Bart Van Assche 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-03-11configfs: fix a use-after-free in __configfs_open_fileGravatar Daiyue Zhang 1-4/+2
2020-10-16fs: configfs: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2019-09-04configfs: provide exclusion between IO and removalsGravatar Al Viro 1-18/+57
2019-09-02configfs: new object reprsenting tree fragmentsGravatar Al Viro 1-2/+2
2019-09-02configfs: stash the data we need into configfs_buffer at open timeGravatar Al Viro 1-134/+95
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2017-10-19configfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-6/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Gravatar Phil Turnbull 1-0/+1
2016-07-10configfs: don't set buffer_needs_fill to zero if show() returns errorGravatar Tal Shorer 1-3/+3
2016-06-30configfs: Remove ppos increment in configfs_write_bin_fileGravatar Marek Vasut 1-2/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-04configfs: implement binary attributesGravatar Pantelis Antoniou 1-9/+246
2015-10-13configfs: remove old APIGravatar Christoph Hellwig 1-12/+3
2015-10-13configfs: add show and store methods to struct configfs_attributeGravatar Christoph Hellwig 1-5/+12
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-02-17configfs_add_file: fold into its sole callerGravatar Al Viro 1-18/+10
2013-07-03configfs: use capped length for ->store_attribute()Gravatar Dan Carpenter 1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-01-25configfs: file.c fix possible recursive lockingGravatar Joonwoo Park 1-1/+1
2007-07-10[PATCH] configsfs buffer: use mutexGravatar Johannes Berg 1-7/+8
2007-07-10configfs: consistent attribute sizeGravatar Joel Becker 1-3/+10
2007-05-09use simple_read_from_buffer() in fs/Gravatar Akinobu Mita 1-31/+2
2007-02-07configfs: Zero terminate data in configfs attribute writes.Gravatar Joel Becker 1-3/+6
2006-12-08[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-6/+6
2006-10-20configfs: handle kzalloc() failure in check_perm()Gravatar Chandra Seetharaman 1-6/+8
2006-10-03[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...Gravatar Zach Brown 1-2/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-02-03configfs: Add permission and ownership to configfs objects.Gravatar Joel Becker 1-9/+10
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2006-01-03[PATCH] configfs: User-driven configuration filesystemGravatar Joel Becker 1-0/+360