1. 477e19d blk-mq: adjust debugfs and sysfs register when updating nr_hw_queues by Jianchao Wang · 6 years ago
  2. 2d29c9f block, bfq: improve asymmetric scenarios detection by Federico Motta · 6 years ago
  3. a2fa8a1 cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offline by Maciej S. Szmigiero · 6 years ago
  4. 4822e90 block: describe difference between flags IO_STAT and STATS by Konstantin Khlebnikov · 6 years ago
  5. 486c6fb drivers/block: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  6. 1306ad4 block: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  7. 766c8ce lightnvm: pblk: guarantee that backpointer is respected on writer stall by Javier González · 6 years ago
  8. 8a57fc3 lightnvm: pblk: consider max hw sectors supported for max_write_pgs by Zhoujie Wu · 6 years ago
  9. a70985f lightnvm: pblk: fix error handling of pblk_lines_init() by Wei Yongjun · 6 years ago
  10. 6fd05ca lightnvm: do no update csecs and sos on 1.2 by Javier González · 6 years ago
  11. d672d92 lightnvm: pblk: guarantee mw_cunits on read buffer by Javier González · 6 years ago
  12. 9bd1f87 lightnvm: pblk: move ring buffer alloc/free rb init by Javier González · 6 years ago
  13. 40b8657 lightnvm: pblk: encapsulate rb pointer operations by Javier González · 6 years ago
  14. dde4aac lightnvm: pblk: remove unused function by Javier González · 6 years ago
  15. 44cdbdc lightnvm: pblk: fix race on sysfs line state by Javier González · 6 years ago
  16. 02a1520 lightnvm: pblk: add SPDX license tag by Javier González · 6 years ago
  17. 6ad2f61 lightnvm: pblk: recover open lines on 2.0 devices by Javier González · 6 years ago
  18. 253babc lightnvm: pblk: take write semaphore on metadata by Javier González · 6 years ago
  19. af3fac1 lightnvm: pblk: refactor metadata paths by Javier González · 6 years ago
  20. 45dcf29 lightnvm: pblk: encapsulate rqd dma allocations by Javier González · 6 years ago
  21. 090ee26 lightnvm: use internal allocation for chunk log page by Javier González · 6 years ago
  22. 7325b4b lightnvm: pblk: fix two sleep-in-atomic-context bugs by Jia-Ju Bai · 6 years ago
  23. bf82fa2 lightnvm: pblk: fix mapping issue on failed writes by Hans Holmberg · 6 years ago
  24. 1864de9 lightnvm: pblk: stop recreating global caches by Hans Holmberg · 6 years ago
  25. 63dee3a lightnvm: pblk: calculate line pad distance in helper by Javier González · 6 years ago
  26. 7f985f9 lightnvm: move ppa transformations to core by Javier González · 6 years ago
  27. 4209c31 lightnvm: pblk: add tracing for chunk resets by Hans Holmberg · 6 years ago
  28. 1b0dd0b lightnvm: pblk: add trace events for pblk state changes by Hans Holmberg · 6 years ago
  29. f293723 lightnvm: pblk: add trace events for line state changes by Hans Holmberg · 6 years ago
  30. 4c44abf lightnvm: pblk: add trace events for chunk states by Hans Holmberg · 6 years ago
  31. 43241cf lightnvm: pblk: remove debug from pblk_[down/up]_page by Matias Bjørling · 6 years ago
  32. 765462f lightnvm: pblk: fix write amplificiation calculation by Hans Holmberg · 6 years ago
  33. ea1d24b lightnvm: pblk: fix up prints in pblk_read_check_rand by Hans Holmberg · 6 years ago
  34. e99e802 lightnvm: pblk: remove unused parameters in pblk_up_rq by Hans Holmberg · 6 years ago
  35. 53d82db lightnvm: pblk: allocate line map bitmaps using a mempool by Hans Holmberg · 6 years ago
  36. d68a934 lightnvm: introduce nvm_rq_to_ppa_list by Hans Holmberg · 6 years ago
  37. 9cc85bc lightnvm: pblk: guarantee emeta on line close by Javier González · 6 years ago
  38. 7a7d6f9 lightnvm: pblk: remove unused variable. by Javier González · 6 years ago
  39. 2e696f9 lightnvm: pblk: fix comment typo by Javier González · 6 years ago
  40. cb21665 lightnvm: pblk: improve line helpers by Javier González · 6 years ago
  41. 2cf99bb lightnvm: pblk: add helpers for chunk addresses by Javier González · 6 years ago
  42. ae14cc0 lightnvm: pblk: refactor put line fn on read completion by Matias Bjørling · 6 years ago
  43. d20be90 lightnvm: pblk: remove size and out of bounds read check by Matias Bjørling · 6 years ago
  44. 8bbd45d lightnvm: pblk: fix incorrect min_write_pgs by Matias Bjørling · 6 years ago
  45. afdc23c lightnvm: pblk: unify vector max req constants by Matias Bjørling · 6 years ago
  46. aff3fb1 lightnvm: move bad block and chunk state logic to core by Matias Bjørling · 6 years ago
  47. d8adaa3 lightnvm: pblk: fix race condition on metadata I/O by Javier González · 6 years ago
  48. 656e33c lightnvm: move device L2P detection to core by Matias Bjørling · 6 years ago
  49. 4b5d56e lightnvm: pblk: fix rqd.error return value in pblk_blk_erase_sync by Matias Bjørling · 6 years ago
  50. d7b6801 lightnvm: combine 1.2 and 2.0 command flags by Matias Bjørling · 6 years ago
  51. 73569e1 lightnvm: remove dependencies on BLK_DEV_NVME and PCI by Matias Bjørling · 6 years ago
  52. 36e7653 blk-mq: complete req in softirq context in case of single queue by Ming Lei · 6 years ago
  53. 3a646fd bcache: panic fix for making cache device by Dongbo Cao · 6 years ago
  54. f6027bc bcache: split combined if-condition code into separate ones by Dongbo Cao · 6 years ago
  55. 8792099 bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_alloc_set by Shenghui Wang · 6 years ago
  56. 149d0ef bcache: replace hard coded number with BUCKET_GC_GEN_MAX by Coly Li · 6 years ago
  57. 91bafdf bcache: remove useless parameter of bch_debug_init() by Dongbo Cao · 6 years ago
  58. 3fd3c5c bcache: remove unused bch_passthrough_cache by Shenghui Wang · 6 years ago
  59. 4601014 bcache: recal cached_dev_sectors on detach by Shenghui Wang · 6 years ago
  60. 2d6cb6e bcache: fix miss key refill->end in writeback by Tang Junhui · 6 years ago
  61. 7567c2a bcache: Populate writeback_rate_minimum attribute by Ben Peddell · 6 years ago
  62. 2e17a26 bcache: correct dirty data statistics by Tang Junhui · 6 years ago
  63. 4516da4 bcache: fix typo in code comments of closure_return_with_destructor() by Coly Li · 6 years ago
  64. dd0c917 bcache: fix ioctl in flash device by Tang Junhui · 6 years ago
  65. 752f66a bcache: use REQ_PRIO to indicate bio for metadata by Coly Li · 6 years ago
  66. 502b291 bcache: trace missed reading by cache_missed by Tang Junhui · 6 years ago
  67. 7a55948 bcache: account size of buckets used in uuid write to ca->meta_sectors_written by Shenghui Wang · 6 years ago
  68. 6d8623a blk-mq-debugfs: Also show requests that have not yet been started by Bart Van Assche · 6 years ago
  69. 4f5735f Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-4.20/block by Jens Axboe · 6 years ago
  70. 2acf70a nvmet-rdma: use a private workqueue for delete by Sagi Grimberg · 6 years ago
  71. 9305455 block: Finish renaming REQ_DISCARD into REQ_OP_DISCARD by Bart Van Assche · 6 years ago
  72. e4f3aa2 cdrom: fix improper type cast, which can leat to information leak. by Young_X · 6 years ago
  73. fb6360b pktcdvd: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  74. f333444 nvme: take node locality into account when selecting a path by Christoph Hellwig · 6 years ago
  75. 73383ad nvmet: don't split large I/Os unconditionally by Sagi Grimberg · 6 years ago
  76. 783f4a4 nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O by James Smart · 6 years ago
  77. 09bd1ff nvme-core: add async event trace helper by Chaitanya Kulkarni · 6 years ago
  78. 97faec5 nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport device by James Smart · 6 years ago
  79. ea96d64 nvmet_fc: support target port removal with nvmet layer by James Smart · 6 years ago
  80. d4e4230 nvme-fc: fix for a minor typos by Milan P. Gandhi · 6 years ago
  81. d93cb39 nvmet: remove redundant module prefix by Chaitanya Kulkarni · 6 years ago
  82. 53b3a66 nvme: fix typo in nvme_identify_ns_descs by Milan P. Gandhi · 6 years ago
  83. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  84. 17b57b1 Linux 4.19-rc6 by Greg Kroah-Hartman · 6 years ago
  85. 9a10b06 Merge tag 'auxdisplay-for-greg-v4.19-rc6' of https://github.com/ojeda/linux by Greg Kroah-Hartman · 6 years ago
  86. 9ba6873 Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Greg Kroah-Hartman · 6 years ago
  87. 03d179a MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.c by Miguel Ojeda · 6 years ago
  88. 291d0e5 Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block by Greg Kroah-Hartman · 6 years ago
  89. e754177 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
  90. e1ce697d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
  91. af17b3a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
  92. 82ec752 Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Greg Kroah-Hartman · 6 years ago
  93. d51aea1 cpufreq: qcom-kryo: Fix section annotations by Nathan Chancellor · 6 years ago
  94. 7a6878b Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping by Greg Kroah-Hartman · 6 years ago
  95. e704966 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Greg Kroah-Hartman · 6 years ago
  96. 2f19e7a Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Greg Kroah-Hartman · 6 years ago
  97. 8f05661 Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Greg Kroah-Hartman · 6 years ago
  98. f005de0 Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Greg Kroah-Hartman · 6 years ago
  99. 900915f Merge tag 'pinctrl-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Greg Kroah-Hartman · 6 years ago
  100. befb1b3 perf/core: Add sanity check to deal with pinned event failure by Reinette Chatre · 6 years ago