aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2013-08-072-4/+3
* nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields2013-08-071-0/+2
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-07-231-2/+3
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-173-8/+8
|\
| * nfsd4: fix minorversion support interfaceJ. Bruce Fields2013-07-123-8/+8
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-1110-103/+413
|\|
| * nfsd4: support minorversion 1 by defaultJ. Bruce Fields2013-07-081-1/+1
| * nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2013-07-082-10/+19
| * nfsd4: return delegation immediately if lease failsJ. Bruce Fields2013-07-011-1/+3
| * nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields2013-07-011-8/+1
| * nfsd4: delegation-based open reclaims should bypass permissionsJ. Bruce Fields2013-07-011-1/+2
| * nfsd4: minor read_buf cleanupJ. Bruce Fields2013-07-011-10/+14
| * nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-011-1/+1
| * nfsd4: clean up nfs4_open_delegationJ. Bruce Fields2013-07-011-44/+34
| * NFSD: Don't give out read delegations on createsSteve Dickson2013-07-011-0/+9
| * nfsd4: allow client to send no cb_sec flavorsJ. Bruce Fields2013-07-011-1/+5
| * nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields2013-07-011-0/+25
| * nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields2013-07-013-12/+87
| * svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-011-0/+3
| * nfsd: avoid undefined signed overflowJim Rees2013-05-211-1/+1
| * nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL caseJ. Bruce Fields2013-05-151-1/+3
| * NFSD: Server implementation of MAC LabelingDavid Quigley2013-05-157-10/+207
| * NFSDv4.2: Add NFS v4.2 support to the NFS serverSteve Dickson2013-05-132-1/+2
| * nfsd4: store correct client minorversion for >=4.2J. Bruce Fields2013-05-131-1/+1
| * nfsd: get rid of the unused functions in vfsZhao Hongjiang2013-05-131-5/+0
* | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-091-0/+6
|\|
| * NFS: Add NFSv4.2 protocol constantsSteve Dickson2013-05-131-0/+6
* | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-4/+4
* | [readdir] constify ->actorAl Viro2013-06-292-6/+8
* | [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-6/+8
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-292-5/+12
|/
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-102-9/+18
|\
| * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton2013-05-091-7/+5
| * nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-031-2/+13
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-0312-549/+708
|\|
| * NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever2013-04-301-6/+20
| * NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever2013-04-301-7/+1
| * nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun2013-04-301-1/+1
| * nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields2013-04-301-15/+5
| * Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-13/+11
| |\
| * | nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields2013-04-261-0/+1
| * | nfsd: fix EXDEV checking in renameJ. Bruce Fields2013-04-261-4/+2
| * | nfsd: Decode and send 64bit time valuesBryan Schumaker2013-04-231-14/+5
| * | nfsd4: put_client_renew_locked can be staticFengguang Wu2013-04-161-1/+1
| * | nfsd4: remove unused macroJ. Bruce Fields2013-04-161-19/+0
| * | nfsd4: remove some useless codefanchaoting2013-04-161-2/+1
| * | nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2013-04-162-8/+50
| * | nfsd4: clean up validate_stateidJ. Bruce Fields2013-04-091-5/+14
| * | nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields2013-04-093-24/+49
| * | nfsd4: fix forechannel attribute negotiationJ. Bruce Fields2013-04-091-67/+49