summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2017-08-30nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-06-14nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-05-08nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-04-30nfsd: work around a gcc-5.1 warningArnd Bergmann1-2/+1
2016-12-23nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2-38/+50
2016-08-22nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-07-12nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1
2016-04-18nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-04-18nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-01-21nfsd: serialize state seqid morphing operationsJeff Layton2-13/+37
2015-08-27nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-08-27nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+53
2015-08-27nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-06-10nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-05-18nfsd4: disallow SEEK with special stateidsJ. Bruce Fields1-0/+2
2015-05-18nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-04-23nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-04-23nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-03-24nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-01-16nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2015-01-16nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-11-19nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-10-23nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-10-21nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-46/+59
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-314/+662
2014-10-07locks: give lm_break a return valueJeff Layton1-8/+9
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+3
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-4/+2
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-2/+2
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton1-1/+1
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton3-7/+4
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-09-30Merge commit 'v3.16' into nextJames Morris1-1/+3
2014-09-29NFSD: Implement SEEKAnna Schumaker3-2/+97
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-27nfsd: introduce nfsd4_callback_opsChristoph Hellwig3-71/+83
2014-09-27nfsd: split nfsd4_callback initialization and useChristoph Hellwig3-12/+13
2014-09-27nfsd: introduce a generic nfsd4_cbChristoph Hellwig3-35/+22
2014-09-27nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2-9/+9
2014-09-27nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy1-3/+0
2014-09-27nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig1-10/+7
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0