summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2014-12-14nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust
2014-12-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields
2014-11-05nfsd: Fix ACL null pointer derefSergio Gelato
2014-08-06nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-07-11nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields
2014-07-11nfsd4: use recall_lock for delegation hashingBenny Halevy
2014-07-11nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig
2014-06-09nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields
2014-06-09nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields
2014-06-09NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee
2014-06-09NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust
2014-06-09NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust
2014-05-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton
2014-04-30nfsd4: fix setclientid encode sizeJ. Bruce Fields
2014-04-30nfsd: notify_change needs elevated write countJ. Bruce Fields
2014-04-30nfsd: Add fh_{want,drop}_write()Ben Hutchings
2014-04-30nfsd4: session needs room for following op to error outJ. Bruce Fields
2014-04-30nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields
2014-01-03nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields
2014-01-03nfsd: make sure to balance get/put_write_accessChristoph Hellwig
2014-01-03nfsd: split up nfsd_setattrChristoph Hellwig
2013-11-28nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert
2013-11-28nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert
2013-08-02nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya
2013-07-27nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields
2013-05-30nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields
2013-05-13nfsd: Decode and send 64bit time valuesBryan Schumaker
2013-05-13nfsd4: don't close read-write opens too soonJ. Bruce Fields
2013-05-13nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting
2013-04-10nfsd4: reject "negative" acl lengthsJ. Bruce Fields
2013-03-06nfsd: Fix memleakmajianpeng
2013-01-03nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2013-01-03nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2013-01-03nfsd: fix v4 reply cachingJ. Bruce Fields
2013-01-03nfs: fix wrong object type in lockowner_slabYanchuan Nian
2012-11-16nfsd: add get_uint for u32'sJ. Bruce Fields
2012-10-30nfsd4: fix nfs4 stateid leakJ. Bruce Fields
2012-08-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields
2012-05-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields
2012-05-11nfsd: fix compose_entry_fh() failure exitsAl Viro
2012-05-11nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro
2012-05-11nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro
2012-05-11nfsd: fix b0rken error value for setattr on read-only mountAl Viro
2012-01-25nfsd: Fix oops when parsing a 0 length exportSasha Levin
2012-01-25nfsd4: fix lockowner matchingJ. Bruce Fields
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker