1. 03a34b2 lightnvm: pblk: improve error msg on corrupted LBAs by Javier González · 7 years ago
  2. 310df58 lightnvm: pblk: check read lba on gc path by Javier González · 7 years ago
  3. 1d8b33e lightnvm: pblk: recheck for bad lines at runtime by Javier González · 7 years ago
  4. 2deeefc lightnvm: pblk: fail gracefully on line alloc. failure by Javier González · 7 years ago
  5. 84e92c1 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 7 years ago
  6. 131d08e block: split the blk-mq case from elevator_init by Christoph Hellwig · 7 years ago
  7. acddf3b block: move sysfs_lock into elevator_init by Christoph Hellwig · 7 years ago
  8. ddb7253 block: remove the always unused name argument to elevator_init by Christoph Hellwig · 7 years ago
  9. a8a275c block: unexport elevator_init/exit by Christoph Hellwig · 7 years ago
  10. cbf62af block: move initialization of elevator-related fields to blk_alloc_queue_node by Christoph Hellwig · 7 years ago
  11. 30d9096 nvme: use the changed namespaces list log to clear ns data changed AENs by Christoph Hellwig · 7 years ago
  12. 50e8d8e nvme: mark nvme_queue_scan static by Christoph Hellwig · 7 years ago
  13. c0561f8 nvme: submit AEN event configuration on startup by Hannes Reinecke · 7 years ago
  14. 55fdd6b nvmet: mask pending AENs by Christoph Hellwig · 7 years ago
  15. c86b8f7 nvmet: add AEN configuration support by Christoph Hellwig · 7 years ago
  16. c16734e nvmet: implement the changed namespaces log by Christoph Hellwig · 7 years ago
  17. 8ab0805 nvmet: split log page implementation by Christoph Hellwig · 7 years ago
  18. c7759ff nvmet: add a new nvmet_zero_sgl helper by Christoph Hellwig · 7 years ago
  19. aafd3af nvme.h: add AEN configuration symbols by Hannes Reinecke · 7 years ago
  20. b3984e0 nvme.h: add the changed namespace list log by Christoph Hellwig · 7 years ago
  21. 868c239 nvme.h: untangle AEN notice definitions by Christoph Hellwig · 7 years ago
  22. 1367bc8 nvmet: fix error return code in nvmet_file_ns_enable() by Wei Yongjun · 7 years ago
  23. 81cf54e0 nvmet: fix a typo in nvmet_file_ns_enable() by Wei Yongjun · 7 years ago
  24. cc456b6 nvme-fabrics: allow internal passthrough command on deleting controllers by Christoph Hellwig · 7 years ago
  25. f6c3ca0 block, bfq: prevent soft_rt_next_start from being stuck at infinity by Davide Sapienza · 7 years ago
  26. d450542e block, bfq: increase weight-raising duration for interactive apps by Davide Sapienza · 7 years ago
  27. e24f1c2 block, bfq: remove slow-system class by Paolo Valente · 7 years ago
  28. 4029eef block, bfq: add description of weight-raising heuristics by Paolo Valente · 7 years ago
  29. ac857e0 block, bfq: remove the removal of 'next' rq in bfq_requests_merged by Filippo Muzzini · 7 years ago
  30. 8abfa4d block, bfq: remove wrong check in bfq_requests_merged by Paolo Valente · 7 years ago
  31. a12bffe block, bfq: remove wrong lock in bfq_requests_merged by Filippo Muzzini · 7 years ago
  32. 04c4950 block: fixup bioset_integrity_create() call by Jens Axboe · 7 years ago
  33. dad0852 block: Drop bioset_create() by Kent Overstreet · 7 years ago
  34. e292d7b xfs: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  35. 8ac9f7c btrfs: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  36. 52190f8 fs: convert block_dev.c to bioset_init() by Kent Overstreet · 7 years ago
  37. a47a28b target: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  38. 6f1c819 dm: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  39. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  40. d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  41. b906bbb lightnvm: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  42. 64c4bc4 pktcdvd: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  43. 0892fac drbd: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  44. 338aa96 block: convert bounce, q->bio_split to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  45. 0b6bad7 blk-throttle: return proper bool type to caller instead of 0/1 by Chengguang Xu · 7 years ago
  46. d250bf4e blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  47. 5e3c3a7 nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs. by Kevin Vigor · 7 years ago
  48. 2ab74cd blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch by Liu Bo · 7 years ago
  49. a608884 block: kyber: make kyber more friendly with merging by Jianchao Wang · 7 years ago
  50. 9c55873 blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper by Jens Axboe · 7 years ago
  51. fe4a979 nvme-loop: add support for multiple ports by Christoph Hellwig · 7 years ago
  52. 90ea5ca nvme-pci: simplify __nvme_submit_cmd by Christoph Hellwig · 7 years ago
  53. b9cac43 nvme-pci: Rate limit the nvme timeout warnings by Keith Busch · 7 years ago
  54. ab4f47a nvme: allow duplicate controller if prior controller being deleted by James Smart · 7 years ago
  55. 5de815a block: remove parent device reference from struct bsg_class_device by Christoph Hellwig · 7 years ago
  56. b740517 Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 7 years ago
  57. 5afb783 block: don't print a message when the device went away by Christoph Hellwig · 7 years ago
  58. 4163a03 block: unexport check_disk_size_change by Christoph Hellwig · 7 years ago
  59. 0b7576d block: move ->timeout request member by Jens Axboe · 7 years ago
  60. d1210d5 blk-mq: simplify blk_mq_rq_timed_out by Christoph Hellwig · 7 years ago
  61. 88b0cfa block: document the blk_eh_timer_return values by Christoph Hellwig · 7 years ago
  62. f6e7d48 block: remove BLK_EH_HANDLED by Christoph Hellwig · 7 years ago
  63. adb2b76 libiscsi: don't try to bypass SCSI EH by Christoph Hellwig · 7 years ago
  64. ad73d6f mmc: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  65. 1fc2b62 scsi_transport_fc: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  66. 0df0bb0 null_blk: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  67. c5fb85b mtip32xx: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  68. e5eab01 nbd: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  69. db8c48e nvme: return BLK_EH_DONE from ->timeout by Christoph Hellwig · 7 years ago
  70. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  71. 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
  72. ad103e7 blk-mq: Fix timeout and state order by Keith Busch · 7 years ago
  73. 01fc27d libata: remove ata_scsi_timed_out by Christoph Hellwig · 7 years ago
  74. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
  75. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
  76. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  77. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  78. 6723d8d null_blk: add blocking description and remove lightnvm by Liu Bo · 7 years ago
  79. 75c8b19 nvme: fixup memory leak in nvme_init_identify() by Hannes Reinecke · 7 years ago
  80. 1e5f446 nvme: fix KASAN warning when parsing host nqn by Hannes Reinecke · 7 years ago
  81. eb46483 nvmet-loop: use nr_phys_segments when map rq to sgl by Chaitanya Kulkarni · 7 years ago
  82. 17d7825 nvmet-fc: increase LS buffer count per fc port by James Smart · 7 years ago
  83. d5eff33 nvmet: add simple file backed ns support by Chaitanya Kulkarni · 7 years ago
  84. 618cff4 nvmet: remove duplicate NULL initialization for req->ns by Chaitanya Kulkarni · 7 years ago
  85. b40b83e nvmet: make a few error messages more generic by Chaitanya Kulkarni · 7 years ago
  86. 181303d nvme-fabrics: allow duplicate connections to the discovery controller by Hannes Reinecke · 7 years ago
  87. 461fbc8 nvme-fabrics: centralize discovery controller defaults by Hannes Reinecke · 7 years ago
  88. ffecb0b nvme-fabrics: remove unnecessary controller subnqn validation by James Smart · 7 years ago
  89. 90fcaf5 nvme-fc: remove setting DNR on exception conditions by James Smart · 7 years ago
  90. 2e050f0 nvme-rdma: stop admin queue before freeing it by Jianchao Wang · 7 years ago
  91. 72cd4cc nvme-pci: Fix AER reset handling by Keith Busch · 7 years ago
  92. a8e3e0b nvme-pci: set nvmeq->cq_vector after alloc cq/sq by Jianchao Wang · 7 years ago
  93. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  94. e6fc464 blk-mq: avoid starving tag allocation after allocating process migrates by Ming Lei · 7 years ago
  95. f183464 bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue by Tejun Heo · 7 years ago
  96. 6df133a nbd: set discard granularity properly by Josef Bacik · 7 years ago
  97. e9a9853 nvme: host: core: fix precedence of ternary operator by Ivan Bornyakov · 7 years ago
  98. 978628e nvme: fix lockdep warning in nvme_mpath_clear_current_path by Johannes Thumshirn · 7 years ago
  99. 327ea4a blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers by Bart Van Assche · 7 years ago
  100. 2189c97 block/ndb: add WQ_UNBOUND to the knbd-recv workqueue by Dan Melnic · 7 years ago