Age | Commit message (Expand) | Author | Files | Lines |
2011-07-26 | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 12 | -862/+449 |
2011-07-23 | nfsd: don't break lease on CLAIM_DELEGATE_CUR | Casey Bodley | 1 | -6/+12 |
2011-07-21 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -2/+2 |
2011-07-20 | nfsd4_list_rec_dir(): don't bother with reopening rec_file | Al Viro | 1 | -31/+21 |
2011-07-18 | nfsd: turn on reply cache for NFSv4 | J. Bruce Fields | 6 | -23/+54 |
2011-07-18 | nfsd4: call nfsd4_release_compoundargs from pc_release | J. Bruce Fields | 3 | -10/+8 |
2011-07-16 | nfsd41: Deny new lock before RECLAIM_COMPLETE done | Mi Jinlong | 1 | -0/+9 |
2011-07-16 | nfsd41: check the size of request | Mi Jinlong | 1 | -0/+12 |
2011-07-16 | nfsd41: error out when client sets maxreq_sz or maxresp_sz too small | Mi Jinlong | 1 | -0/+27 |
2011-07-16 | nfsd4: fix file leak on open_downgrade | J. Bruce Fields | 1 | -23/+8 |
2011-07-16 | nfsd4: remember to put RW access on stateid destruction | J. Bruce Fields | 1 | -11/+6 |
2011-07-16 | NFSD: Added TEST_STATEID operation | Bryan Schumaker | 5 | -3/+145 |
2011-07-16 | NFSD: added FREE_STATEID operation | Bryan Schumaker | 4 | -2/+161 |
2011-07-16 | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 5 | -782/+0 |
2011-07-16 | NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUND | Benny Halevy | 1 | -0/+5 |
2011-06-20 | nfsd4: fix break_lease flags on nfsd open | J. Bruce Fields | 1 | -6/+9 |
2011-06-07 | nfsd: link returns nfserr_delay when breaking lease | Casey Bodley | 1 | -1/+3 |
2011-06-07 | nfsd: v4 support requires CRYPTO | Randy Dunlap | 1 | -0/+1 |
2011-06-06 | nfsd: fix dependency of nfsd on auth_rpcgss | J. Bruce Fields | 1 | -13/+6 |
2011-05-29 | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 9 | -48/+129 |
2011-05-18 | nfsd: make local functions static | Daniel Mack | 3 | -4/+4 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-04-30 | NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session() | Bryan Schumaker | 1 | -5/+2 |
2011-04-30 | NFSD: Check status from nfsd4_map_bcts_dir() | Bryan Schumaker | 1 | -2/+3 |
2011-04-30 | NFSD: Remove setting unused variable in nfsd_vfs_read() | Bryan Schumaker | 1 | -2/+0 |
2011-04-30 | nfsd41: error out on repeated RECLAIM_COMPLETE | Mi Jinlong | 1 | -5/+14 |
2011-04-30 | nfsd41: compare request's opcnt with session's maxops at nfsd4_sequence | Mi Jinlong | 1 | -0/+11 |
2011-04-30 | nfsd v4.1 lOCKT clientid field must be ignored | Andy Adamson | 1 | -2/+0 |
2011-04-30 | nfsd41: add flag checking for create_session | Mi Jinlong | 1 | -0/+3 |
2011-04-30 | nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly | Mi Jinlong | 4 | -8/+20 |
2011-04-30 | nfsd4: fix wrongsec handling for PUTFH + op cases | J. Bruce Fields | 2 | -11/+54 |
2011-04-20 | Open with O_CREAT flag set fails to open existing files on non writable direc... | Sachin Prabhu | 1 | -1/+8 |
2011-04-20 | nfsd4: Fix filp leak | OGAWA Hirofumi | 1 | -1/+1 |
2011-04-18 | nfsd4: fix struct file leak on delegation | J. Bruce Fields | 1 | -0/+1 |
2011-04-12 | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -4/+6 |
2011-04-11 | nfsd4: make fh_verify responsibility of nfsd_lookup_dentry caller | J. Bruce Fields | 2 | -6/+6 |
2011-04-11 | nfsd4: introduce OPDESC helper | J. Bruce Fields | 1 | -1/+6 |
2011-04-11 | nfsd4: allow fh_verify caller to skip pseudoflavor checks | J. Bruce Fields | 2 | -1/+2 |
2011-04-11 | nfsd: distinguish functions of NFSD_MAY_* flags | J. Bruce Fields | 2 | -1/+4 |
2011-04-10 | nfsd4: fix oops on lock failure | J. Bruce Fields | 1 | -3/+6 |
2011-04-07 | Merge branch 'for-2.6.39' into for-2.6.40 | J. Bruce Fields | 1 | -1/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -4/+4 |
2011-03-25 | nfsd: fix auth_domain reference leak on nlm operations | J. Bruce Fields | 1 | -1/+0 |
2011-03-24 | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 8 | -95/+125 |
2011-03-18 | don't pass 'mounting_here' flag to follow_down() | Al Viro | 1 | -1/+1 |
2011-03-17 | nfsd: wrong index used in inner loop | Mi Jinlong | 1 | -4/+1 |
2011-03-17 | Merge create_session decoding fix into for-2.6.39 | J. Bruce Fields | 3 | -9/+10 |
2011-03-17 | nfsd4: fix comment and remove unused nfsd4_file fields | J. Bruce Fields | 1 | -8/+4 |
2011-03-16 | nfs41: make sure nfs server return right ca_maxresponsesize_cached | Mi Jinlong | 1 | -1/+2 |
2011-03-15 | nfsd: fix compile error | J. Bruce Fields | 1 | -0/+4 |