| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 2017-04-27 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-02-24 | 1 | -4/+4 |
|\ |
|
| * | fs: Better permission checking for submounts | Eric W. Biederman | 2017-02-01 | 1 | -4/+4 |
* | | debugfs: add debugfs_lookup() | Omar Sandoval | 2017-02-02 | 1 | -0/+36 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -2/+2 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| * | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-28 | 1 | -1/+1 |
| |/ |
|
* | | debugfs: propagate release() call result | Eric Engestrom | 2016-09-27 | 1 | -1/+1 |
* | | debugfs: introduce a public file_operations accessor | Christian Lamparter | 2016-09-21 | 1 | -8/+5 |
* | | debugfs: remove extra debugfs_create_file_unsafe() declaration | Nicolai Stange | 2016-08-31 | 1 | -4/+0 |
|/ |
|
* | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 2016-07-01 | 1 | -3/+4 |
|\ |
|
| * | debugfs: open_proxy_open(): avoid double fops release | Nicolai Stange | 2016-06-15 | 1 | -1/+0 |
| * | debugfs: full_proxy_open(): free proxy on ->open() failure | Nicolai Stange | 2016-06-15 | 1 | -2/+4 |
* | | debugfs: ->d_parent is never NULL or negative | Al Viro | 2016-05-29 | 1 | -7/+0 |
|/ |
|
* | Merge 4.6-rc4 into driver-core-next | Greg Kroah-Hartman | 2016-04-18 | 1 | -1/+1 |
|\ |
|
| * | debugfs: Make automount point inodes permanently empty | Seth Forshee | 2016-04-13 | 1 | -1/+1 |
* | | debugfs: unproxify files created through debugfs_create_u32_array() | Nicolai Stange | 2016-04-12 | 1 | -1/+2 |
* | | debugfs: unproxify files created through debugfs_create_blob() | Nicolai Stange | 2016-04-12 | 1 | -3/+10 |
* | | debugfs: unproxify files created through debugfs_create_bool() | Nicolai Stange | 2016-04-12 | 1 | -21/+20 |
* | | debugfs: unproxify integer attribute files | Nicolai Stange | 2016-04-12 | 1 | -48/+75 |
* | | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 2016-04-12 | 2 | -0/+56 |
* | | debugfs: prevent access to removed files' private data | Nicolai Stange | 2016-04-12 | 3 | -27/+206 |
* | | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 2016-04-12 | 3 | -2/+126 |
* | | fs: debugfs: Replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-29 | 1 | -1/+2 |
* | | debugfs: fix inode i_nlink references for automount dentry | Roman Pen | 2016-03-29 | 1 | -0/+4 |
|/ |
|
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -11/+11 |
* | debugfs: fix refcount imbalance in start_creating | Daniel Borkmann | 2015-11-11 | 1 | -1/+5 |
* | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 2015-10-18 | 1 | -0/+48 |
* | debugfs: Add read-only/write-only bool file ops | Stephen Boyd | 2015-10-18 | 1 | -1/+14 |
* | debugfs: Add read-only/write-only size_t file ops | Stephen Boyd | 2015-10-18 | 1 | -1/+4 |
* | debugfs: Add read-only/write-only x64 file ops | Stephen Boyd | 2015-10-18 | 1 | -1/+4 |
* | debugfs: Consolidate file mode checks in debugfs_create_*() | Stephen Boyd | 2015-10-18 | 1 | -66/+32 |
* | debugfs: document that debugfs_remove*() accepts NULL and error values | Ulf Magnusson | 2015-10-04 | 1 | -2/+4 |
* | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 2015-10-04 | 1 | -3/+3 |
* | debugfs: Export bool read/write functions | Richard Fitzgerald | 2015-07-20 | 1 | -6/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-05 | 1 | -8/+3 |
|\ |
|
| * | make simple_positive() public | Al Viro | 2015-06-24 | 1 | -8/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-04 | 1 | -7/+4 |
|\ \
| |/
|/| |
|
| * | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 2015-07-01 | 1 | -7/+4 |
* | | debugfs: switch to simple_follow_link() | Al Viro | 2015-05-11 | 2 | -15/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 2 | -29/+29 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 2 | -29/+29 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-17 | 1 | -1/+1 |
|\| |
|
| * | VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() | David Howells | 2015-04-15 | 1 | -1/+1 |
* | | debugfs: allow bad parent pointers to be passed in | Greg KH | 2015-04-03 | 1 | -0/+3 |
|/ |
|
* | debugfs: leave freeing a symlink body until inode eviction | Al Viro | 2015-02-22 | 1 | -17/+17 |
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -1/+1 |
* | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 1 | -0/+40 |
* | new primitive: debugfs_create_automount() | Al Viro | 2015-01-25 | 1 | -0/+48 |