aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus 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-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust13-1327/+1645
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy1-1/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker2-0/+2
2011-10-31fs: 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_WHEN_UNCONTENDEDBenny 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-17nfsd4: warn on open failure after createJ. Bruce Fields4-6/+8
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2-29/+21
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2-41/+39
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2-24/+37
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields4-2/+21
2011-10-17nfsd4: simplify process_open1 logicJ. Bruce Fields1-14/+8
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields1-1/+1
2011-10-17nfsd4: centralize renew_client() callsJ. Bruce Fields1-13/+10
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter1-1/+1
2011-10-11nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2-3/+5
2011-10-11nfsd4: move name-length checks to xdrJ. Bruce Fields3-39/+33
2011-10-11nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2-39/+73
2011-10-10nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields1-0/+2
2011-10-10nfsd4: cleanup state.h commentsJ. Bruce Fields1-37/+8
2011-10-10nfsd4: clean up downgrading codeJ. Bruce Fields2-12/+27
2011-10-10nfsd4: fix state lock usage in LOCKUJ. Bruce Fields1-1/+2
2011-09-26nfsd4: look up stateid's per clientidJ. Bruce Fields3-65/+54
2011-09-26nfsd4: assume test_stateid always has sessionJ. Bruce Fields4-6/+5
2011-09-26nfsd4: use idr for stateid'sJ. Bruce Fields2-52/+73
2011-09-26nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields3-27/+31
2011-09-20nfsd4: make op_cacheresult another flagJ. Bruce Fields1-25/+25
2011-09-20nfsd4: fix open downgrade, againJ. Bruce Fields1-3/+11
2011-09-19nfsd4: hash closed stateid's like any otherJ. Bruce Fields2-49/+56
2011-09-19nfsd4: construct stateid from clientid and counterJ. Bruce Fields2-58/+18
2011-09-17nfsd4: simplify free_stateidJ. Bruce Fields1-51/+15
2011-09-17nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields3-7/+44
2011-09-16nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields3-15/+16
2011-09-16nfsd41: try to check reply size before operationMi Jinlong3-37/+248
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong1-15/+1
2011-09-13NFSD: Add a cache for fs_locations informationTrond Myklebust2-0/+25
2011-09-13NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-11/+0
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust2-30/+80
2011-09-13nfsd4: better stateid hashingJ. Bruce Fields1-4/+4
2011-09-13nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields1-14/+10
2011-09-13nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields1-18/+16
2011-09-13nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2-66/+51