| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Remove unused authflavour parameter from nfs_get_client() | Anna Schumaker | 2016-12-01 | 1 | -4/+2 |
* | NFS: Ignore connections that have cl_rpcclient uninitialized | Petr Vandrovec | 2016-11-07 | 1 | -1/+2 |
* | fs: nfs: Make nfs boot time y2038 safe | Deepa Dinamani | 2016-10-04 | 1 | -1/+1 |
* | pnfs: add a new mechanism to select a layout driver according to an ordered list | Jeff Layton | 2016-09-19 | 1 | -0/+1 |
* | NFS add xprt switch addrs test to match client | Andy Adamson | 2016-09-19 | 1 | -1/+4 |
* | pnfs: track multiple layout types in fsinfo structure | Jeff Layton | 2016-09-19 | 1 | -1/+1 |
* | NFS: Allow the mount option retrans=0 | Trond Myklebust | 2016-08-16 | 1 | -5/+5 |
* | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-07-30 | 1 | -12/+10 |
|\ |
|
| * | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS | Trond Myklebust | 2016-06-30 | 1 | -12/+10 |
* | | drop redundant ->owner initializations | Al Viro | 2016-05-29 | 1 | -2/+0 |
|/ |
|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
* | nfs: get clone_blksize when probing fsinfo | Peng Tao | 2015-10-15 | 1 | -0/+1 |
* | NFS: Use RPC functions for matching sockaddrs | Anna Schumaker | 2015-08-17 | 1 | -111/+2 |
* | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability | Trond Myklebust | 2015-07-22 | 1 | -1/+1 |
* | nfs: Use remove_proc_subtree() instead remove_proc_entry() | Kinglong Mee | 2015-07-01 | 1 | -18/+7 |
* | nfs: Remove unused argument in nfs_server_set_fsinfo() | Kinglong Mee | 2015-07-01 | 1 | -2/+1 |
* | nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumes | Kinglong Mee | 2015-06-16 | 1 | -5/+7 |
* | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h | Anna Schumaker | 2015-04-23 | 1 | -1/+0 |
* | NFSv4: Fix a race in NFSv4.1 server trunking discovery | Trond Myklebust | 2015-03-03 | 1 | -1/+1 |
* | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 2014-09-30 | 1 | -1/+1 |
|\ |
|
| * | nfs: fix duplicate proc entries | Fabian Frederick | 2014-09-24 | 1 | -1/+1 |
* | | nfs: add __acquires and __releases annotations to seqfile start/stop routines | Jeff Layton | 2014-09-10 | 1 | -0/+4 |
|/ |
|
* | nfs: fix kernel warning when removing proc entry | Cong Wang | 2014-09-08 | 1 | -9/+3 |
* | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-08-13 | 1 | -5/+13 |
|\ |
|
| * | NFS: add checks for returned value of try_module_get() | Alexey Khoroshilov | 2014-08-03 | 1 | -3/+5 |
| * | nfs4: copy acceptor name from context to nfs_client | Jeff Layton | 2014-07-12 | 1 | -0/+1 |
| * | nfs: check hostname in nfs_get_client | Peng Tao | 2014-07-08 | 1 | -2/+7 |
* | | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes | Eric W. Biederman | 2014-08-04 | 1 | -40/+55 |
|/ |
|
* | NFS: cache parsed auth_info in nfs_server | Weston Andros Adamson | 2013-10-28 | 1 | -0/+2 |
* | NFS: separate passed security flavs from selected | Weston Andros Adamson | 2013-10-28 | 1 | -1/+2 |
* | NFS: Add nfs4_update_server | Chuck Lever | 2013-10-28 | 1 | -1/+2 |
* | NFSv4: Ensure that we disable the resend timeout for NFSv4 | Trond Myklebust | 2013-10-01 | 1 | -0/+2 |
* | NFS Remove unused authflavour parameter from init_client | Andy Adamson | 2013-08-07 | 1 | -4/+2 |
* | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 2013-06-28 | 1 | -1/+1 |
|\ |
|
| * | NFS:Add labels to client function prototypes | David Quigley | 2013-06-08 | 1 | -1/+1 |
* | | NFS: Set NFS_CS_MIGRATION for NFSv4 mounts | Chuck Lever | 2013-06-28 | 1 | -2/+0 |
|/ |
|
* | NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports | Trond Myklebust | 2013-04-14 | 1 | -0/+2 |
* | nfs: idr_destroy() no longer needs idr_remove_all() | Tejun Heo | 2013-02-27 | 1 | -1/+0 |
* | NFS: avoid NULL dereference in nfs_destroy_server | NeilBrown | 2012-12-12 | 1 | -2/+1 |
* | NFS: Get rid of unnecessary asserts | Trond Myklebust | 2012-11-04 | 1 | -5/+1 |
* | NFS: Remove unnecessary semicolons (fs/nfs/client.c) | Yanchuan Nian | 2012-10-01 | 1 | -2/+2 |
* | NFS41: fix error of setting blocklayoutdriver | Peng Tao | 2012-10-01 | 1 | -1/+0 |
* | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever | 2012-10-01 | 1 | -1/+2 |
* | NFS: Introduce "migration" mount option | Chuck Lever | 2012-10-01 | 1 | -0/+2 |
* | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 2012-10-01 | 1 | -11/+2 |
* | NFS: Fix a regression when loading the NFS v4 module | bjschuma@gmail.com | 2012-08-16 | 1 | -1/+1 |
* | NFS: Convert v4 into a module | Bryan Schumaker | 2012-07-30 | 1 | -20/+14 |
* | NFS: Convert v3 into a module | Bryan Schumaker | 2012-07-30 | 1 | -5/+0 |
* | NFS: Convert v2 into a module | Bryan Schumaker | 2012-07-30 | 1 | -6/+6 |
* | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 2012-07-30 | 1 | -56/+5 |