| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: subtype handling moved to fuse | David Howells | 2019-09-06 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 1 | -2/+2 |
|\ |
|
| * | fs: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -1/+1 |
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | vfs: show_vfsstat: do not ignore errors from show_devname method | Dmitry V. Levin | 2016-03-16 | 1 | -0/+2 |
* | vfs: show_vfsstat: remove redundant initialization and check of error code | Dmitry V. Levin | 2015-12-07 | 1 | -3/+2 |
* | vfs: show_mountinfo: cleanup error code checks | Dmitry V. Levin | 2015-12-07 | 1 | -9/+11 |
* | vfs: show_vfsmnt: remove redundant initialization of error code | Dmitry V. Levin | 2015-12-07 | 1 | -1/+1 |
* | fs: use seq_open_private() for proc_mounts | Yann Droneaud | 2015-07-01 | 1 | -18/+16 |
* | vfs: add support for a lazytime mount option | Theodore Ts'o | 2015-02-05 | 1 | -0/+1 |
* | vfs: make mounts and mountstats honor root dir like mountinfo does | Dmitry V. Levin | 2014-12-17 | 1 | -2/+11 |
* | vfs: cleanup show_mountinfo | Dmitry V. Levin | 2014-12-17 | 1 | -2/+1 |
* | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 2014-07-30 | 1 | -5/+3 |
* | reduce m_start() cost... | Al Viro | 2014-04-02 | 1 | -0/+1 |
* | fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns | Axel Lin | 2014-01-24 | 1 | -6/+1 |
* | don't bother with vfsmount_lock in mounts_poll() | Al Viro | 2013-10-25 | 1 | -4/+4 |
* | get rid of magic in proc_namespace.c | Al Viro | 2012-07-14 | 1 | -4/+3 |
* | brlocks/lglocks: API cleanups | Andi Kleen | 2012-05-30 | 1 | -2/+2 |
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-07 | 1 | -2/+2 |
* | vfs: switch ->show_path() to struct dentry * | Al Viro | 2012-01-07 | 1 | -1/+1 |
* | vfs: switch ->show_devname() to struct dentry * | Al Viro | 2012-01-07 | 1 | -8/+9 |
* | vfs: switch ->show_stats to struct dentry * | Al Viro | 2012-01-07 | 1 | -5/+6 |
* | vfs: take /proc/*/mounts and friends to fs/proc_namespace.c | Al Viro | 2012-01-04 | 1 | -0/+331 |