| Commit message (Expand) | Author | Age | Files | Lines |
* | configfs: provide exclusion between IO and removals | Al Viro | 2019-09-04 | 1 | -18/+57 |
* | configfs: new object reprsenting tree fragments | Al Viro | 2019-09-02 | 1 | -2/+2 |
* | configfs: stash the data we need into configfs_buffer at open time | Al Viro | 2019-09-02 | 1 | -134/+95 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | configfs: Fix bool initialization/comparison | Thomas Meyer | 2017-10-19 | 1 | -6/+6 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | configfs: Return -EFBIG from configfs_write_bin_file. | Phil Turnbull | 2016-09-16 | 1 | -0/+1 |
* | configfs: don't set buffer_needs_fill to zero if show() returns error | Tal Shorer | 2016-07-10 | 1 | -3/+3 |
* | configfs: Remove ppos increment in configfs_write_bin_file | Marek Vasut | 2016-06-30 | 1 | -2/+0 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -4/+4 |
* | configfs: implement binary attributes | Pantelis Antoniou | 2016-01-04 | 1 | -9/+246 |
* | configfs: remove old API | Christoph Hellwig | 2015-10-14 | 1 | -12/+3 |
* | configfs: add show and store methods to struct configfs_attribute | Christoph Hellwig | 2015-10-14 | 1 | -5/+12 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | configfs_add_file: fold into its sole caller | Al Viro | 2015-02-18 | 1 | -18/+10 |
* | configfs: use capped length for ->store_attribute() | Dan Carpenter | 2013-07-04 | 1 | -1/+1 |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | configfs: file.c fix possible recursive locking | Joonwoo Park | 2008-01-26 | 1 | -1/+1 |
* | [PATCH] configsfs buffer: use mutex | Johannes Berg | 2007-07-11 | 1 | -7/+8 |
* | configfs: consistent attribute size | Joel Becker | 2007-07-11 | 1 | -3/+10 |
* | use simple_read_from_buffer() in fs/ | Akinobu Mita | 2007-05-09 | 1 | -31/+2 |
* | configfs: Zero terminate data in configfs attribute writes. | Joel Becker | 2007-02-07 | 1 | -3/+6 |
* | [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -6/+6 |
* | configfs: handle kzalloc() failure in check_perm() | Chandra Seetharaman | 2006-10-21 | 1 | -6/+8 |
* | [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg... | Zach Brown | 2006-10-03 | 1 | -2/+2 |
* | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-09-27 | 1 | -2/+1 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | configfs: Add permission and ownership to configfs objects. | Joel Becker | 2006-02-03 | 1 | -9/+10 |
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-10 | 1 | -2/+2 |
* | [PATCH] configfs: User-driven configuration filesystem | Joel Becker | 2006-01-03 | 1 | -0/+360 |