1. 30e0662 nvme: fix boot hang with only being able to get one IRQ vector by Jens Axboe · 6 years ago
  2. d16a676 ide: don't clear special on ide_queue_rq() entry by Jens Axboe · 6 years ago
  3. 628bd85 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() by Tetsuo Handa · 6 years ago
  4. 8e18ebe null_blk: remove unused nullb device by Jens Axboe · 6 years ago
  5. 22ce0a7 ide: don't use req->special by Christoph Hellwig · 6 years ago
  6. 289d088b pd: replace ->special use with private data in the request by Christoph Hellwig · 6 years ago
  7. 61e7712 aoe: replace ->special use with private data in the request by Christoph Hellwig · 6 years ago
  8. 1bee424 skd_main: don't use req->special by Christoph Hellwig · 6 years ago
  9. 49f6613 nullb: remove leftover legacy request code by Christoph Hellwig · 6 years ago
  10. 511c49f fnic: fix fnic_scsi_host_{start,end}_tag by Christoph Hellwig · 6 years ago
  11. 4c1cb67 scsi: return blk_status_t from device handler ->prep_fn by Christoph Hellwig · 6 years ago
  12. 159b2cb scsi: return blk_status_t from scsi_init_io and ->init_command by Christoph Hellwig · 6 years ago
  13. 1478456 scsi: clean up error handling in scsi_init_io by Christoph Hellwig · 6 years ago
  14. 785ba83 scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd by Christoph Hellwig · 6 years ago
  15. c092d4e scsi: simplify scsi_prep_state_check by Christoph Hellwig · 6 years ago
  16. 535ac5d ide: cleanup ->prep_rq calling convention by Christoph Hellwig · 6 years ago
  17. 27d420bc mtip32xxx: use for_each_sg by Christoph Hellwig · 6 years ago
  18. d85cb20 mtip32xx: don't use req->special by Christoph Hellwig · 6 years ago
  19. 55c7bc3 mtip32xx: remove mtip_get_int_command by Christoph Hellwig · 6 years ago
  20. 7bbf118 mtip32xx: remove mtip_init_cmd_header by Christoph Hellwig · 6 years ago
  21. 643b5f6 mtip32xx: add missing endianess annotations on struct smart_attr by Christoph Hellwig · 6 years ago
  22. 449a15d mtip32xx: remove __force_bit2int by Christoph Hellwig · 6 years ago
  23. 81e6617 mtip32xx: return a blk_status_t from mtip_send_trim by Christoph Hellwig · 6 years ago
  24. 10966fa mtip32xx: merge mtip_submit_request into mtip_queue_rq by Christoph Hellwig · 6 years ago
  25. b5fa0e9 mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io by Christoph Hellwig · 6 years ago
  26. 72d7ce8 sx8: use a per-host tag_set by Christoph Hellwig · 6 years ago
  27. cd94c9e sx8: cleanup queue and disk allocation / freeing by Christoph Hellwig · 6 years ago
  28. 7baa857 blk-mq-tag: change busy_iter_fn to return whether to continue or not by Jens Axboe · 6 years ago
  29. c28445f loop: Get rid of 'nested' acquisition of loop_ctl_mutex by Jan Kara · 6 years ago
  30. 1dded9a loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex by Jan Kara · 6 years ago
  31. 0da03ca loop: Fix deadlock when calling blkdev_reread_part() by Jan Kara · 6 years ago
  32. 85b0a54 loop: Move loop_reread_partitions() out of loop_ctl_mutex by Jan Kara · 6 years ago
  33. d57f337 loop: Move special partition reread handling in loop_clr_fd() by Jan Kara · 6 years ago
  34. c371077 loop: Push loop_ctl_mutex down to loop_change_fd() by Jan Kara · 6 years ago
  35. 757ecf4 loop: Push loop_ctl_mutex down to loop_set_fd() by Jan Kara · 6 years ago
  36. 550df5fd loop: Push loop_ctl_mutex down to loop_set_status() by Jan Kara · 6 years ago
  37. 4a5ce9b loop: Push loop_ctl_mutex down to loop_get_status() by Jan Kara · 6 years ago
  38. 7ccd079 loop: Push loop_ctl_mutex down into loop_clr_fd() by Jan Kara · 6 years ago
  39. a2505b7 loop: Split setting of lo_state from loop_clr_fd by Jan Kara · 6 years ago
  40. a131654 loop: Push lo_ctl_mutex down into individual ioctls by Jan Kara · 6 years ago
  41. 0a42e99 loop: Get rid of loop_index_mutex by Jan Kara · 6 years ago
  42. 967d1dc loop: Fold __loop_release into loop_release by Jan Kara · 6 years ago
  43. 310ca16 block/loop: Use global lock for ioctl() operation. by Tetsuo Handa · 6 years ago
  44. b1ab5fa block/loop: Don't grab "struct file" for vfs_getattr() operation. by Tetsuo Handa · 6 years ago
  45. e051bd0 ms_block: remove unused pointer 'set' by Colin Ian King · 6 years ago
  46. dbef525 sunvdc: fix compiler warning by Jens Axboe · 6 years ago
  47. 4b04cc6 nvme: add separate poll queue map by Jens Axboe · 6 years ago
  48. 3b6592f nvme: utilize two queue maps, one for reads and one for writes by Jens Axboe · 6 years ago
  49. ed76e32 blk-mq: abstract out queue map by Jens Axboe · 6 years ago
  50. 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
  51. 9cf2bab block: kill request ->cpu member by Jens Axboe · 6 years ago
  52. 92bc5a2 block: remove __blk_put_request() by Jens Axboe · 6 years ago
  53. cd2f076 bsg: convert to use blk-mq by Jens Axboe · 6 years ago
  54. 5e28b8d bsg: provide bsg_remove_queue() helper by Jens Axboe · 6 years ago
  55. aae3b06 bsg: pass in desired timeout handler by Jens Axboe · 6 years ago
  56. 583d653 dasd: remove dead code by Jens Axboe · 6 years ago
  57. f664a3c scsi: kill off the legacy IO path by Jens Axboe · 6 years ago
  58. 3a7ea2c4 scsi: provide mq_ops->busy() hook by Jens Axboe · 6 years ago
  59. 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
  60. d0be122 mspro_block: convert to blk-mq by Jens Axboe · 6 years ago
  61. db1142a ms_block: convert to blk-mq by Jens Axboe · 6 years ago
  62. fa182a1 sunvdc: convert to blk-mq by Jens Axboe · 6 years ago
  63. ea2c18e null_blk: Add conventional zone configuration for zoned support by Masato Suzuki · 6 years ago
  64. 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
  65. ecb4d52 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  66. a13511d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  67. 3fc202e HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabled by Arnd Bergmann · 6 years ago
  68. 0c72442 Merge branch 'master' into for-4.20/upstream-fixes by Jiri Kosina · 6 years ago
  69. 7131193 net: alx: make alx_drv_name static by Rasmus Villemoes · 6 years ago
  70. 6da4b3a genirq/affinity: Add support for allocating interrupt sets by Jens Axboe · 6 years ago
  71. ea53abf bonding/802.3ad: fix link_failure_count tracking by Jarod Wilson · 6 years ago
  72. 0432e83 net: phy: realtek: fix RTL8201F sysfs name by Holger Hoffstätte · 6 years ago
  73. e3e61f0 hwmon: (ibmpowernv) Remove bogus __init annotations by Geert Uytterhoeven · 6 years ago
  74. 74e3512 hwmon: (core) Fix double-free in __hwmon_device_register() by Dmitry Osipenko · 6 years ago
  75. 42bd06e Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  76. 35e7452 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. 04578e8 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  78. 9680155 mlxsw: spectrum: Fix IP2ME CPU policer configuration by Shalom Toledo · 6 years ago
  79. 9261921 qed: fix link config error handling by Arnd Bergmann · 6 years ago
  80. 601a880 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  81. e9ebc21 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  82. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  83. e8ccbb7 net: hns3: Fix for out-of-bounds access when setting pfc back pressure by Yunsheng Lin · 6 years ago
  84. c297344 net/mlx4_en: use __netdev_tx_sent_queue() by Eric Dumazet · 6 years ago
  85. d2ff0ff2 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  86. 9a12efc Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  87. 54e049c2 s390/qeth: report 25Gbit link speed by Julian Wiedmann · 6 years ago
  88. 125d7d3 s390/qeth: sanitize ARP requests by Julian Wiedmann · 6 years ago
  89. 9fae5c3 s390/qeth: fix initial operstate by Julian Wiedmann · 6 years ago
  90. 30356d0 s390/qeth: unregister netdevice only when registered by Julian Wiedmann · 6 years ago
  91. bd74a7f s390/qeth: fix HiperSockets sniffer by Julian Wiedmann · 6 years ago
  92. e19e5be s390/qeth: sanitize strings in debug messages by Julian Wiedmann · 6 years ago
  93. af102b3 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  94. 7cb6a2a net: systemport: Protect stop from timeout by Florian Fainelli · 6 years ago
  95. 09e805d net: bcmgenet: protect stop from timeout by Doug Berger · 6 years ago
  96. 284fb78 net: dsa: microchip: initialize mutex before use by Tristram Ha · 6 years ago
  97. 7b900ea usbnet: smsc95xx: disable carrier check while suspending by Frieder Schrempf · 6 years ago
  98. 33745c3 clocksource/drivers/c-sky: Add gx6605s SOC system timer by Guo Ren · 6 years ago
  99. a7ad38b clocksource/drivers/c-sky: Add C-SKY SMP timer by Guo Ren · 6 years ago
  100. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago