| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NFSv4: Fix a race in the net namespace mount notification | Trond Myklebust | 2012-05-23 | 1 | -3/+13 |
* | NFSv4.1: Fix session initialisation races | Trond Myklebust | 2012-05-23 | 1 | -16/+0 |
* | NFS: EXCHANGE_ID should save the server major and minor ID | Chuck Lever | 2012-05-22 | 1 | -0/+1 |
* | NFS: Add nfs_client behavior flags | Chuck Lever | 2012-05-22 | 1 | -22/+20 |
* | NFS: Refactor nfs_get_client(): initialize nfs_client | Chuck Lever | 2012-05-22 | 1 | -34/+42 |
* | NFS: Refactor nfs_get_client(): add nfs_found_client() | Chuck Lever | 2012-05-22 | 1 | -30/+37 |
* | NFS: Always use the same SETCLIENTID boot verifier | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
* | NFS: Use proper naming conventions for the nfs_client.net field | Chuck Lever | 2012-05-22 | 1 | -11/+11 |
* | NFS: Use proper naming conventions for nfs_client.impl_id field | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
* | NFS: Use proper naming conventions for NFSv4.1 server scope fields | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
* | NFSv4.1 data server timeo and retrans module parameters | Andy Adamson | 2012-05-19 | 1 | -8/+4 |
* | NFS: Make v2 configurable | Bryan Schumaker | 2012-05-14 | 1 | -2/+14 |
* | NFSv2/v3: Simulate the change attribute | Trond Myklebust | 2012-05-01 | 1 | -1/+1 |
* | NFS: Honor the authflavor set in the clone mount data | Bryan Schumaker | 2012-04-27 | 1 | -2/+3 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-03-23 | 1 | -94/+152 |
|\ \
| |/
|/| |
|
| * | NFS: Only define some function when v4.1 is enabled | Bryan Schumaker | 2012-03-12 | 1 | -0/+4 |
| * | NFS: Fix a number of sparse warnings | Trond Myklebust | 2012-03-11 | 1 | -3/+2 |
| * | NFS: Make clientaddr= optional | Chuck Lever | 2012-03-02 | 1 | -0/+15 |
| * | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 2012-03-02 | 1 | -5/+11 |
| * | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 2012-03-01 | 1 | -0/+1 |
| * | NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1 | Trond Myklebust | 2012-02-26 | 1 | -3/+4 |
| * | NFS: Ensure struct nfs_client holds a reference to the net namespace | Trond Myklebust | 2012-02-19 | 1 | -1/+2 |
| * | NFS: fix nfs4_find_client_sessionid() arguments list | Stanislav Kinsbursky | 2012-02-15 | 1 | -1/+1 |
| * | NFS: Initialise the nfs_net->nfs_client_lock | Trond Myklebust | 2012-02-15 | 1 | -2/+6 |
| * | LockD: make nlm hosts network namespace aware | Stanislav Kinsbursky | 2012-02-15 | 1 | -0/+1 |
| * | NFS: search for client session id in proper network namespace | Stanislav Kinsbursky | 2012-02-06 | 1 | -2/+2 |
| * | NFS: make nfs_client_lock per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -22/+29 |
| * | NFS: make cb_ident_idr per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -10/+18 |
| * | NFS: make nfs_volume_list per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -6/+14 |
| * | NFS: make nfs_client_list per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -11/+27 |
| * | SUNRPC: constify the rpc_program | Trond Myklebust | 2012-01-31 | 1 | -4/+4 |
| * | NFS: remove unused nfs4_find_client_no_ident function | Stanislav Kinsbursky | 2012-01-31 | 1 | -27/+0 |
| * | NFSv4: Replace lock_owner->ld_id with an ida based allocator | Trond Myklebust | 2012-01-31 | 1 | -0/+2 |
| * | NFSv4: Replace state_owner->so_owner_id with an ida based allocator | Trond Myklebust | 2012-01-31 | 1 | -0/+2 |
| * | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 2012-01-31 | 1 | -2/+2 |
| * | NFS: pass NFS client owner network namespace to RPC client creation routine | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+1 |
| * | NFS: make NFS client allocated per network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -3/+13 |
* | | security: trim security.h | Al Viro | 2012-02-14 | 1 | -0/+1 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | NFSv4: Change the default setting of the nfs4_disable_idmapping parameter | Trond Myklebust | 2012-01-09 | 1 | -1/+1 |
* | NFS: Cache state owners after files are closed | Chuck Lever | 2012-01-05 | 1 | -0/+8 |
* | SUNRPC: Clean up the RPCSEC_GSS service ticket requests | Trond Myklebust | 2012-01-05 | 1 | -1/+1 |
* | Check validity of cl_rpcclient in nfs_server_list_show | Malahal Naineni | 2011-10-20 | 1 | -0/+4 |
* | nfs: fix bug about IPv6 address scope checking | Mi Jinlong | 2011-10-18 | 1 | -3/+4 |
* | pnfsblock: add device operations | Jim Rees | 2011-07-31 | 1 | -1/+1 |
* | pnfs: ask for layout_blksize and save it in nfs_server | Fred Isaman | 2011-07-31 | 1 | -0/+1 |
* | pnfs: add set-clear layoutdriver interface | Benny Halevy | 2011-07-31 | 1 | -3/+5 |
* | NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL | Trond Myklebust | 2011-07-15 | 1 | -1/+1 |