aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-01-07nfsd4: better VERIFY commentGravatar J. Bruce Fields 1-2/+4
2014-01-07nfsd4: break only delegations when appropriateGravatar J. Bruce Fields 1-30/+0
2014-01-06NFSD: Fix a memory leak in nfsd4_create_sessionGravatar Kinglong Mee 1-8/+10
2014-01-06nfsd: get rid of unused function definitionGravatar Kinglong Mee 1-2/+0
2014-01-06Define op_iattr for nfsd4_open instead using macroGravatar Kinglong Mee 1-2/+1
2014-01-06NFSD: fix compile warning without CONFIG_NFSD_V3Gravatar Kinglong Mee 1-0/+4
2014-01-03NFSD: Don't start lockd when only NFSv4 is runningGravatar Kinglong Mee 2-5/+22
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerGravatar Kinglong Mee 1-0/+1
2014-01-03NFSD: fix bad length checking for backchannelGravatar Kinglong Mee 1-2/+7
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresGravatar Kinglong Mee 1-1/+1
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionGravatar Kinglong Mee 1-0/+2
2014-01-03nfsd: get rid of unused macro definitionGravatar Kinglong Mee 1-5/+0
2014-01-03nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrGravatar Kinglong Mee 1-9/+3
2014-01-03nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidGravatar Kinglong Mee 2-25/+2
2014-01-03nfsd: clean up an xdr reserved space calculationGravatar Kinglong Mee 1-1/+1
2014-01-02nfsd: get rid of unused function definitionGravatar Kinglong Mee 1-8/+0
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDGravatar Kinglong Mee 2-9/+18
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayGravatar Stanislav Kholmanskikh 1-2/+1
2013-12-11nfsd: don't try to reuse an expired DRC entry off the listGravatar Jeff Layton 1-32/+4
2013-12-10nfsd: start documenting some XDR handling functionsGravatar Christoph Hellwig 1-0/+19
2013-12-10nfsd: don't return high mode bitsGravatar Albert Fluegel 2-2/+2
2013-12-10nfsd: when reusing an existing repcache entry, unhash it firstGravatar Jeff Layton 1-1/+8
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsGravatar J. Bruce Fields 1-1/+2
2013-11-18nfsd: make sure to balance get/put_write_accessGravatar Christoph Hellwig 1-14/+15
2013-11-18nfsd: split up nfsd_setattrGravatar Christoph Hellwig 1-60/+84
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-77/+115
2013-11-14nfsd: export proper maximum file size to the clientGravatar Christoph Hellwig 1-1/+1
2013-11-13nfsd4: improve write performance with better sendspace reservationsGravatar J. Bruce Fields 1-0/+31
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+6
2013-11-09locks: break delegations on linkGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: break delegations on renameGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: introduce new FL_DELEG lock flagGravatar J. Bruce Fields 1-1/+1
2013-11-04Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"Gravatar J. Bruce Fields 1-1/+3
2013-11-01nfsd4: fix discarded security labels on setattrGravatar J. Bruce Fields 1-0/+1
2013-10-30NFSD: Add support for NFS v4.2 operation checkingGravatar Anna Schumaker 1-3/+5
2013-10-30nfsd4: nfsd_shutdown_net needs state lockGravatar J. Bruce Fields 1-1/+2
2013-10-30NFSD: Combine decode operations for v4 and v4.1Gravatar Anna Schumaker 1-58/+40
2013-10-29nfsd: -EINVAL on invalid anonuid/gid instead of silent failureGravatar J. Bruce Fields 1-0/+9
2013-10-29nfsd: return better errors to exportfsGravatar J. Bruce Fields 1-4/+11
2013-10-29nfsd: fh_update should error out in unexpected casesGravatar J. Bruce Fields 1-5/+3
2013-10-29nfsd4: need to destroy revoked delegations in destroy_clientGravatar Benny Halevy 1-0/+5
2013-10-29nfsd: no need to unhash_stid before freeGravatar Benny Halevy 1-5/+2
2013-10-28nfsd: remove_stid can be incorporated into nfs4_put_delegationGravatar Benny Halevy 1-3/+1
2013-10-28nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidGravatar Benny Halevy 1-1/+1
2013-10-28nfsd: nfs4_free_stidGravatar Benny Halevy 1-2/+7
2013-10-26nfsd: fix Kconfig syntaxGravatar Christoph Hellwig 1-1/+1
2013-10-24nfsd: switch to %p[dD]Gravatar Al Viro 5-37/+31
2013-10-02nfsd: switch to %p[dD]Gravatar Al Viro 5-37/+31
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+23