summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfsd4: fix forechannel attribute negotiationJ. Bruce Fields2013-04-091-67/+49Star
| * | 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/+1Star
| * | 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/+0Star
| * | 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/+43Star
| * | 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/+3Star
| * | 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/+5Star
| * | 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/+10Star
| * | nfsd4: clientid lookup cleanupJ. Bruce Fields2013-04-031-12/+12
| * | nfsd4: destroy_clientid simplificationJ. Bruce Fields2013-04-031-7/+1Star
| * | nfsd4: remove some dprintk'sJ. Bruce Fields2013-04-031-8/+1Star
| * | nfsd4: STALE_STATEID cleanupJ. Bruce Fields2013-04-031-15/+6Star
| * | 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/+0Star
| * | nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields2013-04-031-1/+1
| * | nfsd4: fix race on client shutdownJ. Bruce Fields2013-04-033-7/+8
| * | nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields2013-04-033-1/+28
| * | nfsd4: remove BUG_ONJ. Bruce Fields2013-04-031-6/+3Star
| * | nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton2013-04-031-15/+29
| * | nfsd: keep stats on worst hash balancing seen so farJeff Layton2013-04-031-4/+27
| * | nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-033-0/+35
| * | nfsd: track memory utilization by the DRCJeff Layton2013-04-031-5/+17
| * | nfsd: break out comparator into separate functionJeff Layton2013-04-031-11/+35
| * | nfsd: eliminate one of the DRC cache searchesJeff Layton2013-04-031-22/+19Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-2/+2
|\ \ \
| * | | constify a bunch of struct file_operations instancesAl Viro2013-04-091-2/+2
* | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-301-13/+11Star
|\ \ \ \ | | |_|/ | |/| |
| * | | SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-291-13/+11Star
* | | | nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton2013-04-301-6/+1Star
| |_|/ |/| |
* | | nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-03-261-1/+1
| |/ |/|
* | nfsd: fix bad offset useKent Overstreet2013-03-221-1/+2
* | nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-181-4/+4
* | nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-181-1/+2
* | nfsd: convert to idr_alloc()Tejun Heo2013-03-131-3/+2Star
* | nfsd: remove unused get_new_stid()Tejun Heo2013-03-131-31/+0Star
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-0112-190/+437
|\