| Commit message (Expand) | Author | Age |
* | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h | Anna Schumaker | 2015-04-23 |
* | NFSv4: Fix a race in NFSv4.1 server trunking discovery | Trond Myklebust | 2015-03-03 |
* | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 2014-09-30 |
|\ |
|
| * | nfs: fix duplicate proc entries | Fabian Frederick | 2014-09-24 |
* | | nfs: add __acquires and __releases annotations to seqfile start/stop routines | Jeff Layton | 2014-09-10 |
|/ |
|
* | nfs: fix kernel warning when removing proc entry | Cong Wang | 2014-09-08 |
* | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-08-13 |
|\ |
|
| * | NFS: add checks for returned value of try_module_get() | Alexey Khoroshilov | 2014-08-03 |
| * | nfs4: copy acceptor name from context to nfs_client | Jeff Layton | 2014-07-12 |
| * | nfs: check hostname in nfs_get_client | Peng Tao | 2014-07-08 |
* | | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes | Eric W. Biederman | 2014-08-04 |
|/ |
|
* | NFS: cache parsed auth_info in nfs_server | Weston Andros Adamson | 2013-10-28 |
* | NFS: separate passed security flavs from selected | Weston Andros Adamson | 2013-10-28 |
* | NFS: Add nfs4_update_server | Chuck Lever | 2013-10-28 |
* | NFSv4: Ensure that we disable the resend timeout for NFSv4 | Trond Myklebust | 2013-10-01 |
* | NFS Remove unused authflavour parameter from init_client | Andy Adamson | 2013-08-07 |
* | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 2013-06-28 |
|\ |
|
| * | NFS:Add labels to client function prototypes | David Quigley | 2013-06-08 |
* | | NFS: Set NFS_CS_MIGRATION for NFSv4 mounts | Chuck Lever | 2013-06-28 |
|/ |
|
* | NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports | Trond Myklebust | 2013-04-14 |
* | nfs: idr_destroy() no longer needs idr_remove_all() | Tejun Heo | 2013-02-27 |
* | NFS: avoid NULL dereference in nfs_destroy_server | NeilBrown | 2012-12-12 |
* | NFS: Get rid of unnecessary asserts | Trond Myklebust | 2012-11-04 |
* | NFS: Remove unnecessary semicolons (fs/nfs/client.c) | Yanchuan Nian | 2012-10-01 |
* | NFS41: fix error of setting blocklayoutdriver | Peng Tao | 2012-10-01 |
* | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever | 2012-10-01 |
* | NFS: Introduce "migration" mount option | Chuck Lever | 2012-10-01 |
* | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 2012-10-01 |
* | NFS: Fix a regression when loading the NFS v4 module | bjschuma@gmail.com | 2012-08-16 |
* | NFS: Convert v4 into a module | Bryan Schumaker | 2012-07-30 |
* | NFS: Convert v3 into a module | Bryan Schumaker | 2012-07-30 |
* | NFS: Convert v2 into a module | Bryan Schumaker | 2012-07-30 |
* | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 2012-07-30 |
* | NFS: Add version registering framework | Bryan Schumaker | 2012-07-30 |
* | NFS: Split out NFS v4 client functions | Bryan Schumaker | 2012-07-17 |
* | NFS: Split out NFS v4 server creating code | Bryan Schumaker | 2012-07-17 |
* | NFS: Initialize the NFS v4 client from init_nfs_v4() | Bryan Schumaker | 2012-07-17 |
* | NFS: Create an alloc_client rpc_op | Bryan Schumaker | 2012-06-29 |
* | NFS: Create a free_client rpc_op | Bryan Schumaker | 2012-06-29 |
* | NFS: Use nfs4_destroy_server() to clean up NFS v4 | Bryan Schumaker | 2012-06-29 |
* | NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() | Bryan Schumaker | 2012-06-29 |
* | NFSv4.1: Fix umount when filelayout DS is also the MDS | Trond Myklebust | 2012-06-18 |
* | NFS: Remove incorrect BUG_ON in nfs_found_client | Trond Myklebust | 2012-06-07 |
* | NFSv4.1: Add DESTROY_CLIENTID | Trond Myklebust | 2012-05-26 |
* | NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation | Trond Myklebust | 2012-05-23 |
* | NFSv4: Fix a race in the net namespace mount notification | Trond Myklebust | 2012-05-23 |
* | NFSv4.1: Fix session initialisation races | Trond Myklebust | 2012-05-23 |
* | NFS: EXCHANGE_ID should save the server major and minor ID | Chuck Lever | 2012-05-22 |
* | NFS: Add nfs_client behavior flags | Chuck Lever | 2012-05-22 |
* | NFS: Refactor nfs_get_client(): initialize nfs_client | Chuck Lever | 2012-05-22 |