1. a101b04 SUNRPC: Fix transport accounting when caller specifies an rpc_xprt by Trond Myklebust · 6 years ago
  2. 347543e Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  3. 675dd90 xprtrdma: Modernize ops->connect by Chuck Lever · 6 years ago
  4. 41adafa Merge branch 'bh-remove' by Trond Myklebust · 6 years ago
  5. 9dfe52a SUNRPC: Move call to rpc_count_iostats before rpc_call_done by Dave Wysochanski · 6 years ago
  6. c049f8e SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock by Trond Myklebust · 6 years ago
  7. 7e0a0e3 SUNRPC: Replace the queue timer with a delayed work function by Trond Myklebust · 6 years ago
  8. 502980e Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE" by Anna Schumaker · 6 years ago
  9. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  10. 4312358 SUNRPC: Declare RPC timers as TIMER_DEFERRABLE by Trond Myklebust · 6 years ago
  11. 24a9d9a SUNRPC: Simplify queue timeouts using timer_reduce() by Trond Myklebust · 6 years ago
  12. 5efd187 SUNRPC: Fix up tracking of timeouts by Trond Myklebust · 6 years ago
  13. 6b2e685 SUNRPC: Add function rpc_sleep_on_timeout() by Trond Myklebust · 6 years ago
  14. 8357a9b SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority() by Trond Myklebust · 6 years ago
  15. 87150aa SUNRPC: Refactor rpc_sleep_on() by Trond Myklebust · 6 years ago
  16. ae67bd3 SUNRPC: Fix up task signalling by Trond Myklebust · 6 years ago
  17. 6b5f590 SUNRPC: Remove redundant calls to RPC_IS_QUEUED() by Trond Myklebust · 6 years ago
  18. 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
  19. a1231fd SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs by Trond Myklebust · 6 years ago
  20. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  21. 1de7eea SUNRPC: add side channel to use non-generic cred for rpc call. by NeilBrown · 6 years ago
  22. f42f7c2 SUNRPC: Fix priority queue fairness by Trond Myklebust · 6 years ago
  23. 5ce9703 SUNRPC: Test whether the task is queued before grabbing the queue spinlocks by Trond Myklebust · 6 years ago
  24. 359c48c SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status by Trond Myklebust · 6 years ago
  25. e671edb sunrpc: Simplify synopsis of some trace points by Chuck Lever · 7 years ago
  26. f515f86 fix parallelism for rpc tasks by Olga Kornievskaia · 8 years ago
  27. 90ea9f1 Make the xprtiod workqueue unbounded. by Trond Myklebust · 7 years ago
  28. 2275cde SUNRPC: Queue latency-sensitive socket tasks to xprtiod by Trond Myklebust · 7 years ago
  29. 21ead9f SUNRPC: Micro-optimize __rpc_execute by Chuck Lever · 7 years ago
  30. cf08d6f SUNRPC: task_run_action should display tk_callback by Chuck Lever · 7 years ago
  31. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  32. b2bfe59 sunrpc: Fix rpc_task_begin trace point by Chuck Lever · 7 years ago
  33. ff861c4 sunrpc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  34. 62b2417 sunrpc: don't check for failure from mempool_alloc() by NeilBrown · 8 years ago
  35. 6877894 SUNRPC: Separate buffer pointers for RPC Call and Reply messages by Chuck Lever · 8 years ago
  36. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  37. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  38. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 9 years ago
  39. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 9 years ago
  40. 9d61498 SUNRPC: Allow caller to specify the transport to use by Trond Myklebust · 9 years ago
  41. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  42. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  43. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  44. 17a9618 SUNRPC: drop null test before destroy functions by Julia Lawall · 9 years ago
  45. 5136015 userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key by Andrea Arcangeli · 9 years ago
  46. 55cc1d7 SUNRPC: fix build-warning due to format missmatch by Nicholas Mc Guire · 10 years ago
  47. f0eede1 SUNRPC: use jiffies_to_msecs for converting jiffies by Nicholas Mc Guire · 10 years ago
  48. c4a7ca7 SUNRPC: Allow waiting on memory allocation by Trond Myklebust · 10 years ago
  49. 127b21b SUNRPC: Adjust rpciod workqueue parameters by Trond Myklebust · 10 years ago
  50. 1306729 sunrpc: eliminate RPC_TRACEPOINTS by Jeff Layton · 10 years ago
  51. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  52. 1aff525 NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() by NeilBrown · 10 years ago
  53. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 11 years ago
  54. c6c8fe7 net, sunrpc: suppress allocation warning in rpc_malloc() by David Rientjes · 11 years ago
  55. 6bd1441 SUNRPC: Don't let rpc_delay() clobber non-timeout errors by Trond Myklebust · 11 years ago
  56. 8d1018c7 SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints by Trond Myklebust · 11 years ago
  57. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  58. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 12 years ago
  59. 9ec2ef5 SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute() by Trond Myklebust · 12 years ago
  60. 0053a8e SUNRPC: Remove unused function rpc_queue_empty by Trond Myklebust · 12 years ago
  61. a76580f SUNRPC: Fix a potential race in rpc_execute by Trond Myklebust · 12 years ago
  62. a3c3cac SUNRPC: Prevent an rpc_task wakeup race by Trond Myklebust · 12 years ago
  63. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 12 years ago
  64. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 12 years ago
  65. edd2e36 SUNRPC: When changing the queue priority, ensure that we change the owner by Trond Myklebust · 12 years ago
  66. 87ed500 SUNRPC: Ensure we release the socket write lock if the rpc_task exits early by Trond Myklebust · 12 years ago
  67. c6567ed SUNRPC: Ensure that we free the rpc_task after cleanups are done by Trond Myklebust · 12 years ago
  68. c05eecf SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones by Trond Myklebust · 12 years ago
  69. 1e1093c NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence by Trond Myklebust · 12 years ago
  70. 0a0c2a5 SUNRPC: remove BUG_ON in rpc_release_task by Weston Andros Adamson · 12 years ago
  71. 2bd4eef SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED by Weston Andros Adamson · 12 years ago
  72. f50ad42 SUNRPC: remove BUG_ON from __rpc_sleep_on_priority by Weston Andros Adamson · 12 years ago
  73. e454a7a SUNRPC: remove BUG_ON from rpc_sleep_on* by Weston Andros Adamson · 12 years ago
  74. 9b96ce7 SUNRPC: Limit the rpciod workqueue concurrency by Trond Myklebust · 12 years ago
  75. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  76. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  77. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  78. 506026c sunrpc: clarify comments on rpc_make_runnable by Jeff Layton · 12 years ago
  79. 540a0f7 SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() by Trond Myklebust · 13 years ago
  80. 2f09c24 SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) by Trond Myklebust · 13 years ago
  81. 82b0a4c SUNRPC: Add trace events to the sunrpc subsystem by Trond Myklebust · 13 years ago
  82. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 13 years ago
  83. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  84. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  85. 7fdcf13 SUNRPC: Fix the execution time statistics in the face of RPC restarts by Trond Myklebust · 13 years ago
  86. 3b27bad SUNRPC: Allow caller of rpc_sleep_on() to select priority levels by Trond Myklebust · 14 years ago
  87. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 14 years ago
  88. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 14 years ago
  89. a271c5a NFS: Ensure that rpc_release_resources_task() can be called twice. by OGAWA Hirofumi · 14 years ago
  90. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  91. e020c68 SUNRPC: Ensure we always run the tk_callback before tk_action by Trond Myklebust · 14 years ago
  92. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  93. eabf5ba RPC: clarify rpc_run_task error handling by Fred Isaman · 14 years ago
  94. cee6a53 RPC: remove check for impossible condition in rpc_make_runnable by Fred Isaman · 14 years ago
  95. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 14 years ago
  96. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 14 years ago
  97. 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
  98. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  99. 4fbf6e5 SUNRPC: Convert rpciod to use the alloc_workqueue() interface by Trond Myklebust · 14 years ago
  100. d6a1ed0 SUNRPC: Reduce asynchronous RPC task stack usage by Trond Myklebust · 14 years ago