1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. 4571577 afs: Always get the reply time by David Howells · 6 years ago
  3. ffba718 afs: Get rid of afs_call::reply[] by David Howells · 6 years ago
  4. 20b8391 afs: Make some RPC operations non-interruptible by David Howells · 6 years ago
  5. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  6. 94f699c afs: Fix the maximum lifespan of VL and probe calls by David Howells · 6 years ago
  7. e5fef2a Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  8. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  9. 0b9bf38 afs: Split wait from afs_make_call() by David Howells · 6 years ago
  10. 8022c4b afs: Differentiate abort due to unmarshalling from other errors by David Howells · 6 years ago
  11. f7f1dd3 afs: Check for rxrpc call completion in wait loop by Marc Dionne · 6 years ago
  12. 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
  13. e690c9e afs: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  14. 34fa476 afs: Fix race in async call refcounting by David Howells · 6 years ago
  15. 7a75b00 afs: Provide a function to get a ref on a call by David Howells · 6 years ago
  16. 7150cea rxrpc: Fix life check by David Howells · 6 years ago
  17. 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
  18. 2feeaf8 afs: Eliminate the address pointer from the address list cursor by David Howells · 6 years ago
  19. 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
  20. 35dbfba afs: Implement the YFS cache manager service by David Howells · 6 years ago
  21. f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago
  22. 4ac15ea afs: Handle EIO from delivery function by David Howells · 6 years ago
  23. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  24. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  25. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  26. f0a7d18 afs: Fix clearance of reply by David Howells · 6 years ago
  27. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  28. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  29. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  30. de52cf9 Merge tag 'afs-fixes-20180514' into afs-proc by Al Viro · 7 years ago
  31. 5b86d4f afs: Implement network namespacing by David Howells · 7 years ago
  32. 4776cab afs: Fix the non-encryption of calls by David Howells · 7 years ago
  33. a86b06d afs: Fix the handling of an unfound server in CM operations by David Howells · 7 years ago
  34. f2686b0 afs: Fix giving up callbacks on server destruction by David Howells · 7 years ago
  35. 5f702c8 afs: Trace protocol errors by David Howells · 7 years ago
  36. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  37. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  38. ab1fbe3 sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  39. 7888da9 afs: Potential uninitialized variable in afs_extract_data() by Dan Carpenter · 7 years ago
  40. 98bf40c afs: Protect call->state changes against signals by David Howells · 7 years ago
  41. 83732ec afs: Use a dynamic port if 7001 is in use by Marc Dionne · 7 years ago
  42. 2c09901 afs: Trace the sending of pages by David Howells · 7 years ago
  43. 025db80 afs: Trace the initiation and completion of client calls by David Howells · 7 years ago
  44. 1199db6 afs: Fix total-length calculation for multiple-page send by David Howells · 7 years ago
  45. 5f0fc8ba afs: Only progress call state at end of Tx phase from rxrpc callback by David Howells · 7 years ago
  46. d2ddc77 afs: Overhaul volume and server record caching and fileserver rotation by David Howells · 7 years ago
  47. 8b2a464 afs: Add an address list concept by David Howells · 7 years ago
  48. d0676a1 afs: Rename struct afs_call server member to cm_server by David Howells · 7 years ago
  49. 33cd7f2 afs: Potentially return call->reply[0] from afs_make_call() by David Howells · 7 years ago
  50. 97e3043 afs: Condense afs_call's reply{,2,3,4} into an array by David Howells · 7 years ago
  51. f780c8e afs: Consolidate abort_to_error translators by David Howells · 7 years ago
  52. 3838d3e afs: Allow IPv6 address specification of VL servers by David Howells · 7 years ago
  53. 4d9df98 afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr by David Howells · 7 years ago
  54. f044c88 afs: Lay the groundwork for supporting network namespaces by David Howells · 7 years ago
  55. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  56. bc5e3a5 rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals by David Howells · 7 years ago
  57. a68f4a2 rxrpc: Support service upgrade from a kernel service by David Howells · 7 years ago
  58. e833251 rxrpc: Add notification of end-of-Tx phase by David Howells · 7 years ago
  59. ddc6c70 rxrpc: Move the packet.h include file into net/rxrpc/ by David Howells · 7 years ago
  60. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
  61. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  62. 954cd6d afs: Fix abort on signal while waiting for call completion by David Howells · 8 years ago
  63. 445783d afs: Fix an off-by-one error in afs_send_pages() by David Howells · 8 years ago
  64. 70af0e3 afs: Better abort and net error handling by David Howells · 8 years ago
  65. 1157f15 afs: Invalid op ID should abort with RXGEN_OPCODE by David Howells · 8 years ago
  66. 2f5705a afs: Use a bvec rather than a kvec in afs_send_pages() by David Howells · 8 years ago
  67. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  70. 341f741 afs: Refcount the afs_call struct by David Howells · 8 years ago
  71. 56ff9c8 afs: Kill afs_wait_mode by David Howells · 8 years ago
  72. 8e8d7f1 afs: Add some tracepoints by David Howells · 8 years ago
  73. 39c6ace afs_send_pages(): use ITER_BVEC by Al Viro · 9 years ago
  74. 50a2c95 afs: call->operation_ID sometimes used as __be32 sometimes as u32 by David Howells · 8 years ago
  75. 9008f99 afs: Check for fatal error when in waiting for ack state by David Howells · 8 years ago
  76. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  77. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  78. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  79. 69ad052 fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  80. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  81. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  82. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  83. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  84. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 9 years ago
  85. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 9 years ago
  86. 2f02f7a afs: Wait for outstanding async calls before closing rxrpc socket by David Howells · 9 years ago
  87. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  88. bfd4e95 AFS: afs_send_empty_reply() doesn't require an iovec array by David Howells · 10 years ago
  89. 2e90b1c rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly by Al Viro · 10 years ago
  90. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  91. 656f88d AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* by David Howells · 11 years ago
  92. 150a6b4 AFS: Fix kafs module unloading by Nathaniel Wesley Filardo · 11 years ago
  93. 6cf1286 AFS: Part of afs_end_call() is identical to code elsewhere, so split it by Nathaniel Wesley Filardo · 11 years ago
  94. 6c67c7c AFS: Fix cache manager service handlers by David Howells · 11 years ago
  95. 0594994 afs: don't use PREPARE_WORK by Tejun Heo · 11 years ago
  96. c017386 afs: Remote abort can cause BUG in rxrpc code by Anton Blanchard · 13 years ago
  97. 0ad53ee afs: add afs_wq and use it instead of the system workqueue by Tejun Heo · 14 years ago
  98. bebf8cf afs: destroy work queue on init failure by Dan Carpenter · 14 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. c1206a2 fs/afs/: possible cleanups by Adrian Bunk · 17 years ago