1. d410035 block: rework zone reporting by Christoph Hellwig · 5 years ago
  2. 23a5086 scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer() by Damien Le Moal · 5 years ago
  3. 6d09c40 null_blk: Add zone_nr_conv to features by Damien Le Moal · 5 years ago
  4. 7fc8fb5 null_blk: clean up report zones by Christoph Hellwig · 5 years ago
  5. e3f8956 null_blk: clean up the block device operations by Christoph Hellwig · 5 years ago
  6. 5eac3eb block: Remove partition support for zoned block devices by Damien Le Moal · 5 years ago
  7. ceeb373 block: Simplify report zones execution by Damien Le Moal · 5 years ago
  8. c98c3d09 block: cleanup the !zoned case in blk_revalidate_disk_zones by Christoph Hellwig · 5 years ago
  9. d9dd730 block: Enhance blk_revalidate_disk_zones() by Damien Le Moal · 5 years ago
  10. 0788c4e Merge branch 'for-5.5/drivers-post' into for-5.5/zoned by Jens Axboe · 5 years ago
  11. d29510d Merge branch 'for-5.5/drivers' into for-5.5/zoned by Jens Axboe · 5 years ago
  12. 6952a7f block: split bio if the only bvec's length is > SZ_4K by Ming Lei · 5 years ago
  13. 59db8ba block: still try to split bio if the bvec crosses pages by Ming Lei · 5 years ago
  14. 1d15664 blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT by Tejun Heo · 5 years ago
  15. f733164 blk-cgroup: reimplement basic IO stats using cgroup rstat by Tejun Heo · 5 years ago
  16. 8a80d5d blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive() by Tejun Heo · 5 years ago
  17. 7ca4643 blk-throtl: stop using blkg->stat_bytes and ->stat_ios by Tejun Heo · 5 years ago
  18. fd41e60 bfq-iosched: stop using blkg->stat_bytes and ->stat_ios by Tejun Heo · 5 years ago
  19. a557f1c bfq-iosched: relocate bfqg_*rwstat*() helpers by Tejun Heo · 5 years ago
  20. 912c0a8 Merge branch 'for-linus' into for-5.5/block by Jens Axboe · 5 years ago
  21. ad512f2 scsi: sd_zbc: add zone open, close, and finish support by Ajay Joshi · 5 years ago
  22. 6d1ec7814 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi into for-5.5/drivers-post by Jens Axboe · 5 years ago
  23. e163817 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into for-5.5/drivers-post by Jens Axboe · 5 years ago
  24. da644b2 null_blk: add zone open, close, and finish support by Ajay Joshi · 5 years ago
  25. 2e2d6f7 dm: add zone open, close and finish support by Ajay Joshi · 5 years ago
  26. 439b84f Merge branch 'for-5.5/block' into for-5.5/drivers by Jens Axboe · 5 years ago
  27. e876df1 block: add zone open, close and finish ioctl support by Ajay Joshi · 5 years ago
  28. 6c1b1da block: add zone open, close and finish operations by Ajay Joshi · 5 years ago
  29. c7a1d92 block: Simplify REQ_OP_ZONE_RESET_ALL handling by Damien Le Moal · 5 years ago
  30. a84324d block: Remove REQ_OP_ZONE_RESET plugging by Damien Le Moal · 5 years ago
  31. b081436 blkcg: make blkcg_print_stat() print stats only for online blkgs by Tejun Heo · 5 years ago
  32. f8db383 block: Warn if elevator= parameter is used by Jan Kara · 5 years ago
  33. 9393c8de scsi: core: Handle drivers which set sg_tablesize to zero by Michael Schmitz · 5 years ago
  34. 8b1062d scsi: qla2xxx: fix NPIV tear down process by Martin Wilck · 5 years ago
  35. edc1f54 scsi: sd_zbc: Fix sd_zbc_complete() by Damien Le Moal · 5 years ago
  36. 0473976 Merge branch 'nvme-5.4-rc7' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 5 years ago
  37. 0d6eeb1 nvme: change nvme_passthru_cmd64 to explicitly mark rsvd by Charles Machalow · 5 years ago
  38. 763303a nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths by Anton Eidelman · 5 years ago
  39. 9ad9e8d6 nvme-rdma: fix a segmentation fault during module unload by Max Gurtovoy · 5 years ago
  40. fa53228 block: avoid blk_bio_segment_split for small I/O operations by Christoph Hellwig · 5 years ago
  41. 64fab72 nvme: Fix parsing of ANA log page by Prabhath Sajeepa · 5 years ago
  42. 716fd9c nvmet: stop using bio_set_op_attrs by Christoph Hellwig · 5 years ago
  43. 9dea0c8 nvmet: add plugging for read/write when ns is bdev by Christoph Hellwig · 5 years ago
  44. d84dd8c nvmet: clean up command parsing a bit by Christoph Hellwig · 5 years ago
  45. 05d3046 nvme-pci: Spelling s/resdicovered/rediscovered/ by Geert Uytterhoeven · 5 years ago
  46. d4b3a17 nvmet: fill discovery controller sn, fr and mn correctly by Sagi Grimberg · 5 years ago
  47. be3f311 nvmet: Open code nvmet_req_execute() by Christoph Hellwig · 5 years ago
  48. e9061c3 nvmet: Remove the data_len field from the nvmet_req struct by Christoph Hellwig · 5 years ago
  49. 59ef0ea nvmet: Introduce nvmet_dsm_len() helper by Christoph Hellwig · 5 years ago
  50. 6f86f2c nvmet: Cleanup discovery execute handlers by Christoph Hellwig · 5 years ago
  51. 2cb6963 nvmet: Introduce common execute function for get_log_page and identify by Christoph Hellwig · 5 years ago
  52. c73eebc nvmet-tcp: Don't set the request's data_len by Logan Gunthorpe · 5 years ago
  53. e0bace7 nvmet-tcp: Don't check data_len in nvmet_tcp_map_data() by Logan Gunthorpe · 5 years ago
  54. e08f2ae nvme: Introduce nvme_lba_to_sect() by Damien Le Moal · 5 years ago
  55. 314d48d nvme: Cleanup and rename nvme_block_nr() by Damien Le Moal · 5 years ago
  56. 48c9e85 nvme: resync include/linux/nvme.h with nvmecli by Revanth Rajashekar · 5 years ago
  57. 16686f3 nvme: move common call to nvme_cleanup_cmd to core layer by Max Gurtovoy · 5 years ago
  58. 2dc3947 nvme: introduce "Command Aborted By host" status code by Max Gurtovoy · 5 years ago
  59. 59534b9 nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed by Israel Rukshin · 5 years ago
  60. e522f44 nvmet: add unlikely check at nvmet_req_alloc_sgl by Israel Rukshin · 5 years ago
  61. 4d764bb9a nvmet: use bio_io_error instead of duplicating it by Israel Rukshin · 5 years ago
  62. 58a8df6 nvme: introduce nvme_is_aen_req function by Israel Rukshin · 5 years ago
  63. bcde5f0 nvme-fc: ensure association_id is cleared regardless of a Disconnect LS by James Smart · 5 years ago
  64. 7db3948 nvme-fc: clarify error messages by James Smart · 5 years ago
  65. 44fbf3b nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu by James Smart · 5 years ago
  66. 53b2b2f nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes by James Smart · 5 years ago
  67. f165836 nvme-fc: Sync nvme-fc header to FC-NVME-2 by James Smart · 5 years ago
  68. d2c9be8 blk-mq: make sure that line break can be printed by Ming Lei · 5 years ago
  69. 62c441c block: sed-opal: Introduce Opal Datastore UID by Revanth Rajashekar · 5 years ago
  70. 51f421c block: sed-opal: Add support to read/write opal tables generically by Revanth Rajashekar · 5 years ago
  71. 3495ea1 block: sed-opal: Generalizing write data to any opal table by Revanth Rajashekar · 5 years ago
  72. cba22d8 bdev: Refresh bdev size for disks without partitioning by Jan Kara · 5 years ago
  73. 731dc48 bdev: Factor out bdev revalidation into a common helper by Jan Kara · 5 years ago
  74. 8962842 blk-mq: avoid sysfs buffer overflow with too many CPU cores by Ming Lei · 5 years ago
  75. efcfec57 loop: fix no-unmap write-zeroes request behavior by Darrick J. Wong · 5 years ago
  76. 626fb73 blk-mq: Make blk_mq_run_hw_queue() return void by John Garry · 5 years ago
  77. 41591a5 iocost: don't nest spin_lock_irq in ioc_weight_write() by Dan Carpenter · 5 years ago
  78. 6873e0b io_uring: ensure we clear io_kiocb->result before each issue by Jens Axboe · 5 years ago
  79. d848074 um-ubd: Entrust re-queue to the upper layers by Anton Ivanov · 5 years ago
  80. 86cccfb nvme-multipath: remove unused groups_only mode in ana log by Anton Eidelman · 5 years ago
  81. af8fd04 nvme-multipath: fix possible io hang after ctrl reconnect by Anton Eidelman · 5 years ago
  82. d3566ab scsi: qla2xxx: stop timer in shutdown path by Nicholas Piggin · 5 years ago
  83. 044c1ab io_uring: don't touch ctx in setup after ring fd install by Jens Axboe · 5 years ago
  84. 7b20238 io_uring: Fix leaked shadow_req by Pavel Begunkov · 5 years ago
  85. d6d5df1 Linux 5.4-rc5 by Linus Torvalds · 5 years ago
  86. 153a971 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  87. 2b776b5 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  88. a8a31fd Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  89. 1e1ac1c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  90. c9a2e4a Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  91. 6995a6a Merge tag 'riscv/for-v5.4-rc5-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  92. 5a1e843 Merge tag 'mips_fixes_5.4_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  93. 2976895 Merge tag 'tty-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  94. 228bd62 Merge tag 'staging-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  95. 13fa692 Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  96. a03885d Merge tag 'char-misc-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  97. 0ecdd78 Merge tag 'usb-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  98. 992cb10 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  99. acf913b Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  100. f877bee Merge tag 's390-5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago