aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* fs: add i_blocksize()Fabian Frederick2017-06-141-2/+2
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-06-141-3/+10
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-082-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-082-8/+8
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-021-0/+36
* nfsd: special case truncates some moreChristoph Hellwig2017-03-111-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-111-17/+12
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-093-15/+13
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-09-241-23/+17
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-201-5/+20
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-201-12/+28
* nfsd: check permissions when setting ACLsBen Hutchings2016-07-273-27/+25
* nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin2016-07-271-3/+13
* nfsd: Always lock state exclusively.Oleg Drokin2016-07-272-21/+21
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-271-17/+1
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-04-121-0/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-04-121-5/+8
* nfsd: don't hold ls_mutex across a layout recallJeff Layton2015-12-161-1/+1
* nfsd: fix race with open / open upgrade stateidsAndrew Elble2015-11-101-25/+53
* nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble2015-11-101-10/+84
* nfsd: remove recurring workqueue job to clean DRCJeff Layton2015-11-101-26/+0
* nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton2015-10-233-39/+31
* nfsd: serialize layout stateid morphing operationsJeff Layton2015-10-233-4/+26
* nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields2015-10-231-8/+12
* nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields2015-10-231-2/+8
* nfsd: move include of state.h from trace.c to trace.hJeff Layton2015-10-232-2/+2
* nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton2015-10-126-20/+17
* nfsd: move svc_fh->fh_maxsize to just after fh_handleJeff Layton2015-10-121-1/+1
* nfsd: drop null test before destroy functionsJulia Lawall2015-10-121-4/+2
* nfsd: serialize state seqid morphing operationsJeff Layton2015-10-122-14/+38
* nfsd/blocklayout: accept any minlengthChristoph Hellwig2015-10-091-8/+0
* Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-072-16/+1
|\
| * pnfs: move common blocklayout XDR defintions to nfs4.hChristoph Hellwig2015-08-172-16/+1
* | nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble2015-09-021-0/+3
* | nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields2015-09-011-3/+4
* | nfsd: ensure that delegation stateid hash references are only put onceJeff Layton2015-08-311-9/+17
* | nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton2015-08-311-22/+36
* | nfsd: allow more than one laundry job to run at a timeJeff Layton2015-08-311-1/+1
* | nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker2015-08-311-4/+2
* | NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee2015-08-311-39/+56
* | NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee2015-08-313-12/+12
* | nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee2015-08-311-6/+7
* | nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee2015-08-311-14/+31
* | NFSD: Store parent's stat in a separate valueKinglong Mee2015-08-311-3/+10
* | nfsd: Fix two typos in commentsAndreas Gruenbacher2015-08-131-2/+2
* | lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-132-7/+9
* | nfsd: include linux/nfs4.h in export.hJeff Layton2015-08-131-0/+1
* | sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-70/+3