1. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
  2. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
  3. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  4. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  5. 6723d8d null_blk: add blocking description and remove lightnvm by Liu Bo · 7 years ago
  6. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  7. e6fc464 blk-mq: avoid starving tag allocation after allocating process migrates by Ming Lei · 7 years ago
  8. f183464 bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue by Tejun Heo · 7 years ago
  9. 6df133a nbd: set discard granularity properly by Josef Bacik · 7 years ago
  10. 327ea4a blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers by Bart Van Assche · 7 years ago
  11. 2189c97 block/ndb: add WQ_UNBOUND to the knbd-recv workqueue by Dan Melnic · 7 years ago
  12. b4f6f38 blk-mq: remove wrong 'unlikely' check by huhai · 7 years ago
  13. 68fa9db nvme-pci: fix race between poll and IRQ completions by Jens Axboe · 7 years ago
  14. 81b1dab Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 7 years ago
  15. 1eae349 nvme-pci: drop IRQ disabling on submission queue lock by Jens Axboe · 7 years ago
  16. 1ab0cd6 nvme-pci: split the nvme queue lock into submission and completion locks by Jens Axboe · 7 years ago
  17. 5cb525c nvme-pci: handle completions outside of the queue lock by Jens Axboe · 7 years ago
  18. d1f06f4 nvme-pci: move ->cq_vector == -1 check outside of ->q_lock by Jens Axboe · 7 years ago
  19. f9dde18 nvme-pci: remove cq check after submission by Jens Axboe · 7 years ago
  20. 750dde4 nvme-pci: simplify nvme_cqe_valid by Christoph Hellwig · 7 years ago
  21. 287a63e nvme: mark the result argument to nvme_complete_async_event volatile by Christoph Hellwig · 7 years ago
  22. d416c92 blk-mq: clear hctx->dispatch_from when mappings change by huhai · 7 years ago
  23. 76aa1d3 nbd: call nbd_bdev_reset instead of bd_set_size on disconnect by Josef Bacik · 7 years ago
  24. fe1f9e6 nbd: fix how we set bd_invalidated by Josef Bacik · 7 years ago
  25. 96d97e1 nbd: clear_sock on netlink disconnect by Josef Bacik · 7 years ago
  26. 9e2b1967 nbd: use bd_set_size when updating disk size by Josef Bacik · 7 years ago
  27. c3f7c93 nbd: update size when connected by Josef Bacik · 7 years ago
  28. 8364da4 nbd: fix nbd device deletion by Josef Bacik · 7 years ago
  29. 3de9bee block: fix MAINTAINERS email for nbd by Josef Bacik · 7 years ago
  30. 8fa9f55 blk-mq: remove redundant insert case in blk_mq_make_request() by huhai · 7 years ago
  31. da3c6ef Remove jsflash driver by Jens Axboe · 7 years ago
  32. 6fcefbe block: Add sysfs entry for fua support by Kent Overstreet · 7 years ago
  33. 1900fcc block: Export bio check/set pages_dirty by Kent Overstreet · 7 years ago
  34. 0ba99ca block: Add warning for bi_next not NULL in bio_endio() by Kent Overstreet · 7 years ago
  35. 6e6e811 block: Add missing flush_dcache_page() call by Kent Overstreet · 7 years ago
  36. 45db54d block: Split out bio_list_copy_data() by Kent Overstreet · 7 years ago
  37. 38a72da block: Add bio_copy_data_iter(), zero_fill_bio_iter() by Kent Overstreet · 7 years ago
  38. f4f8154 block: Use bioset_init() for fs_bio_set by Kent Overstreet · 7 years ago
  39. 917a38c block: Add bioset_init()/bioset_exit() by Kent Overstreet · 7 years ago
  40. 8aa6ba2 block: Convert bio_set to mempool_init() by Kent Overstreet · 7 years ago
  41. c1a67fe mempool: Add mempool_init()/mempool_exit() by Kent Overstreet · 10 years ago
  42. c854ab5 sbitmap: fix race in wait batch accounting by Jens Axboe · 7 years ago
  43. 0eb0b63 block: consistently use GFP_NOIO instead of __GFP_NORECLAIM by Christoph Hellwig · 7 years ago
  44. c303602 block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM by Christoph Hellwig · 7 years ago
  45. 4accf5f block: pass an explicit gfp_t to get_request by Christoph Hellwig · 7 years ago
  46. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  47. a9a14d3 block: fix __get_request documentation by Christoph Hellwig · 7 years ago
  48. ac613e4 scsi/osd: remove the gfp argument to osd_start_request by Christoph Hellwig · 7 years ago
  49. 058147b memstick: remove unused variables by Christoph Hellwig · 7 years ago
  50. e4f0e0c ps3disk: handle highmem pages by Christoph Hellwig · 7 years ago
  51. 37a5b5c jsflash: handle highmem pages by Christoph Hellwig · 7 years ago
  52. ad180f6 aoe: handle highmem pages by Christoph Hellwig · 7 years ago
  53. 34ab96e mtd_blkdevs: handle highmem pages by Christoph Hellwig · 7 years ago
  54. 7c2d748 memstick: don't call blk_queue_bounce_limit by Christoph Hellwig · 7 years ago
  55. 00f0a51 DAC960: don't use block layer bounce buffers by Christoph Hellwig · 7 years ago
  56. 5c26e05 mtip32xx: don't use block layer bounce buffers by Christoph Hellwig · 7 years ago
  57. cc1d5e7 nvme/pci: Sync controller reset for AER slot_reset by Keith Busch · 7 years ago
  58. 61445b56 sbitmap: warn if using smaller shallow depth than was setup by Omar Sandoval · 7 years ago
  59. 2882064 kyber-iosched: update shallow depth when setting up hardware queue by Jens Axboe · 7 years ago
  60. 483b7bf bfq-iosched: update shallow depth to smallest one used by Jens Axboe · 7 years ago
  61. a327553 sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() by Omar Sandoval · 7 years ago
  62. bd7d4ef bfq-iosched: remove unused variable by Jens Axboe · 7 years ago
  63. f0635b8 bfq: calculate shallow depths at init time by Jens Axboe · 7 years ago
  64. 5514136 bfq-iosched: don't worry about reserved tags in limit_depth by Jens Axboe · 7 years ago
  65. 17a5119 blk-mq: don't call into depth limiting for reserved tags by Jens Axboe · 7 years ago
  66. 18e5a57 block, bfq: postpone rq preparation to insert or merge by Paolo Valente · 7 years ago
  67. 8e3c283 mtip32xx: Fix an error handling path in 'mtip_pci_probe()' by Christophe JAILLET · 7 years ago
  68. 316ba57 brd: Mark as non-rotational by SeongJae Park · 7 years ago
  69. 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 7 years ago
  70. 4bc6339 block: move blk_stat_add() to __blk_mq_end_request() by Omar Sandoval · 7 years ago
  71. 84c7afc block: use ktime_get_ns() instead of sched_clock() for cfq and bfq by Omar Sandoval · 7 years ago
  72. 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 7 years ago
  73. 5238dcf block: replace bio->bi_issue_stat with bio-specific type by Omar Sandoval · 7 years ago
  74. a8a4594 block: pass struct request instead of struct blk_issue_stat to wbt by Omar Sandoval · 7 years ago
  75. 934031a block: move some wbt helpers to blk-wbt.c by Omar Sandoval · 7 years ago
  76. 782f569 blk-wbt: throttle discards like background writes by Jens Axboe · 7 years ago
  77. 8bea609 blk-wbt: pass in enum wbt_flags to get_rq_wait() by Jens Axboe · 7 years ago
  78. 825843b blk-wbt: account any writing command as a write by Jens Axboe · 7 years ago
  79. af097f5 block: break discard submissions into the user defined size by Jens Axboe · 7 years ago
  80. d3349b6 loop: remember whether sysfs_create_group() was done by Tetsuo Handa · 7 years ago
  81. 5086467 block: Shorten interrupt disabled regions by Thomas Gleixner · 7 years ago
  82. 656cb6d block: Remove redundant WARN_ON() by Anna-Maria Gleixner · 7 years ago
  83. f3a1075 block: don't disable interrupts during kmap_atomic() by Sebastian Andrzej Siewior · 7 years ago
  84. f142f08 Fix typo in comment. by Florian La Roche · 7 years ago
  85. 76787cf Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  86. 80f513b nvme/pci: Hold controller reference during async probe by Keith Busch · 7 years ago
  87. 75bc37f Linux 4.17-rc4 by Linus Torvalds · 7 years ago
  88. 701e39d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  89. 772d4f8 Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  90. 9c48eb6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. fe282c6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 03b5f0c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. ee946c3 Merge tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  94. 8e95cb33 Merge tag 'usb-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  95. ecf08da KVM: x86: remove APIC Timer periodic/oneshot spikes by Anthoine Bourgeois · 7 years ago
  96. f3351c6 Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  97. c1c0741 Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  98. 4a7a772 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  99. f933147 Merge tag 'rproc-v4.17-1' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  100. c12fd0f Merge tag 'drm-fixes-for-v4.17-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago