Commit Graph

98 Commits (e795b71799ff0b27365020c9ddaa25d0d83f99c8)

Author SHA1 Message Date
Andy Adamson 4a19de0f4b NFS rename client back channel transport field 14 years ago
Andy Adamson 1f11a034cd SUNRPC new transport for the NFSv4.1 shared back channel 14 years ago
Andy Adamson 4b5b3ba16b SUNRPC move svc_drop to caller of svc_process_common 14 years ago
J. Bruce Fields 9e701c6109 svcrpc: simpler request dropping 14 years ago
NeilBrown 1ebede86b8 sunrpc: close connection when a request is irretrievably lost. 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
H Hartley Sweeten 72c3368856 nodemask.h: remove macro any_online_node 15 years ago
Andy Adamson ba17686f62 nfs41 do not allocate unused back channel pages 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Benny Halevy 8f97524235 nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks 16 years ago
Andy Adamson 9c9f3f5fa6 nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use 16 years ago
Ricardo Labiaga 4d6bbb6233 nfs41: Backchannel bc_svc_process() 16 years ago
Ricardo Labiaga 1cad7ea6fe nfs41: Refactor svc_process() 16 years ago
Christoph Lameter 62bc62a873 page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths 16 years ago
Andy Adamson 2f425878b6 nfsd: don't use the deferral service, return NFS4ERR_DELAY 16 years ago
Rusty Russell aa85ea5b89 cpumask: use new cpumask_ functions in core code. 16 years ago
Chuck Lever 363f724cdd SUNRPC: rpcb_register() should handle errors silently 16 years ago
Chuck Lever cadc0fa534 SUNRPC: Simplify kernel RPC service registration 16 years ago
Chuck Lever d5a8620f7c SUNRPC: Simplify svc_unregister() 16 years ago
Chuck Lever ba5c35e0c7 SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers 16 years ago
Chuck Lever 49a9072f29 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() 16 years ago
Chuck Lever 4b62e58ccc SUNRPC: Pass a family argument to svc_register() 16 years ago
ideawu abd91ee979 sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process 16 years ago
Rusty Russell a70f730282 cpumask: replace node_to_cpumask with cpumask_of_node. 16 years ago
Trond Myklebust 24c3767e41 SUNRPC: The sunrpc server code should not be used by out-of-tree modules 16 years ago
Chuck Lever f6fb3f6f59 SUNRPC: Fix up svc_unregister() 17 years ago
Chuck Lever 2c7eb0b206 SUNRPC: Register both netids for AF_INET6 servers 17 years ago
Chuck Lever a26cfad6e0 SUNRPC: Support IPv6 when registering kernel RPC services 17 years ago
Chuck Lever 7252d575ab SUNRPC: Split portmap unregister API into separate function 17 years ago
Chuck Lever 14aeb2118d SUNRPC: Simplify rpcb_register() API 17 years ago
Chuck Lever e851db5b05 SUNRPC: Add address family field to svc_serv data structure 17 years ago
Mike Travis 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
Mike Travis 65c0118453 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr 17 years ago
Jeff Layton a75c5d01e4 sunrpc: remove sv_kill_signal field from svc_serv struct 17 years ago
Jeff Layton 9867d76ca1 knfsd: convert knfsd to kthread API 17 years ago
Neil Brown bedbdd8bad knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking. 17 years ago
Mike Travis 3f9b48a758 net: Pass reference to cpumask variable in net/sunrpc/svc.c 17 years ago
Huang Weiyi 625fc3a375 Remove duplicated include in net/sunrpc/svc.c 17 years ago
Chuck Lever 0dc220f081 SUNRPC: Use unsigned loop and array index in svc_init_buffer() 17 years ago
Chuck Lever 50c8bb13ea SUNRPC: Use unsigned index when looping over arrays 17 years ago
Jeff Layton 8774282c4c SUNRPC: remove svc_create_thread() 17 years ago
Andrew Morton c3bb257d2d net/sunrpc/svc.c: suppress unintialized var warning 17 years ago
Harshula Jayasuriya dd35210e1e sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS 17 years ago
Mike Travis c5f59f0833 nodemask: use new node_to_cpumask_ptr function 17 years ago
Chuck Lever ea339d46b9 SUNRPC: RPC program information is stored in unsigned integers 17 years ago
Trond Myklebust d2f7e79e3b SUNRPC: Move exported symbol definitions after function declaration part 2 17 years ago
Jeff Layton 0113ab3464 SUNRPC: spin svc_rqst initialization to its own function 17 years ago
Tom Tucker 7a18208383 svc: Make close transport independent 17 years ago
Tom Tucker e831fe65b1 svc: Add xpo_prep_reply_hdr 17 years ago
Tom Tucker 490231558e svc: Add a max payload value to the transport 17 years ago