Age | Commit message (Expand) | Author |
2013-05-07 | nfsd: Decode and send 64bit time values | Bryan Schumaker |
2013-03-26 | nfsd4: reject "negative" acl lengths | J. Bruce Fields |
2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-26 | switch vfs_getattr() to struct path | Al Viro |
2013-02-13 | nfsd: Modify nfsd4_cb_sec to use kuids and kgids | Eric W. Biederman |
2013-02-13 | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion | Eric W. Biederman |
2013-01-23 | nfsd4: simplify nfsd4_encode_fattr interface slightly | J. Bruce Fields |
2012-12-17 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields |
2012-12-17 | nfsd4: fix oops on unusual readlike compound | J. Bruce Fields |
2012-12-03 | nfsd4: discard some unused nfsd4_verify xdr code | J. Bruce Fields |
2012-11-28 | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky |
2012-11-27 | nfsd4: return badname, not inval, on "." or "..", or "/" | J. Bruce Fields |
2012-11-26 | nfsd4: delay filling in write iovec array till after xdr decoding | J. Bruce Fields |
2012-11-26 | nfsd4: move more write parameters into xdr argument | J. Bruce Fields |
2012-11-26 | nfsd4: reorganize write decoding | J. Bruce Fields |
2012-11-26 | nfsd4: simplify reading of opnum | J. Bruce Fields |
2012-11-26 | nfsd4: no, we're not going to check tags for utf8 | J. Bruce Fields |
2012-11-07 | nfsd4: backchannel should use client-provided security flavor | J. Bruce Fields |
2012-11-07 | nfsd4: implement backchannel_ctl operation | J. Bruce Fields |
2012-11-07 | nfsd4: clean up callback security parsing | J. Bruce Fields |
2012-11-07 | nfsd4: helper function for getting mounted_on ino | J. Bruce Fields |
2012-09-25 | nfsd4: fix bind_conn_to_session xdr comment | J. Bruce Fields |
2012-07-10 | nfsd4: our filesystems are normally case sensitive | J. Bruce Fields |
2012-06-01 | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2012-05-31 | nfsd: add IPv6 addr escaping to fs_location hosts | Weston Andros Adamson |
2012-05-31 | nfsd4: fix change attribute endianness | J. Bruce Fields |
2012-05-31 | nfsd4: fix free_stateid return endianness | J. Bruce Fields |
2012-05-31 | nfsd4: int/__be32 fixes | J. Bruce Fields |
2012-05-31 | nfsd4: fix missing "static" | J. Bruce Fields |
2012-04-13 | nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid() | Al Viro |
2012-04-13 | nfsd: fix endianness breakage in TEST_STATEID handling | Al Viro |
2012-03-20 | NFSD: Fix nfs4_verifier memory alignment | Chuck Lever |
2012-02-17 | nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_... | Benny Halevy |
2012-02-17 | NFSD: Clean up the test_stateid function | Bryan Schumaker |
2012-02-17 | nfsd41: split out share_access want and signal flags while decoding | Benny Halevy |
2012-02-14 | nfsd4: rearrange struct nfsd4_slot | J. Bruce Fields |
2011-11-25 | nfsd4: Use kmemdup rather than duplicating its implementation | Thomas Meyer |
2011-11-01 | nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access | Benny Halevy |
2011-10-24 | nfs41: implement DESTROY_CLIENTID operation | Mi Jinlong |
2011-10-24 | nfsd4: typo logical vs bitwise negate for want_mask | Benny Halevy |
2011-10-24 | nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG... | Benny Halevy |
2011-10-19 | nfsd4: implement new 4.1 open reclaim types | J. Bruce Fields |
2011-10-17 | nfsd4: typo logical vs bitwise negate | Dan Carpenter |
2011-10-11 | nfsd4: move name-length checks to xdr | J. Bruce Fields |
2011-10-11 | nfsd4: move access/deny validity checks to xdr code | J. Bruce Fields |
2011-09-26 | nfsd4: look up stateid's per clientid | J. Bruce Fields |
2011-09-26 | nfsd4: assume test_stateid always has session | J. Bruce Fields |
2011-09-17 | nfsd4: match close replays on stateid, not open owner id | J. Bruce Fields |
2011-09-16 | nfsd41: try to check reply size before operation | Mi Jinlong |