Age | Commit message (Expand) | Author | Files | Lines |
2014-01-25 | nfsd4: decrease nfsd4_encode_fattr stack usage | J. Bruce Fields | 1 | -6/+10 |
2014-01-08 | nfsd4: simplify xdr encoding of nfsv4 names | J. Bruce Fields | 1 | -46/+6 |
2014-01-08 | nfsd4: encode_rdattr_error cleanup | J. Bruce Fields | 1 | -4/+1 |
2014-01-08 | nfsd4: nfsd4_encode_fattr cleanup | J. Bruce Fields | 1 | -13/+4 |
2014-01-03 | nfsd: get rid of unused macro definition | Kinglong Mee | 1 | -5/+0 |
2014-01-03 | nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattr | Kinglong Mee | 1 | -9/+3 |
2014-01-03 | nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateid | Kinglong Mee | 1 | -24/+2 |
2014-01-03 | nfsd: clean up an xdr reserved space calculation | Kinglong Mee | 1 | -1/+1 |
2014-01-03 | nfsd: calculate the missing length of bitmap in EXCHANGE_ID | Kinglong Mee | 1 | -8/+16 |
2013-12-11 | nfsd: start documenting some XDR handling functions | Christoph Hellwig | 1 | -0/+19 |
2013-11-20 | nfsd4: fix xdr decoding of large non-write compounds | J. Bruce Fields | 1 | -1/+2 |
2013-11-15 | nfsd: export proper maximum file size to the client | Christoph Hellwig | 1 | -1/+1 |
2013-11-14 | nfsd4: improve write performance with better sendspace reservations | J. Bruce Fields | 1 | -0/+31 |
2013-11-01 | nfsd4: fix discarded security labels on setattr | J. Bruce Fields | 1 | -0/+1 |
2013-10-31 | NFSD: Add support for NFS v4.2 operation checking | Anna Schumaker | 1 | -3/+5 |
2013-10-30 | NFSD: Combine decode operations for v4 and v4.1 | Anna Schumaker | 1 | -58/+40 |
2013-09-04 | nfsd: racy access to ->d_name in nsfd4_encode_path() | Al Viro | 1 | -6/+8 |
2013-08-07 | nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_ID | Weston Andros Adamson | 1 | -3/+2 |
2013-07-09 | nfsd4: allow destroy_session over destroyed session | J. Bruce Fields | 1 | -1/+5 |
2013-07-02 | nfsd4: minor read_buf cleanup | J. Bruce Fields | 1 | -10/+14 |
2013-07-02 | nfsd4: fix decoding of compounds across page boundaries | J. Bruce Fields | 1 | -1/+1 |
2013-07-02 | nfsd4: allow client to send no cb_sec flavors | J. Bruce Fields | 1 | -1/+5 |
2013-07-02 | nfsd4: implement minimal SP4_MACH_CRED | J. Bruce Fields | 1 | -0/+22 |
2013-05-15 | nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL case | J. Bruce Fields | 1 | -1/+3 |
2013-05-15 | NFSD: Server implementation of MAC Labeling | David Quigley | 1 | -8/+100 |
2013-05-13 | NFSDv4.2: Add NFS v4.2 support to the NFS server | Steve Dickson | 1 | -0/+1 |
2013-05-01 | NFSD: SECINFO doesn't handle unsupported pseudoflavors correctly | Chuck Lever | 1 | -6/+20 |
2013-05-01 | NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo() | Chuck Lever | 1 | -7/+1 |
2013-04-30 | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-... | J. Bruce Fields | 1 | -13/+11 |
2013-04-23 | nfsd: Decode and send 64bit time values | Bryan Schumaker | 1 | -14/+5 |
2013-04-17 | nfsd4: remove unused macro | J. Bruce Fields | 1 | -19/+0 |
2013-04-08 | nfsd4: cleanup handling of nfsv4.0 closed stateid's | J. Bruce Fields | 1 | -28/+6 |
2013-04-03 | nfsd4: don't destroy in-use clients | J. Bruce Fields | 1 | -1/+2 |
2013-04-03 | nfsd4: fix race on client shutdown | J. Bruce Fields | 1 | -1/+0 |
2013-04-03 | nfsd4: handle seqid-mutating open errors from xdr decoding | J. Bruce Fields | 1 | -0/+1 |
2013-03-29 | SUNRPC: Refactor nfsd4_do_encode_secinfo() | Chuck Lever | 1 | -13/+11 |
2013-03-27 | nfsd4: reject "negative" acl lengths | J. Bruce Fields | 1 | -1/+1 |
2013-03-01 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -13/+8 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-02-26 | switch vfs_getattr() to struct path | Al Viro | 1 | -2/+2 |
2013-02-13 | nfsd: Modify nfsd4_cb_sec to use kuids and kgids | Eric W. Biederman | 1 | -3/+10 |
2013-02-13 | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion | Eric W. Biederman | 1 | -16/+25 |
2013-01-24 | nfsd4: simplify nfsd4_encode_fattr interface slightly | J. Bruce Fields | 1 | -13/+8 |
2012-12-18 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 1 | -12/+12 |
2012-12-18 | nfsd4: fix oops on unusual readlike compound | J. Bruce Fields | 1 | -1/+10 |
2012-12-03 | nfsd4: discard some unused nfsd4_verify xdr code | J. Bruce Fields | 1 | -19/+2 |
2012-11-28 | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky | 1 | -1/+3 |
2012-11-28 | nfsd4: return badname, not inval, on "." or "..", or "/" | J. Bruce Fields | 1 | -13/+12 |
2012-11-26 | nfsd4: delay filling in write iovec array till after xdr decoding | J. Bruce Fields | 1 | -20/+0 |
2012-11-26 | nfsd4: move more write parameters into xdr argument | J. Bruce Fields | 1 | -11/+9 |