aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01nfsd4: minor read_buf cleanupJ. Bruce Fields1-10/+14
2013-07-01nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-07-01nfsd4: clean up nfs4_open_delegationJ. Bruce Fields1-44/+34
2013-07-01NFSD: Don't give out read delegations on createsSteve Dickson1-0/+9
2013-07-01nfsd4: allow client to send no cb_sec flavorsJ. Bruce Fields1-1/+5
2013-07-01nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields1-0/+25
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields3-12/+87
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields1-0/+3
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-4/+4
2013-06-29[readdir] constify ->actorAl Viro2-6/+8
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-6/+8
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro2-5/+12
2013-05-21nfsd: avoid undefined signed overflowJim Rees1-1/+1
2013-05-15nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL caseJ. Bruce Fields1-1/+3
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley7-10/+207
2013-05-13NFSDv4.2: Add NFS v4.2 support to the NFS serverSteve Dickson2-1/+2
2013-05-13nfsd4: store correct client minorversion for >=4.2J. Bruce Fields1-1/+1
2013-05-13nfsd: get rid of the unused functions in vfsZhao Hongjiang1-5/+0
2013-05-13NFS: Add NFSv4.2 protocol constantsSteve Dickson1-0/+6
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-549/+708
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-04-30NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever1-6/+20
2013-04-30NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever1-7/+1
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun1-1/+1
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields1-15/+5
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-13/+11
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton1-6/+1
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10J. Bruce Fields1-13/+11
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields1-0/+1
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields1-4/+2
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-04-16nfsd4: put_client_renew_locked can be staticFengguang Wu1-1/+1
2013-04-16nfsd4: remove unused macroJ. Bruce Fields1-19/+0
2013-04-16nfsd4: remove some useless codefanchaoting1-2/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2-8/+50
2013-04-09nfsd4: clean up validate_stateidJ. Bruce Fields1-5/+14
2013-04-09nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields3-24/+49
2013-04-09nfsd4: fix forechannel attribute negotiationJ. Bruce Fields1-67/+49
2013-04-09nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields1-5/+9
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-2/+2
2013-04-09nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-04-09nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields1-1/+8
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields1-12/+16
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2-5/+5
2013-04-09nfsd4: remove some redundant commentsJ. Bruce Fields1-6/+0
2013-04-09nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields5-56/+43