Age | Commit message (Expand) | Author |
2014-11-25 | nfs: Add DEALLOCATE support | Anna Schumaker |
2014-11-25 | nfs: Add ALLOCATE support | Anna Schumaker |
2014-09-30 | NFS: Implement SEEK | Anna Schumaker |
2014-07-12 | nfs4: copy acceptor name from context to nfs_client | Jeff Layton |
2013-10-28 | NFS: cache parsed auth_info in nfs_server | Weston Andros Adamson |
2013-10-28 | NFS: Add basic migration support to state manager thread | Chuck Lever |
2013-10-28 | NFS: Add a super_block backpointer to the nfs_server struct | Chuck Lever |
2013-10-01 | NFSv4: Ensure that we disable the resend timeout for NFSv4 | Trond Myklebust |
2013-09-06 | NFSv4.1 Use MDS auth flavor for data server connection | Andy Adamson |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED write and commit support | Weston Andros Adamson |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED stateid support | Weston Andros Adamson |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED secinfo support | Weston Andros Adamson |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED cleanup support | Weston Andros Adamson |
2013-09-05 | nfs4.1: Minimal SP4_MACH_CRED implementation | Weston Andros Adamson |
2013-09-03 | NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking | Chuck Lever |
2013-06-08 | NFS: Client implementation of Labeled-NFS | David Quigley |
2013-06-08 | NFSv4: Extend fattr bitmaps to support all 3 words | David Quigley |
2013-06-08 | NFSv4: Add label recommended attribute and NFSv4 flags | David Quigley |
2013-04-14 | NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports | Trond Myklebust |
2013-03-25 | NFSv4.1: Enable open-by-filehandle | Trond Myklebust |
2013-03-25 | NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids | Trond Myklebust |
2012-12-06 | NFSv4.1: Move slot table and session struct definitions to nfs4session.h | Trond Myklebust |
2012-12-06 | NFS: Remove unused function slot_idx | Trond Myklebust |
2012-12-06 | NFSv4.1: Support dynamic resizing of the session slot table | Trond Myklebust |
2012-12-06 | NFSv4.1: Reset the sequence number for slots that have been deallocated | Trond Myklebust |
2012-12-06 | NFSv4.1: Ensure that the client tracks the server target_highest_slotid | Trond Myklebust |
2012-11-26 | NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer | Trond Myklebust |
2012-11-21 | NFSv4.1: Don't confuse CREATE_SESSION arguments and results | Trond Myklebust |
2012-10-01 | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever |
2012-10-01 | NFS: Introduce "migration" mount option | Chuck Lever |
2012-07-30 | NFS: Convert v4 into a module | Bryan Schumaker |
2012-07-30 | NFS: Add version registering framework | Bryan Schumaker |
2012-07-16 | NFS: Treat NFS4ERR_CLID_INUSE as a fatal error | Chuck Lever |
2012-06-18 | NFSv4.1: Fix umount when filelayout DS is also the MDS | Trond Myklebust |
2012-05-22 | 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: Always use the same SETCLIENTID boot verifier | Chuck Lever |
2012-05-22 | NFS: Use proper naming conventions for the nfs_client.net field | Chuck Lever |
2012-05-22 | NFS: Use proper naming conventions for nfs_client.impl_id field | Chuck Lever |
2012-05-22 | NFS: Use proper naming conventions for NFSv4.1 server scope fields | Chuck Lever |
2012-05-22 | NFS: Fix comment misspelling in struct nfs_client definition | Chuck Lever |
2012-03-02 | NFS: Request fh_expire_type attribute in "server caps" operation | Chuck Lever |
2012-03-01 | NFSv4: parse and display server implementation ids | Weston Andros Adamson |
2012-02-15 | NFSv4.1: Add a module parameter to set the number of session slots | Trond Myklebust |
2012-02-15 | NFSv4.1: Convert slotid from u8 to u32 | Trond Myklebust |
2012-02-06 | SUNRPC: Change the default limit to the number of TCP slots | Trond Myklebust |
2012-01-31 | NFSv4: Replace lock_owner->ld_id with an ida based allocator | Trond Myklebust |
2012-01-31 | NFSv4: Replace state_owner->so_owner_id with an ida based allocator | Trond Myklebust |
2012-01-31 | NFS: make NFS client allocated per network namespace context | Stanislav Kinsbursky |
2012-01-05 | NFS: Cache state owners after files are closed | Chuck Lever |