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