1. 6bd1441 SUNRPC: Don't let rpc_delay() clobber non-timeout errors by Trond Myklebust · 10 years ago
  2. 8d1018c7 SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints by Trond Myklebust · 11 years ago
  3. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  4. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago
  5. 9ec2ef53 SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute() by Trond Myklebust · 11 years ago
  6. 0053a8e SUNRPC: Remove unused function rpc_queue_empty by Trond Myklebust · 11 years ago
  7. a76580f SUNRPC: Fix a potential race in rpc_execute by Trond Myklebust · 11 years ago
  8. a3c3cac SUNRPC: Prevent an rpc_task wakeup race by Trond Myklebust · 11 years ago
  9. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  10. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 11 years ago
  11. edd2e36 SUNRPC: When changing the queue priority, ensure that we change the owner by Trond Myklebust · 11 years ago
  12. 87ed500 SUNRPC: Ensure we release the socket write lock if the rpc_task exits early by Trond Myklebust · 12 years ago
  13. c6567ed SUNRPC: Ensure that we free the rpc_task after cleanups are done by Trond Myklebust · 12 years ago
  14. c05eecf SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones by Trond Myklebust · 12 years ago
  15. 1e1093c NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence by Trond Myklebust · 12 years ago
  16. 0a0c2a5 SUNRPC: remove BUG_ON in rpc_release_task by Weston Andros Adamson · 12 years ago
  17. 2bd4eef SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED by Weston Andros Adamson · 12 years ago
  18. f50ad42 SUNRPC: remove BUG_ON from __rpc_sleep_on_priority by Weston Andros Adamson · 12 years ago
  19. e454a7a SUNRPC: remove BUG_ON from rpc_sleep_on* by Weston Andros Adamson · 12 years ago
  20. 9b96ce7 SUNRPC: Limit the rpciod workqueue concurrency by Trond Myklebust · 12 years ago
  21. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  22. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  23. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  24. 506026c sunrpc: clarify comments on rpc_make_runnable by Jeff Layton · 12 years ago
  25. 540a0f7 SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() by Trond Myklebust · 12 years ago
  26. 2f09c24 SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) by Trond Myklebust · 12 years ago
  27. 82b0a4c SUNRPC: Add trace events to the sunrpc subsystem by Trond Myklebust · 13 years ago
  28. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 13 years ago
  29. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  30. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  31. 7fdcf13 SUNRPC: Fix the execution time statistics in the face of RPC restarts by Trond Myklebust · 13 years ago
  32. 3b27bad SUNRPC: Allow caller of rpc_sleep_on() to select priority levels by Trond Myklebust · 13 years ago
  33. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 13 years ago
  34. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 13 years ago
  35. a271c5a NFS: Ensure that rpc_release_resources_task() can be called twice. by OGAWA Hirofumi · 13 years ago
  36. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  37. e020c68 SUNRPC: Ensure we always run the tk_callback before tk_action by Trond Myklebust · 13 years ago
  38. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  39. eabf5ba RPC: clarify rpc_run_task error handling by Fred Isaman · 13 years ago
  40. cee6a53 RPC: remove check for impossible condition in rpc_make_runnable by Fred Isaman · 13 years ago
  41. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  42. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 14 years ago
  43. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  44. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  45. 4fbf6e5 SUNRPC: Convert rpciod to use the alloc_workqueue() interface by Trond Myklebust · 14 years ago
  46. d6a1ed0 SUNRPC: Reduce asynchronous RPC task stack usage by Trond Myklebust · 14 years ago
  47. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  48. 58f9612 SUNRPC: Move remaining RPC client related task initialisation into clnt.c by Trond Myklebust · 14 years ago
  49. d9b6cd9 SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task by Trond Myklebust · 14 years ago
  50. d72b6ce SUNRPC: Remove the 'tk_magic' debugging field by Trond Myklebust · 14 years ago
  51. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 14 years ago
  52. 19445b9 SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure by Trond Myklebust · 14 years ago
  53. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  54. 48f1861 rpc: add rpc_queue_empty function by Alexandros Batsakis · 15 years ago
  55. 6951867 nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h by Benny Halevy · 15 years ago
  56. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  57. aae2006 nfs41: sunrpc: Export the call prepare state for session reset by Andy Adamson · 15 years ago
  58. eb9b55a SUNRPC: Tighten up the task locking rules in __rpc_execute() by Trond Myklebust · 15 years ago
  59. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  60. a486aed rpc: minor cleanup of scheduler callback code by \\\"J. Bruce Fields\\\ · 16 years ago
  61. 4ccda2c SUNRPC: Clean up rpcauth_bindcred() by Trond Myklebust · 16 years ago
  62. af09383 SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS by Trond Myklebust · 16 years ago
  63. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 16 years ago
  64. f5fb7b06 SUNRPC: Eliminate the now-redundant rpc_start_wakeup() by Trond Myklebust · 16 years ago
  65. eb276c0 SUNRPC: Switch tasks to using the rpc_waitqueue's timer function by Trond Myklebust · 16 years ago
  66. 36df9aa SUNRPC: Add a timer function to wait queues. by Trond Myklebust · 17 years ago
  67. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  68. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  69. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 16 years ago
  70. 96ef13b SUNRPC: Add a new helper rpc_wake_up_queued_task() by Trond Myklebust · 16 years ago
  71. fde95c7 SUNRPC: Clean up rpc_run_timer() by Trond Myklebust · 16 years ago
  72. 32bfb5c SUNRPC: Allow the rpc_release() callback to be run on another workqueue by Trond Myklebust · 16 years ago
  73. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  74. a4a8749 SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration by Trond Myklebust · 17 years ago
  75. 47fe064 SUNRPC: Unexport rpc_init_task() and rpc_execute() by Trond Myklebust · 17 years ago
  76. e8f5d77 SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task by Trond Myklebust · 17 years ago
  77. b3ef8b3 SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg by Trond Myklebust · 17 years ago
  78. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  79. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  80. e8914c6 SUNRPC: Restrict sunrpc client exports by Trond Myklebust · 17 years ago
  81. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  82. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  83. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  84. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  85. 1244480 SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions by \"Talpey, Thomas\ · 17 years ago
  86. b247bbf SUNRPC: Fix a race in rpciod_down() by Trond Myklebust · 17 years ago
  87. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  88. 6e5b70e SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task by Trond Myklebust · 17 years ago
  89. 188fef1 SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c by Trond Myklebust · 17 years ago
  90. 4ada539 SUNRPC: Make create_client() take a reference to the rpciod workqueue by Trond Myklebust · 17 years ago
  91. ab418d7 SUNRPC: Optimise rpciod_up() by Trond Myklebust · 17 years ago
  92. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  93. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  94. c44fe70 SUNRPC: Clean up tk_pid allocation and make it lockless by Trond Myklebust · 17 years ago
  95. 4bef61f SUNRPC: Add a per-rpc_clnt spinlock by Trond Myklebust · 17 years ago
  96. 6529eba SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt by Trond Myklebust · 17 years ago
  97. 9c9cc93 SUNRPC: remove dead variable 'rpciod_running' by Christoph Hellwig · 17 years ago
  98. ddce40d sunrpc: fix crash in rpc_malloc() by Peter Zijlstra · 17 years ago
  99. aa3d1fa SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free by Chuck Lever · 17 years ago
  100. 215d067 Fix sunrpc warning noise by Geert Uytterhoeven · 17 years ago