summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-131-0/+1
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-07-031-2/+3
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-071-2/+5
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-071-0/+8
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-081-0/+36
* nfsd: work around a gcc-5.1 warningArnd Bergmann2017-04-301-2/+1
* nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2016-12-232-38/+50
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-223-27/+25
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-121-17/+1
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-04-181-0/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-04-181-5/+8
* nfsd: serialize state seqid morphing operationsJeff Layton2016-01-212-13/+37
* nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton2015-08-271-6/+6
* nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig2015-08-271-45/+53
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-08-271-5/+6
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-06-101-10/+11
* nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-05-171-0/+2
* nfsd4: fix READ permission checkingJ. Bruce Fields2015-05-171-4/+8
* nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields2015-04-231-1/+1
* nfsd: return correct openowner when there is a race to put one in the hashJeff Layton2015-04-231-1/+1
* nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble2015-03-231-1/+1
* nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton2015-01-161-1/+1
* nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2015-01-161-1/+1
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-161-0/+3
* fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2015-01-161-8/+7
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-11-191-2/+6
* nfsd: correctly define v4.2 support attributesChristoph Hellwig2014-11-191-3/+6
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-10-231-1/+2
* nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields2014-10-211-1/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\ \
| * \ Merge commit 'v3.16' into nextJames Morris2014-10-011-1/+3
| |\ \
| * | | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-1/+1
* | | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-112-46/+59
|\ \ \ \
| * | | | locks: give lm_break a return valueJeff Layton2014-10-071-8/+9
| * | | | locks: move freeing of leases outside of i_lockJeff Layton2014-10-071-3/+3
| * | | | locks: define a lm_setup handler for leasesJeff Layton2014-10-071-4/+2
| * | | | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-2/+2
| * | | | nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2014-10-072-10/+4
| * | | | locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2014-10-071-1/+1
| * | | | nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton2014-10-071-2/+5
| * | | | NFSD: Get reference of lockowner when coping file_lockKinglong Mee2014-09-091-4/+21
| * | | | NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee2014-09-091-16/+16
* | | | | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-0817-314/+662
|\ \ \ \ \