summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove include/linux/nfsd/const.hJ. Bruce Fields2011-08-271-0/+26
* | nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields2011-08-273-23/+2
* | nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields2011-08-271-1/+1
* | nfsd: clean up nfsd_mode_check()J. Bruce Fields2011-08-271-12/+18
* | nfsd: open-code special directory-hardlink checkJ. Bruce Fields2011-08-272-11/+4
* | nfsd4: clean up S_IS -> NF4 file type mappingJ. Bruce Fields2011-08-271-7/+14
* | nfsd4: return nfserr_symlink on v4 OPEN of non-regular fileJ. Bruce Fields2011-08-191-0/+21
* | nfsd4: fix seqid_mutating_errorJ. Bruce Fields2011-08-192-6/+12
* | nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert2011-08-161-1/+1
|/
* Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-2612-862/+449
|\
| * nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley2011-07-231-6/+12
| * locks: rename lock-manager opsJ. Bruce Fields2011-07-211-2/+2
| * nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-186-23/+54
| * nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields2011-07-183-10/+8
| * nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong2011-07-161-0/+9
| * nfsd41: check the size of requestMi Jinlong2011-07-161-0/+12
| * nfsd41: error out when client sets maxreq_sz or maxresp_sz too smallMi Jinlong2011-07-161-0/+27
| * nfsd4: fix file leak on open_downgradeJ. Bruce Fields2011-07-161-23/+8
| * nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields2011-07-161-11/+6
| * NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-165-3/+145
| * NFSD: added FREE_STATEID operationBryan Schumaker2011-07-164-2/+161
| * nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-165-782/+0
| * NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-161-0/+5
* | nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro2011-07-201-31/+21
|/
* nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields2011-06-201-6/+9
* nfsd: link returns nfserr_delay when breaking leaseCasey Bodley2011-06-071-1/+3
* nfsd: v4 support requires CRYPTORandy Dunlap2011-06-071-0/+1
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-13/+6
* Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-299-48/+129
|\
| * nfsd: make local functions staticDaniel Mack2011-05-183-4/+4
| * NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session()Bryan Schumaker2011-04-301-5/+2
| * NFSD: Check status from nfsd4_map_bcts_dir()Bryan Schumaker2011-04-301-2/+3
| * NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker2011-04-301-2/+0
| * nfsd41: error out on repeated RECLAIM_COMPLETEMi Jinlong2011-04-301-5/+14
| * nfsd41: compare request's opcnt with session's maxops at nfsd4_sequenceMi Jinlong2011-04-301-0/+11
| * nfsd v4.1 lOCKT clientid field must be ignoredAndy Adamson2011-04-301-2/+0
| * nfsd41: add flag checking for create_sessionMi Jinlong2011-04-301-0/+3
| * nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong2011-04-304-8/+20
| * nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields2011-04-302-11/+54
| * nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields2011-04-112-6/+6
| * nfsd4: introduce OPDESC helperJ. Bruce Fields2011-04-111-1/+6
| * nfsd4: allow fh_verify caller to skip pseudoflavor checksJ. Bruce Fields2011-04-112-1/+2
| * nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields2011-04-112-1/+4
| * Merge branch 'for-2.6.39' into for-2.6.40J. Bruce Fields2011-04-071-1/+0
| |\
* | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | | Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu2011-04-201-1/+8
* | | nfsd4: Fix filp leakOGAWA Hirofumi2011-04-191-1/+1
* | | nfsd4: fix struct file leak on delegationJ. Bruce Fields2011-04-181-0/+1
* | | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-04-122-4/+6
|\ \ \
| * | | nfsd4: fix oops on lock failureJ. Bruce Fields2011-04-101-3/+6
| | |/ | |/|