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