Age | Commit message (Expand) | Author | Files | Lines |
2013-08-07 | nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_ID | Weston Andros Adamson | 1 | -1/+1 |
2013-07-13 | nfsd4: fix minorversion support interface | J. Bruce Fields | 1 | -1/+1 |
2013-07-02 | nfsd4: delegation-based open reclaims should bypass permissions | J. Bruce Fields | 1 | -1/+2 |
2013-05-15 | NFSD: Server implementation of MAC Labeling | David Quigley | 1 | -0/+41 |
2013-05-04 | nfsd4: don't allow owner override on 4.1 CLAIM_FH opens | J. Bruce Fields | 1 | -2/+13 |
2013-04-30 | nfsd4: don't remap EISDIR errors in rename | J. Bruce Fields | 1 | -15/+5 |
2013-04-09 | nfsd4: more sessions/open-owner-replay cleanup | J. Bruce Fields | 1 | -12/+16 |
2013-04-09 | nfsd4: no need for replay_owner in sessions case | J. Bruce Fields | 1 | -1/+1 |
2013-04-08 | nfsd4: cleanup handling of nfsv4.0 closed stateid's | J. Bruce Fields | 1 | -1/+2 |
2013-04-03 | nfsd: don't run get_file if nfs4_preprocess_stateid_op return error | fanchaoting | 1 | -4/+4 |
2013-04-03 | nfsd4: handle seqid-mutating open errors from xdr decoding | J. Bruce Fields | 1 | -1/+26 |
2013-04-03 | nfsd4: remove BUG_ON | J. Bruce Fields | 1 | -6/+3 |
2013-01-24 | nfsd4: simplify nfsd4_encode_fattr interface slightly | J. Bruce Fields | 1 | -3/+4 |
2012-12-18 | nfsd4: free_stateid can use the current stateid | J. Bruce Fields | 1 | -0/+1 |
2012-12-18 | nfsd4: disable zero-copy on non-final read ops | J. Bruce Fields | 1 | -0/+11 |
2012-12-11 | nfsd: make NFSd service boot time per-net | Stanislav Kinsbursky | 1 | -5/+6 |
2012-12-11 | nfsd: avoid permission checks on EXCLUSIVE_CREATE replay | Neil Brown | 1 | -3/+5 |
2012-11-26 | nfsd4: delay filling in write iovec array till after xdr decoding | J. Bruce Fields | 1 | -1/+23 |
2012-11-15 | nfsd: use service net instead of hard-coded init_net | Stanislav Kinsbursky | 1 | -4/+9 |
2012-11-08 | nfsd4: implement backchannel_ctl operation | J. Bruce Fields | 1 | -0/+6 |
2012-10-02 | nfsd4: enforce per-client sessions/no-sessions distinction | J. Bruce Fields | 1 | -1/+1 |
2012-08-21 | NFSD: Swap the struct nfs4_operation getter and setter | Bryan Schumaker | 1 | -2/+2 |
2012-07-28 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 1 | -8/+10 |
2012-04-20 | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+4 |
2012-04-13 | nfsd: fix b0rken error value for setattr on read-only mount | Al Viro | 1 | -3/+4 |
2012-04-12 | nfsd: don't fail unchecked creates of non-special files | J. Bruce Fields | 1 | -4/+4 |
2012-03-26 | nfsd: convert nfs4_client->cl_cb_flags to a generic flags field | Jeff Layton | 1 | -1/+2 |
2012-03-20 | NFSD: Fix nfs4_verifier memory alignment | Chuck Lever | 1 | -8/+11 |
2012-03-20 | NFSD: Fix warnings when NFSD_DEBUG is not defined | Trond Myklebust | 1 | -0/+4 |
2012-03-07 | nfsd4: reduce do_open_lookup() stack usage | J. Bruce Fields | 1 | -10/+14 |
2012-03-07 | nfsd4: delay setting current filehandle till success | J. Bruce Fields | 1 | -5/+3 |
2012-02-18 | nfsd41: split out share_access want and signal flags while decoding | Benny Halevy | 1 | -3/+0 |
2012-02-15 | nfsd41: use current stateid by value | Tigran Mkrtchyan | 1 | -3/+9 |
2012-02-15 | nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADE | Tigran Mkrtchyan | 1 | -0/+3 |
2012-02-15 | nfsd41: handle current stateid in SETATTR and FREE_STATEID | Tigran Mkrtchyan | 1 | -0/+1 |
2012-02-15 | nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateid | Tigran Mkrtchyan | 1 | -3/+3 |
2012-02-15 | nfsd41: save and restore current stateid with current fh | Tigran Mkrtchyan | 1 | -0/+2 |
2012-02-15 | nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateid | Tigran Mkrtchyan | 1 | -3/+6 |
2012-02-15 | nfsd41: consume current stateid on read and write | Tigran Mkrtchyan | 1 | -0/+2 |
2012-02-15 | nfsd41: handle current stateid on lock and locku | Tigran Mkrtchyan | 1 | -0/+2 |
2012-02-15 | nfsd41: handle current stateid in open and close | Tigran Mkrtchyan | 1 | -4/+26 |
2012-01-15 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+3 |
2012-01-04 | new helpers: fh_{want,drop}_write() | Al Viro | 1 | -2/+2 |
2011-12-07 | nfsd41: allow non-reclaim open-by-fh's in 4.1 | Mi Jinlong | 1 | -4/+3 |
2011-10-24 | nfs41: implement DESTROY_CLIENTID operation | Mi Jinlong | 1 | -1/+1 |
2011-10-19 | nfsd4: implement new 4.1 open reclaim types | J. Bruce Fields | 1 | -12/+3 |
2011-10-18 | nfsd4: warn on open failure after create | J. Bruce Fields | 1 | -3/+4 |
2011-10-18 | nfsd4: clean up open owners on OPEN failure | J. Bruce Fields | 1 | -0/+1 |
2011-10-11 | nfsd4: more robust ignoring of WANT bits in OPEN | J. Bruce Fields | 1 | -0/+3 |
2011-09-20 | nfsd4: make op_cacheresult another flag | J. Bruce Fields | 1 | -25/+25 |