1. 4a5ce9b loop: Push loop_ctl_mutex down to loop_get_status() by Jan Kara · 6 years ago
  2. 7ccd079 loop: Push loop_ctl_mutex down into loop_clr_fd() by Jan Kara · 6 years ago
  3. a2505b7 loop: Split setting of lo_state from loop_clr_fd by Jan Kara · 6 years ago
  4. a131654 loop: Push lo_ctl_mutex down into individual ioctls by Jan Kara · 6 years ago
  5. 0a42e99 loop: Get rid of loop_index_mutex by Jan Kara · 6 years ago
  6. 967d1dc loop: Fold __loop_release into loop_release by Jan Kara · 6 years ago
  7. 310ca16 block/loop: Use global lock for ioctl() operation. by Tetsuo Handa · 6 years ago
  8. b1ab5fa block/loop: Don't grab "struct file" for vfs_getattr() operation. by Tetsuo Handa · 6 years ago
  9. e051bd0 ms_block: remove unused pointer 'set' by Colin Ian King · 6 years ago
  10. dbef525 sunvdc: fix compiler warning by Jens Axboe · 6 years ago
  11. 4b04cc6 nvme: add separate poll queue map by Jens Axboe · 6 years ago
  12. d1e3628 block: add REQ_HIPRI and inherit it from IOCB_HIPRI by Jens Axboe · 7 years ago
  13. 3b6592f nvme: utilize two queue maps, one for reads and one for writes by Jens Axboe · 6 years ago
  14. 843477d blk-mq: initial support for multiple queue maps by Jens Axboe · 6 years ago
  15. 3110fc7 blk-mq: improve plug list sorting by Jens Axboe · 6 years ago
  16. 67cae4c blk-mq: cleanup and improve list insertion by Jens Axboe · 6 years ago
  17. ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
  18. 392546a blk-mq: separate number of hardware queues from nr_cpu_ids by Jens Axboe · 6 years ago
  19. b3c661b blk-mq: support multiple hctx maps by Jens Axboe · 6 years ago
  20. a783b81 blk-mq: add 'type' attribute to the sysfs hctx directory by Jens Axboe · 6 years ago
  21. f31967f blk-mq: allow software queue to map to multiple hardware queues by Jens Axboe · 6 years ago
  22. f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
  23. ff2c566 blk-mq: provide dummy blk_mq_map_queue_type() helper by Jens Axboe · 6 years ago
  24. ed76e32 blk-mq: abstract out queue map by Jens Axboe · 6 years ago
  25. a890893 blk-mq: kill q->mq_map by Jens Axboe · 6 years ago
  26. a0fedc8 Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.21/block by Jens Axboe · 6 years ago
  27. 9cf2bab block: kill request ->cpu member by Jens Axboe · 6 years ago
  28. c7bb9ad block: get rid of q->softirq_done_fn() by Jens Axboe · 6 years ago
  29. 7d69233 block: get rid of blk_queued_rq() by Jens Axboe · 6 years ago
  30. 8b98a97 blk-merge: kill dead queue lock held check by Jens Axboe · 6 years ago
  31. 2081a56 block: remove req_no_special_merge() from merging code by Jens Axboe · 6 years ago
  32. 820efc6 block: kill request slab cache by Jens Axboe · 6 years ago
  33. db6d995 block: remove request_list code by Jens Axboe · 6 years ago
  34. 1028e4b bsg: move bsg-lib parts outside of request queue by Jens Axboe · 6 years ago
  35. 4316b79 block: kill legacy parts of timeout handling by Jens Axboe · 6 years ago
  36. 92bc5a2 block: remove __blk_put_request() by Jens Axboe · 6 years ago
  37. f9cd4bf block: get rid of MQ scheduler ops union by Jens Axboe · 6 years ago
  38. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  39. f382fb0 block: remove legacy IO schedulers by Jens Axboe · 6 years ago
  40. 404b8f5 block: cleanup kick/queued handling by Jens Axboe · 6 years ago
  41. 7e992f8 block: remove non mq parts from the flush code by Jens Axboe · 6 years ago
  42. 7ca0192 block: remove legacy rq tagging by Jens Axboe · 6 years ago
  43. 2cdf2ca blk-cgroup: remove legacy queue bypassing by Jens Axboe · 6 years ago
  44. 3c77415 blk-wbt: kill check for legacy queue type by Jens Axboe · 6 years ago
  45. 771a93c block: remove blk_complete_request() by Jens Axboe · 6 years ago
  46. cd2f076 bsg: convert to use blk-mq by Jens Axboe · 6 years ago
  47. 5e28b8d bsg: provide bsg_remove_queue() helper by Jens Axboe · 6 years ago
  48. aae3b06 bsg: pass in desired timeout handler by Jens Axboe · 6 years ago
  49. 583d653 dasd: remove dead code by Jens Axboe · 6 years ago
  50. c6f2882 block: remove q->lld_busy_fn() by Jens Axboe · 6 years ago
  51. f664a3c scsi: kill off the legacy IO path by Jens Axboe · 6 years ago
  52. 3a7ea2c scsi: provide mq_ops->busy() hook by Jens Axboe · 6 years ago
  53. 9ba2052 blk-mq: provide mq_ops->busy() hook by Jens Axboe · 6 years ago
  54. ba7b443 blk-mq: remove legacy check in queue blk_freeze_queue() by Jens Axboe · 6 years ago
  55. 7ac257b blk-mq: remove the request_list usage by Jens Axboe · 6 years ago
  56. 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
  57. d0be122 mspro_block: convert to blk-mq by Jens Axboe · 6 years ago
  58. db1142a ms_block: convert to blk-mq by Jens Axboe · 6 years ago
  59. fa182a1 sunvdc: convert to blk-mq by Jens Axboe · 6 years ago
  60. ea2c18e null_blk: Add conventional zone configuration for zoned support by Masato Suzuki · 6 years ago
  61. 8575877 Merge tag 'hwmon-for-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  62. e09d51a Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  63. ecb4d52 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  64. a89f84a5 Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes by Olof Johansson · 6 years ago
  65. 9be66f5 Merge tag 'renesas-fixes-for-v4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 6 years ago
  66. 8053e5b9 Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  67. 4581aa9 Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  68. a13511d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. aa9b760 HID: fix up .raw_event() documentation by Linus Walleij · 6 years ago
  70. 3fc202e HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabled by Arnd Bergmann · 6 years ago
  71. 0c72442 Merge branch 'master' into for-4.20/upstream-fixes by Jiri Kosina · 6 years ago
  72. 6282e91 ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm by Ard Biesheuvel · 6 years ago
  73. a422757 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  74. 7131193 net: alx: make alx_drv_name static by Rasmus Villemoes · 6 years ago
  75. 97adadd net: bpfilter: fix iptables failure if bpfilter_umh is disabled by Taehee Yoo · 6 years ago
  76. c34c128 sock_diag: fix autoloading of the raw_diag module by Andrei Vagin · 6 years ago
  77. d016b4a net: core: netpoll: Enable netconsole IPv6 link local address by Matwey V. Kornilov · 6 years ago
  78. e22d0bf ipv6: properly check return value in inet6_dump_all() by Alexey Kodanev · 6 years ago
  79. 5e1acb4 rtnetlink: restore handling of dumpit return value in rtnl_dump_all() by Alexey Kodanev · 6 years ago
  80. 6915ed8 net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS by Jeff Barnhill · 6 years ago
  81. fd5ba6e arm64: dts: stratix10: fix multicast filtering by Aaro Koskinen · 6 years ago
  82. 163c8d5 compiler: remove __no_sanitize_address_or_inline again by Martin Schwidefsky · 6 years ago
  83. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  84. 6ff6bc4 Merge tag 'imx-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  85. f55275b ARM: defconfig: Disable PREEMPT again on multi_v7 by Olof Johansson · 6 years ago
  86. eab53fd arm64: dts: renesas: condor: switch from EtherAVB to GEther by Sergei Shtylyov · 6 years ago
  87. 058ad7b dt-bindings: arm: Fix RZ/G2E part number by Fabrizio Castro · 6 years ago
  88. aab7a24 arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 by Kuninori Morimoto · 6 years ago
  89. 6da4b3a genirq/affinity: Add support for allocating interrupt sets by Jens Axboe · 6 years ago
  90. 060746d genirq/affinity: Pass first vector to __irq_build_affinity_masks() by Ming Lei · 6 years ago
  91. 5c903e10 genirq/affinity: Move two stage affinity spreading into a helper function by Ming Lei · 6 years ago
  92. b825921 genirq/affinity: Spread IRQs to all available NUMA nodes by Long Li · 6 years ago
  93. 1ad9fb7 ARM: dts: imx6sx-sdb: Fix enet phy regulator by Leonard Crestez · 6 years ago
  94. 1af6ab3 ARM: dts: fsl: Fix improperly quoted stdout-path values by Rob Herring · 6 years ago
  95. 438ad09 ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node by Oleksij Rempel · 6 years ago
  96. ea53abf bonding/802.3ad: fix link_failure_count tracking by Jarod Wilson · 6 years ago
  97. 0432e83 net: phy: realtek: fix RTL8201F sysfs name by Holger Hoffstätte · 6 years ago
  98. e3e61f0 hwmon: (ibmpowernv) Remove bogus __init annotations by Geert Uytterhoeven · 6 years ago
  99. 74e3512 hwmon: (core) Fix double-free in __hwmon_device_register() by Dmitry Osipenko · 6 years ago
  100. 6510223 Linux 4.20-rc1 by Linus Torvalds · 6 years ago