1. eb90a16 SUNRPC: rpc_decode_header() must always return a non-zero value on error by Trond Myklebust · 6 years ago
  2. 27adc78 SUNRPC: Use the ENOTCONN error on socket disconnect by Trond Myklebust · 6 years ago
  3. 5131496 SUNRPC: Fix the minimal size for reply buffer allocation by Trond Myklebust · 6 years ago
  4. 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
  5. 400417b pNFS: Fix a typo in pnfs_update_layout by Trond Myklebust · 6 years ago
  6. f87b543 fix null pointer deref in tracepoints in back channel by Olga Kornievskaia · 6 years ago
  7. 4d6c671 SUNRPC: Take the transport send lock before binding+connecting by Trond Myklebust · 6 years ago
  8. 009a82f SUNRPC: Micro-optimise when the task is known not to be sleeping by Trond Myklebust · 6 years ago
  9. 03e51d3 SUNRPC: Check whether the task was transmitted before rebind/reconnect by Trond Myklebust · 6 years ago
  10. 6b5f590 SUNRPC: Remove redundant calls to RPC_IS_QUEUED() by Trond Myklebust · 6 years ago
  11. cea5778 SUNRPC: Clean up by Trond Myklebust · 6 years ago
  12. 7b3fef8 SUNRPC: Respect RPC call timeouts when retrying transmission by Trond Myklebust · 6 years ago
  13. 477687e SUNRPC: Fix up RPC back channel transmission by Trond Myklebust · 6 years ago
  14. ed7dc97 SUNRPC: Prevent thundering herd when the socket is not connected by Trond Myklebust · 6 years ago
  15. 0d1bf34 SUNRPC: Allow dynamic allocation of back channel slots by Trond Myklebust · 6 years ago
  16. 067c469 NFSv4.1: Bump the default callback session slot count to 16 by Trond Myklebust · 6 years ago
  17. 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
  18. cefa587 NFS/flexfiles: Clean up mirror DS initialisation by Trond Myklebust · 6 years ago
  19. 29a23909 NFS/flexfiles: Remove dead code in ff_layout_mirror_valid() by Trond Myklebust · 6 years ago
  20. 4cbc8a5 NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid() by Trond Myklebust · 6 years ago
  21. 626d48b NFS/flexfile: Simplify nfs4_ff_layout_ds_version() by Trond Myklebust · 6 years ago
  22. 312cd4c NFS/flexfiles: Simplify ff_layout_get_ds_cred() by Trond Myklebust · 6 years ago
  23. 561d6f8 NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client() by Trond Myklebust · 6 years ago
  24. 749da52 NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh() by Trond Myklebust · 6 years ago
  25. 76c6690 NFS/flexfiles: Speed up read failover when DSes are down by Trond Myklebust · 6 years ago
  26. 17aaec8 NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive by Trond Myklebust · 6 years ago
  27. d082d4b NFS/flexfiles: Remove bogus checks for invalid deviceids by Trond Myklebust · 6 years ago
  28. 0a156dd NFS/flexfiles: Avoid unnecessary layout invalidations by Trond Myklebust · 6 years ago
  29. 2444ff2 NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds() by Trond Myklebust · 6 years ago
  30. 18c0778 NFSv4: Handle early exit in layoutget by returning an error by Trond Myklebust · 6 years ago
  31. f0922a6 NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads by Trond Myklebust · 6 years ago
  32. 3eb8609 NFSv4.2: Add client support for the generic 'layouterror' RPC call by Trond Myklebust · 6 years ago
  33. a79f194 NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated by Trond Myklebust · 6 years ago
  34. 39a5201 NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable() by Trond Myklebust · 6 years ago
  35. 762bb7e NFS/flexfiles: Fix up sparse RCU annotations by Trond Myklebust · 6 years ago
  36. 108bb4a NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE() by Trond Myklebust · 6 years ago
  37. 1a3466a NFS: Add missing encode / decode sequence_maxsz to v4.2 operations by Anna Schumaker · 6 years ago
  38. c71c46f NFSv4.1: Don't process the sequence op more than once. by Trond Myklebust · 6 years ago
  39. c1dffe0 NFSv4.1: Reinitialise sequence results before retransmitting a request by Trond Myklebust · 6 years ago
  40. a73881c SUNRPC: Fix an Oops in udp_poll() by Trond Myklebust · 6 years ago
  41. 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  42. 5085607 NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount by Trond Myklebust · 6 years ago
  43. 6f9449b NFS: Fix a soft lockup in the delegation recovery code by Trond Myklebust · 6 years ago
  44. 3453d57 NFSv4.1: Avoid false retries when RPC calls are interrupted by Trond Myklebust · 7 years ago
  45. 6f903b1 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() by Trond Myklebust · 6 years ago
  46. c87dc4c SUNRPC: Further cleanups of xs_sendpages() by Trond Myklebust · 6 years ago
  47. 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
  48. e791f8e SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() by Trond Myklebust · 6 years ago
  49. 5f52a9d SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive by Trond Myklebust · 6 years ago
  50. 727fcc6 SUNRPC: Don't suppress socket errors when a message read completes by Trond Myklebust · 6 years ago
  51. e92053a SUNRPC: Handle zero length fragments correctly by Trond Myklebust · 6 years ago
  52. ae05355 SUNRPC: Don't reset the stream record info when the receive worker is running by Trond Myklebust · 6 years ago
  53. ded52fb nfs: fix xfstest generic/099 failed on nfsv3 by ZhangXiaoxu · 6 years ago
  54. 2cde04e pNFS: Avoid read/modify/write when it is not necessary by Kazuo Ito · 6 years ago
  55. 97ae91b pNFS: Fix potential corruption of page being written by Kazuo Ito · 6 years ago
  56. bf211ca NFS: Fix typo in comments of nfs_readdir_alloc_pages() by zhangliguang · 6 years ago
  57. 42f72cf NFS: Remove redundant semicolon by zhangliguang · 6 years ago
  58. be4c2d4 NFS: readdirplus optimization by cache mechanism by luanshi · 6 years ago
  59. 40cc394 fs/nfs: Fix nfs_parse_devname to not modify it's argument by Eric W. Biederman · 6 years ago
  60. e3735c8 SUNRPC: remove pointless test in unx_match() by NeilBrown · 6 years ago
  61. 45bb8d8 NFS: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  62. b9779a5 SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
  63. 0ffe86f SUNRPC: Use poll() to fix up the socket requeue races by Trond Myklebust · 6 years ago
  64. a1231fd SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs by Trond Myklebust · 6 years ago
  65. e9acf21 NFS: Fix sparse annotations for nfs_set_open_stateid_locked() by Trond Myklebust · 6 years ago
  66. 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
  67. 2dc23af NFS: ENOMEM should also be a fatal error. by Trond Myklebust · 6 years ago
  68. 7dc58ca NFS: EINTR is also a fatal error. by Trond Myklebust · 6 years ago
  69. 875bc3f NFS: Ensure NFS writeback allocations don't recurse back into NFS. by Trond Myklebust · 6 years ago
  70. df3accb NFS: Pass error information to the pgio error cleanup routine by Trond Myklebust · 6 years ago
  71. 078b5fd NFS: Clean up list moves of struct nfs_page by Trond Myklebust · 6 years ago
  72. 8127d82 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 6 years ago
  73. 4d91969 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 6 years ago
  74. f57dcf4 NFS: Fix I/O request leakages by Trond Myklebust · 6 years ago
  75. 2137397 Merge tag 'sound-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  76. fb83f15 Merge tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  77. c828c26 Merge tag 'gpio-v5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  78. 7d9d592 Merge tag 'mtd/fixes-for-5.0-rc8' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  79. 1f5a018 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  80. 40e196a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  81. 1765f5d sky2: Increase D3 delay again by Kai-Heng Feng · 6 years ago
  82. 816db76 vhost: correctly check the return value of translate_desc() in log_used() by Jason Wang · 6 years ago
  83. 2688366 Merge tag 'asoc-fix-v5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 6 years ago
  84. 5cd856a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  85. 1f43f40 net: netcp: Fix ethss driver probe issue by Murali Karicheri · 6 years ago
  86. 4d96e13 net: hns: Fixes the missing put_device in positive leg for roce reset by Salil Mehta · 6 years ago
  87. 92a8c29 Merge tag 'wireless-drivers-for-davem-2019-02-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 6 years ago
  88. 8a7493e net: stmmac: Fix a race in EEE enable callback by Jose Abreu · 6 years ago
  89. 694d790 Merge branch 'qed-iWARP' by David S. Miller · 6 years ago
  90. 8be3dad qed: Fix iWARP syn packet mac address validation. by Michal Kalderon · 6 years ago
  91. 9addc92 qed: Fix iWARP buffer size provided for syn packet processing. by Michal Kalderon · 6 years ago
  92. b5372fe exec: load_script: Do not exec truncated interpreter path by Kees Cook · 6 years ago
  93. 8e29d23 r8152: Add support for MAC address pass through on RTL8153-BD by David Chen · 6 years ago
  94. f2ffff0 mac80211: mesh: fix missing unlock on error in table_path_del() by Wei Yongjun · 6 years ago
  95. 21d2cb4 net/mlx4_en: fix spelling mistake: "quiting" -> "quitting" by Colin Ian King · 6 years ago
  96. 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
  97. 19dd077 ASoC: simple-card: fixup refcount_t underflow by Kuninori Morimoto · 6 years ago
  98. 304017d ASoC: topology: free created components in tplg load error by Bard liao · 6 years ago
  99. 301e361 Merge tag 'mailbox-fixes-v5.0-rc7' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 6 years ago
  100. 3ddc14e Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago