summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-01-03nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+1
2014-01-03nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2014-01-03nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-28nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2-2/+15
2013-11-28nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2013-08-03nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2013-07-27nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-05-30nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-05-13nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-05-13nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-05-13nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-10nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-03-06nfsd: Fix memleakmajianpeng1-0/+2
2013-01-03nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-03nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2013-01-03nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2013-01-03nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
2012-11-16nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-10-31nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-08-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-05-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2-5/+5
2012-05-11nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-05-11nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-05-11nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-05-11nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-01-26nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2012-01-26nfsd4: fix lockowner matchingJ. Bruce Fields1-2/+15
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2011-11-03Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust13-1327/+1645
2011-11-02nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy1-1/+1
2011-11-01fs: add module.h to files that were implicitly using itPaul Gortmaker2-0/+2
2011-11-01fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-0/+2
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong4-2/+61
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy1-1/+1
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy1-0/+2
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy1-2/+4
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy3-1/+18
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields3-14/+24
2011-10-19nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields1-6/+0
2011-10-18nfsd4: warn on open failure after createJ. Bruce Fields4-6/+8
2011-10-18nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2-29/+21
2011-10-18nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2-41/+39
2011-10-18nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2-24/+37
2011-10-18nfsd4: clean up open owners on OPEN failureJ. Bruce Fields4-2/+21
2011-10-18nfsd4: simplify process_open1 logicJ. Bruce Fields1-14/+8
2011-10-18nfsd4: make is_open_owner booleanJ. Bruce Fields1-1/+1
2011-10-18nfsd4: centralize renew_client() callsJ. Bruce Fields1-13/+10
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter1-1/+1