Age | Commit message (Expand) | Author | Files | Lines |
2014-06-24 | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support | Andy Adamson | 1 | -1/+1 |
2014-05-28 | NFS: Create a common read and write data struct | Anna Schumaker | 1 | -2/+2 |
2014-02-19 | NFSv4: Clear the open state flags if the new stateid does not match | Trond Myklebust | 1 | -0/+1 |
2014-02-19 | NFSv4: Don't update the open stateid unless it is newer than the old one | Trond Myklebust | 1 | -0/+10 |
2014-01-29 | NFSv4.1 free slot before resending I/O to MDS | Andy Adamson | 1 | -0/+1 |
2013-11-19 | NFS: Enabling v4.2 should not recompile nfsd and lockd | Anna Schumaker | 1 | -0/+8 |
2013-10-28 | NFSv4: make nfs_find_best_sec static | Weston Andros Adamson | 1 | -1/+0 |
2013-10-28 | NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager | Chuck Lever | 1 | -0/+2 |
2013-10-28 | NFS: Add method to detect whether an FSID is still on the server | Chuck Lever | 1 | -0/+2 |
2013-10-28 | NFS: Add basic migration support to state manager thread | Chuck Lever | 1 | -0/+2 |
2013-10-28 | NFS: Add method to retrieve fs_locations during migration recovery | Chuck Lever | 1 | -0/+4 |
2013-10-28 | NFS: Introduce a vector of migration recovery ops | Chuck Lever | 1 | -0/+4 |
2013-10-28 | NFS: Add functions to swap transports during migration recovery | Chuck Lever | 1 | -0/+2 |
2013-09-11 | NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE | Weston Andros Adamson | 1 | -2/+2 |
2013-09-11 | NFSv4.1: sp4_mach_cred: no need to ref count creds | Weston Andros Adamson | 1 | -3/+3 |
2013-09-07 | NFSv4: Fix security auto-negotiation | Trond Myklebust | 1 | -1/+1 |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED write and commit support | Weston Andros Adamson | 1 | -9/+41 |
2013-09-05 | nfs4.1: Add state protection handler | Weston Andros Adamson | 1 | -0/+35 |
2013-09-04 | NFSv4: Document the recover_lost_locks kernel parameter | Trond Myklebust | 1 | -0/+1 |
2013-09-04 | NFSv4: Don't try to recover NFSv4 locks when they are lost. | NeilBrown | 1 | -0/+1 |
2013-09-03 | NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking | Chuck Lever | 1 | -0/+6 |
2013-09-03 | NFS: Remove unused call_sync minor version op | Chuck Lever | 1 | -5/+0 |
2013-09-03 | NFS: Add RPC callouts to start NFSv4.0 synchronous requests | Chuck Lever | 1 | -0/+1 |
2013-09-03 | NFS: Clean up nfs4_setup_sequence() | Chuck Lever | 1 | -11/+0 |
2013-08-07 | NFS: Never use user credentials for lease renewal | Chuck Lever | 1 | -3/+1 |
2013-06-28 | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 1 | -3/+3 |
2013-06-08 | NFSv4: Extend fattr bitmaps to support all 3 words | David Quigley | 1 | -3/+3 |
2013-06-06 | NFSv4.1: Ensure that reclaim_complete uses the right credential | Trond Myklebust | 1 | -1/+1 |
2013-05-06 | NFSv4.1: Ensure that we free the lock stateid on the server | Trond Myklebust | 1 | -1/+2 |
2013-04-20 | NFSv4: Use the open stateid if the delegation has the wrong mode | Trond Myklebust | 1 | -0/+1 |
2013-03-25 | NFSv4: Prepare for minorversion-specific nfs_server capabilities | Trond Myklebust | 1 | -0/+1 |
2013-03-25 | NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error | Trond Myklebust | 1 | -2/+2 |
2013-03-25 | NFSv4: The stateid must remain the same for replayed RPC calls | Trond Myklebust | 1 | -0/+4 |
2013-03-25 | NFSv4: Fail I/O if the state recovery fails irrevocably | Trond Myklebust | 1 | -1/+7 |
2013-02-11 | NFSv4: Ensure delegation recall and byte range lock removal don't conflict | Trond Myklebust | 1 | -0/+1 |
2013-02-11 | NFSv4: Allow the state manager to mark an open_owner as being recovered | Trond Myklebust | 1 | -0/+3 |
2012-12-11 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -1/+1 |
2012-12-06 | NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequence | Trond Myklebust | 1 | -1/+0 |
2012-12-06 | NFSv4: Simplify the NFSv4/v4.1 synchronous call switch | Trond Myklebust | 1 | -2/+1 |
2012-12-06 | NFSv4.1: Simplify the sequence setup | Trond Myklebust | 1 | -0/+1 |
2012-12-06 | NFSv4.1: Ping server when our session table limits are too high | Trond Myklebust | 1 | -0/+1 |
2012-12-06 | NFSv4.1: Move slot table and session struct definitions to nfs4session.h | Trond Myklebust | 1 | -12/+0 |
2012-12-06 | NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c | Trond Myklebust | 1 | -11/+0 |
2012-12-06 | NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease | Trond Myklebust | 1 | -0/+4 |
2012-12-06 | NFSv4.1: Clean up session draining | Trond Myklebust | 1 | -0/+8 |
2012-12-06 | NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets | Trond Myklebust | 1 | -0/+1 |
2012-12-06 | NFSv4.1: Remove the state manager code to resize the slot table | Trond Myklebust | 1 | -4/+0 |
2012-12-06 | NFSv4.1: Allow SEQUENCE to resize the slot table on the fly | Trond Myklebust | 1 | -2/+2 |
2012-12-06 | NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation | Trond Myklebust | 1 | -0/+2 |
2012-11-26 | NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer | Trond Myklebust | 1 | -1/+2 |