Commit Graph

1426 Commits (5f6e8da70a289d403975907371ce5738c726ad3f)

Author SHA1 Message Date
Trond Myklebust 6650239a4b NFS: Don't use vm_map_ram() in readdir 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Nick Piggin fe15ce446b fs: change d_delete semantics 14 years ago
Andy Adamson 4a19de0f4b NFS rename client back channel transport field 14 years ago
Andy Adamson 2c2618c6f2 NFS associate sessionid with callback connection 14 years ago
Andy Adamson 16b2d1e1d1 SUNRPC register and unregister the back channel transport 14 years ago
Andy Adamson 1f11a034cd SUNRPC new transport for the NFSv4.1 shared back channel 14 years ago
Andy Adamson 71e161a6a9 SUNRPC fix bc_send print 14 years ago
Andy Adamson 4b5b3ba16b SUNRPC move svc_drop to caller of svc_process_common 14 years ago
Trond Myklebust beb0f0a9fb kernel panic when mount NFSv4 14 years ago
Joe Perches b3bcedadf2 net/sunrpc/clnt.c: Convert sprintf_symbol to %ps 14 years ago
Chuck Lever bf2695516d SUNRPC: New xdr_streams XDR decoder API 14 years ago
Chuck Lever 9f06c719f4 SUNRPC: New xdr_streams XDR encoder API 14 years ago
Chuck Lever 1ac7c23e4a SUNRPC: Determine value of "nrprocs" automatically 14 years ago
Chuck Lever 4129ccf303 SUNRPC: Avoid return code checking in rpcbind XDR encoder functions 14 years ago
Tejun Heo afe2c511fb workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() 14 years ago
NeilBrown ed2849d3ec sunrpc: prevent use-after-free on clearing XPT_BUSY 14 years ago
Trond Myklebust 5fc43978a7 SUNRPC: Fix an infinite loop in call_refresh/call_refreshresult 14 years ago
Tracey Dent fdb26195f4 Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitions 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Jesper Juhl 94f58df8e5 SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable 14 years ago
Al Viro fc14f2fef6 convert get_sb_single() users 14 years ago
Joe Perches 411b5e0561 net/sunrpc: Use static const char arrays 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
J. Bruce Fields 42d7ba3d6d svcrpc: svc_tcp_sendto XPT_DEAD check is redundant 14 years ago
J. Bruce Fields 01dba075d5 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue 14 years ago
J. Bruce Fields ac9303eb74 svcrpc: assume svc_delete_xprt() called only once 14 years ago
J. Bruce Fields 7e4fdd0744 svcrpc: never clear XPT_BUSY on dead xprt 14 years ago
Trond Myklebust 9a84d38031 SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred 14 years ago
Trond Myklebust 118df3d17f SUNRPC: After calling xprt_release(), we must restart from call_reserve 14 years ago
Trond Myklebust ba8e452a4f SUNRPC: Add a helper function xdr_inline_peek 14 years ago
Chuck Lever 9247685088 SUNRPC: Properly initialize sock_xprt.srcaddr in all cases 14 years ago
Chuck Lever 4232e8634a SUNRPC: Use conventional switch statement when reclassifying sockets 14 years ago
Tejun Heo a25e758c5f sunrpc/xprtrdma: clean up workqueue usage 14 years ago
Pavel Emelyanov 8f3a6de313 sunrpc: Turn list_for_each-s into the ..._entry-s 15 years ago
Pavel Emelyanov 50fa0d40a9 sunrpc: Remove dead "else" branch from bc xprt creation 15 years ago
Pavel Emelyanov c636b572e0 sunrpc: Don't return NULL from rpcb_create 15 years ago
Pavel Emelyanov f10fef38d2 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt 15 years ago
Pavel Emelyanov 8c14ff2aaf sunrpc: Remove UDP worker wrappers 15 years ago
Pavel Emelyanov cdd518d524 sunrpc: Remove TCP worker wrappers 15 years ago
Pavel Emelyanov 7dfe1fc362 sunrpc: Pass family to setup_socket calls 15 years ago
Pavel Emelyanov 6bc9638ab4 sunrpc: Merge xs_create_sock code 15 years ago
Pavel Emelyanov beb59b6828 sunrpc: Merge the xs_bind code 15 years ago
Pavel Emelyanov 573018c07e sunrpc: Call xs_create_sockX directly from setup_socket 15 years ago
Pavel Emelyanov 22d44a7d8a sunrpc: Factor out v6 sockets creation 15 years ago
Pavel Emelyanov 22f793268d sunrpc: Factor out v4 sockets creation 15 years ago
Pavel Emelyanov b65c031061 sunrpc: Factor out udp sockets creation 15 years ago
Pavel Emelyanov 58dddac9c5 sunrpc: Remove duplicate xprt/transport arguments from calls 15 years ago
Pavel Emelyanov a9f5f0f7bf sunrpc: Get xprt pointer once in xs_tcp_setup_socket 15 years ago