summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-4/+4
* [readdir] constify ->actorAl Viro2013-06-292-6/+8
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-6/+8
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-292-5/+12
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-102-9/+18
|\
| * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton2013-05-091-7/+5
| * nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-031-2/+13
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-0312-549/+708
|\|
| * NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever2013-04-301-6/+20
| * NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever2013-04-301-7/+1
| * nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun2013-04-301-1/+1
| * nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields2013-04-301-15/+5
| * Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-13/+11
| |\
| * | nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields2013-04-261-0/+1
| * | nfsd: fix EXDEV checking in renameJ. Bruce Fields2013-04-261-4/+2
| * | nfsd: Decode and send 64bit time valuesBryan Schumaker2013-04-231-14/+5
| * | nfsd4: put_client_renew_locked can be staticFengguang Wu2013-04-161-1/+1
| * | nfsd4: remove unused macroJ. Bruce Fields2013-04-161-19/+0
| * | nfsd4: remove some useless codefanchaoting2013-04-161-2/+1
| * | nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2013-04-162-8/+50
| * | nfsd4: clean up validate_stateidJ. Bruce Fields2013-04-091-5/+14
| * | nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields2013-04-093-24/+49
| * | nfsd4: fix forechannel attribute negotiationJ. Bruce Fields2013-04-091-67/+49
| * | nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields2013-04-091-5/+9
| * | nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-04-091-7/+1
| * | nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields2013-04-091-1/+8
| * | nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields2013-04-091-12/+16
| * | nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2013-04-092-5/+5
| * | nfsd4: remove some redundant commentsJ. Bruce Fields2013-04-091-6/+0
| * | nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-1/+1
| * | nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields2013-04-085-56/+43
| * | nfsd4: remove unused nfs4_check_deleg argumentJ. Bruce Fields2013-04-041-2/+2
| * | nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields2013-04-042-8/+8
| * | nfsd4: shut down more of delegation earlierJ. Bruce Fields2013-04-041-6/+7
| * | nfsd4: minor cb_recall simplificationJ. Bruce Fields2013-04-041-5/+3
| * | nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting2013-04-031-1/+3
| * | nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-04-031-4/+4
| * | nfsd: convert the file_hashtbl to a hlistJeff Layton2013-04-032-11/+5
| * | nfsd4: don't destroy in-use sessionJ. Bruce Fields2013-04-032-33/+43
| * | nfsd4: don't destroy in-use clientsJ. Bruce Fields2013-04-033-97/+131
| * | nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields2013-04-031-14/+14
| * | nfsd4: fix destroy_session raceJ. Bruce Fields2013-04-031-16/+10
| * | nfsd4: clientid lookup cleanupJ. Bruce Fields2013-04-031-12/+12
| * | nfsd4: destroy_clientid simplificationJ. Bruce Fields2013-04-031-7/+1
| * | nfsd4: remove some dprintk'sJ. Bruce Fields2013-04-031-8/+1
| * | nfsd4: STALE_STATEID cleanupJ. Bruce Fields2013-04-031-15/+6
| * | nfsd4: warn on odd create_session stateJ. Bruce Fields2013-04-031-0/+2
| * | nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com2013-04-031-0/+1
| * | nfsd: remove unused macro in nfsv4Yanchuan Nian2013-04-031-1/+0
| * | nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields2013-04-031-1/+1