aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-08-071-8/+11
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-141-2/+6
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-12-141-1/+2
* nfsd: Fix ACL null pointer derefSergio Gelato2014-11-051-0/+3
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-08-062-10/+12
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-07-111-1/+1
* nfsd4: use recall_lock for delegation hashingBenny Halevy2014-07-111-6/+14
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-111-2/+2
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-091-0/+4
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-091-2/+9
* NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-06-091-8/+9
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-091-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-091-12/+12
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-05-181-1/+3
* nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-04-301-1/+2
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-04-301-0/+9
* nfsd: Add fh_{want,drop}_write()Ben Hutchings2014-04-301-0/+10
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-04-301-0/+6
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-04-301-0/+2
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2014-01-031-1/+1
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2014-01-031-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2014-01-031-60/+84
* nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2013-11-282-2/+15
* nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert2013-11-281-8/+10
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-021-2/+3
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-271-1/+1
* nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-301-2/+13
* nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-131-14/+5
* nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-131-7/+1
* nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-05-131-4/+4
* nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-04-101-1/+1
* nfsd: Fix memleakmajianpeng2013-03-061-0/+2
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-01-031-1/+10
* nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2013-01-032-5/+13
* nfsd: fix v4 reply cachingJ. Bruce Fields2013-01-031-1/+1
* nfs: fix wrong object type in lockowner_slabYanchuan Nian2013-01-031-1/+1
* nfsd: add get_uint for u32'sJ. Bruce Fields2012-11-161-3/+3
* nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-10-301-0/+1
* nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields2012-08-101-1/+1
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-05-112-5/+5
* nfsd: fix compose_entry_fh() failure exitsAl Viro2012-05-111-14/+8
* nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro2012-05-111-1/+1
* nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-05-111-14/+9
* nfsd: fix b0rken error value for setattr on read-only mountAl Viro2012-05-111-3/+4
* nfsd: Fix oops when parsing a 0 length exportSasha Levin2012-01-251-1/+1
* nfsd4: fix lockowner matchingJ. Bruce Fields2012-01-251-2/+15
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-312-0/+2
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-041-0/+2
|\ \