Age | Commit message (Expand) | Author |
2019-04-11 | NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. | Tetsuo Handa |
2019-02-20 | fs/nfs: Fix nfs_parse_devname to not modify it's argument | Eric W. Biederman |
2019-01-28 | nfs: Fix NULL pointer dereference of dev_name | Yao Liu |
2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-01-02 | NFS: Make "port=" mount option optional for RDMA mounts | Chuck Lever |
2018-12-21 | NFS: nfs_compare_mount_options always compare auth flavors. | Chris Perl |
2018-12-21 | LSM: new method: ->sb_add_mnt_opt() | Al Viro |
2018-12-21 | LSM: hide struct security_mnt_opts from any generic code | Al Viro |
2018-12-21 | nfs_remount(): don't leak, don't ignore LSM options quietly | Al Viro |
2018-12-21 | new helper: security_sb_eat_lsm_opts() | Al Viro |
2018-07-31 | NFS: silence a harmless uninitialized variable warning | Dan Carpenter |
2018-07-31 | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c... | Dave Wysochanski |
2018-03-15 | fs: Teach path_connected to handle nfs filesystems with multiple roots. | Eric W. Biederman |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-11-17 | NFS: Fix typo in nomigration mount option | Joshua Watt |
2017-11-17 | NFS: super: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2017-08-20 | NFS: Fix NFSv2 security settings | Chuck Lever |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2017-07-13 | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2017-07-13 | nfs: add export operations | Peng Tao |
2017-07-13 | nfs: Fix fscache stat printing in nfs_show_stats() | Tuo Chen Peng |
2017-07-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2017-06-09 | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l... | Scott Mayhew |
2017-06-03 | nfs: Mark unnecessarily extern functions as static | Jan Kara |
2017-05-04 | nfs: Fix bdi handling for cloned superblocks | Jan Kara |
2017-04-20 | fs: Remove SB_I_DYNBDI flag | Jan Kara |
2017-04-20 | nfs: Convert to separately allocated bdi | Jan Kara |
2017-01-30 | NFS: tidy up nfs_show_mountd_netid | NeilBrown |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-01 | NFS: fix typo in parameter description | Wei Yongjun |
2016-09-19 | NFSv4.x: Add kernel parameter to control the callback server | Trond Myklebust |
2016-08-16 | NFS: Allow the mount option retrans=0 | Trond Myklebust |
2016-07-19 | mount: use sec= that was specified on the command line | Steve Dickson |
2016-05-17 | xprtrdma: Add rdma6 option to support NFS/RDMA IPv6 | Shirley Ma |
2016-05-09 | nfs: don't share mounts between network namespaces | J. Bruce Fields |
2015-10-21 | NFS: Remove the left global variable nfs_callback_tcpport | Kinglong Mee |
2015-08-12 | NFS: Error out when register_shrinker fail in register_nfs_fs | Kinglong Mee |
2015-05-28 | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez |
2015-04-26 | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2015-04-23 | Merge branch 'bugfixes' | Trond Myklebust |
2015-04-23 | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h | Anna Schumaker |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-03-12 | NFS: remount with security change should return EINVAL | Benjamin Coddington |
2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-02-05 | NFSv4: Ensure we reference the inode for return-on-close in delegreturn | Trond Myklebust |
2015-01-20 | nfs: don't call bdi_unregister | Christoph Hellwig |
2014-09-12 | NFS: Remove v3 not compiled check from validate_mount_data() | Anna Schumaker |
2014-08-04 | nfs: reject changes to resvport and sharecache during remount | Scott Mayhew |
2014-07-12 | NFS: use ARRAY_SIZE instead of sizeof/sizeof[0] | Fabian Frederick |