summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-01nfsd4: don't allow reclaims of expired clientsJ. Bruce Fields1-8/+10
2012-10-01nfsd4: remove redundant callback probeJ. Bruce Fields1-3/+1
2012-10-01nfsd4: expire old client earlierJ. Bruce Fields1-10/+7
2012-10-01nfsd4: separate session allocation and initializationJ. Bruce Fields1-23/+23
2012-10-01nfsd4: clean up session allocationJ. Bruce Fields1-12/+20
2012-10-01nfsd4: minor free_session cleanupJ. Bruce Fields1-10/+9
2012-10-01nfsd4: new_conn_from_crses should only allocateJ. Bruce Fields1-16/+10
2012-10-01nfsd4: separate connection allocation and initializationJ. Bruce Fields1-10/+15
2012-10-01nfsd4: reject bad forechannel attrs earlierJ. Bruce Fields1-4/+2
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields3-22/+31
2012-10-01nfsd4: set cl_minorversion at create timeJ. Bruce Fields1-10/+1
2012-10-01nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields1-1/+17
2012-09-25nfsd4: fix bind_conn_to_session xdr commentJ. Bruce Fields1-1/+1
2012-09-10nfsd4: cast readlink() bug argumentJ. Bruce Fields1-1/+1
2012-09-10NFSD: pass null terminated buf to kstrtouint()Malahal Naineni1-1/+1
2012-09-10nfsd: remove duplicate init in nfsd4_cb_recallNamjae Jeon1-1/+0
2012-09-10nfsd4: eliminate redundant nfs4_free_stateidJ. Bruce Fields1-6/+1
2012-09-10fs/nfsd/nfs4idmap.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-10nfsd: remove unused listener-removal interfacesJ. Bruce Fields3-132/+0
2012-09-10nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-08-21nfsd: document kernel interfaces for nfsd configurationJ. Bruce Fields1-0/+41
2012-08-21svcrpc: split up svc_handle_xprtJ. Bruce Fields1-22/+25
2012-08-21svcrpc: break up svc_recvJ. Bruce Fields1-36/+67
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields3-26/+20
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields3-40/+5
2012-08-21svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2-4/+4
2012-08-21svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2-4/+1
2012-08-21svcrpc: minor udp code cleanupJ. Bruce Fields1-4/+5
2012-08-21nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields1-1/+1
2012-08-21nfsd: remove redundant "port" argumentJ. Bruce Fields3-9/+9
2012-08-21svcrpc: share some setup of listening socketsJ. Bruce Fields3-11/+12
2012-08-21svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields1-1/+1
2012-08-21svcrpc: clean up control flowJ. Bruce Fields1-35/+34
2012-08-21svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields1-18/+22
2012-08-21svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields1-9/+15
2012-08-21knfsd: don't allocate file_locks on the stackJeff Layton1-42/+76
2012-08-21knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton1-1/+0
2012-08-21nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields1-1/+1
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker1-2/+2
2012-08-20nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields1-1/+1
2012-08-20nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields2-2/+2
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields1-2/+1
2012-08-20nfsd: trivial comment updatesJeff Layton2-10/+1
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton1-3/+3
2012-08-20svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-08-20svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-08-20svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields2-3/+2
2012-08-16Linux 3.6-rc2v3.6-rc2Linus Torvalds1-1/+1
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent1-18/+13