summaryrefslogtreecommitdiff
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-0213-1327/+1645
| |\ \ | | |/
| * | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-0/+2
* | | nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy2011-11-011-1/+1
| |/ |/|
* | nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-244-2/+61
* | nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy2011-10-241-1/+1
* | nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy2011-10-241-0/+2
* | nfsd4: seq->status_flags may be used unitializedBenny Halevy2011-10-241-2/+4
* | nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy2011-10-243-1/+18
* | nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-193-14/+24
* | nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields2011-10-191-6/+0
* | nfsd4: warn on open failure after createJ. Bruce Fields2011-10-174-6/+8
* | nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2011-10-172-29/+21
* | nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2011-10-172-41/+39
* | nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2011-10-172-24/+37
* | nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-174-2/+21
* | nfsd4: simplify process_open1 logicJ. Bruce Fields2011-10-171-14/+8
* | nfsd4: make is_open_owner booleanJ. Bruce Fields2011-10-171-1/+1
* | nfsd4: centralize renew_client() callsJ. Bruce Fields2011-10-171-13/+10
* | nfsd4: typo logical vs bitwise negateDan Carpenter2011-10-171-1/+1
* | nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2011-10-112-3/+5
* | nfsd4: move name-length checks to xdrJ. Bruce Fields2011-10-113-39/+33
* | nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-112-39/+73
* | nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-10-101-0/+2
* | nfsd4: cleanup state.h commentsJ. Bruce Fields2011-10-101-37/+8
* | nfsd4: clean up downgrading codeJ. Bruce Fields2011-10-102-12/+27
* | nfsd4: fix state lock usage in LOCKUJ. Bruce Fields2011-10-101-1/+2
* | nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-263-65/+54