summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2009-03-18nfsd4: support putpubfh operationJ. Bruce Fields2-2/+2
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw4-11/+17
2009-03-18NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op...Benny Halevy1-1/+1
2009-03-18nfsd4: move rpc_client setup to a separate functionJ. Bruce Fields1-8/+21
2009-03-18nfsd4: fix do_probe_callback errorsJ. Bruce Fields1-8/+7
2009-03-18nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields2-26/+23
2009-03-18nfsd4: put_nfs4_client does not require state lockJ. Bruce Fields1-1/+1
2009-03-18nfsd4: rename io_during_grace_disallowedJ. Bruce Fields1-2/+2
2009-03-18nfsd4: remove unused CHECK_FH flagJ. Bruce Fields2-4/+4
2009-03-18nfsd4: fail when delegreturn gets a non-delegation stateidJ. Bruce Fields1-2/+1
2009-03-18nfsd4: separate delegreturn case from preprocess_stateid_opJ. Bruce Fields1-12/+28
2009-03-18nfsd4: add a helper function to decide if stateid is delegationJ. Bruce Fields1-1/+6
2009-03-18nfsd4: remove some dprintk'sJ. Bruce Fields1-9/+2
2009-03-18nfsd4: remove unneeded local variableJ. Bruce Fields1-5/+2
2009-03-18nfsd4: remove redundant "if" in nfs4_preprocess_stateid_opJ. Bruce Fields1-11/+8
2009-03-18nfsd4: move check_stateid_generation checkJ. Bruce Fields1-3/+6
2009-03-18nfsd4: trivial preprocess_stateid_op cleanupJ. Bruce Fields1-6/+8
2009-03-18nfsd(v2/v3): fix the failure of creation from HPUX clientwengang wang1-0/+19
2009-03-18nfsd: lock state around put client and delegation in nfsd4_cb_recallAlexandros Batsakis1-1/+2
2009-03-18nfsd4: use helper for copying delegation filehandleJ. Bruce Fields2-5/+3
2009-03-18nfsd4: use helper for copying filehandles for replayJ. Bruce Fields1-11/+6
2009-03-18nfsd4: fix misplaced commentJ. Bruce Fields1-1/+1
2009-03-18nfsd: clarify exclusive create bitmask result.J. Bruce Fields1-3/+5
2009-03-18nfsd : Define NFSD only when FILE_LOCKING is enabledManish Katiyar1-0/+1
2009-03-18NFSD: cleanup for nfs3proc.cQinghuang Feng1-2/+3
2009-03-18nfsd4: split open/lockowner release codeJ. Bruce Fields1-23/+34
2009-03-18nfsd4: remove a forward declarationJ. Bruce Fields1-43/+42
2009-03-18nfsd4: split lockstateid/openstateid release logicJ. Bruce Fields1-23/+32
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-1/+4
2009-01-27nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton1-1/+0
2009-01-27nfsd: fix cred leak on every rpcJ. Bruce Fields1-0/+1
2009-01-27nfsd: fix null dereference on error pathJ. Bruce Fields1-0/+2
2009-01-22fs/Kconfig: move nfsd outAlexey Dobriyan1-0/+80
2009-01-07nfsd: last_byte_offsetBenny Halevy1-16/+26
2009-01-07nfsd: delete wrong file comment from nfsd/nfs4xdr.cMarc Eshel1-2/+0
2009-01-07nfsd: git rid of nfs4_cb_null_ops declarationBenny Halevy1-3/+0
2009-01-07nfsd: dprint each op status in nfsd4_proc_compoundBenny Halevy1-0/+5
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand1-0/+1
2009-01-07NFSD: FIDs need to take precedence over UUIDsSteve Dickson1-3/+3
2009-01-07nfsd: fix double-locks of directory mutexJ. Bruce Fields1-3/+31
2009-01-07CRED: Fix NFSD regressionDavid Howells1-2/+2
2009-01-07nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields1-10/+20
2009-01-06NFSD: Add documenting comments for nfsctl interfaceChuck Lever1-16/+437
2009-01-06NFSD: Replace open-coded integer with macroChuck Lever1-2/+2
2009-01-06NFSD: Fix a handful of coding style issues in write_filehandle()Chuck Lever1-3/+6
2009-01-06NFSD: clean up failover sysctl function namingChuck Lever1-7/+6
2009-01-06nfsd: Fix leaked memory in nfs4_make_rec_clidnameKrishna Kumar1-1/+1
2009-01-06nfsd: Minor cleanup of find_stateidKrishna Kumar1-3/+4
2009-01-06nfsd: update fh_verify descriptionJ. Bruce Fields1-6/+24