1. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  2. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  3. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
  4. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 9 years ago
  5. 2149141 block: add blk_start_queue_async() by Jens Axboe · 9 years ago
  6. 287922e block: defer timeouts to a workqueue by Christoph Hellwig · 9 years ago
  7. 19190f5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  8. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  9. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  10. bf4e6b4 block: Always check queue limits for cloned requests by Hannes Reinecke · 9 years ago
  11. ca369d5 block/sd: Fix device-imposed transfer length limits by Martin K. Petersen · 9 years ago
  12. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 9 years ago
  13. 05229be block: add block polling support by Jens Axboe · 9 years ago
  14. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  15. ccf21b6 Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  16. bbd3e06 block: add an API for Persistent Reservations by Christoph Hellwig · 9 years ago
  17. ac6fc48 block: move blk_integrity to request_queue by Dan Williams · 9 years ago
  18. 3ef28e8 block: generic request_queue reference counting by Dan Williams · 9 years ago
  19. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  20. a48f041 block: Reduce the size of struct blk_integrity by Martin K. Petersen · 9 years ago
  21. 0f8087e block: Consolidate static integrity profile properties by Martin K. Petersen · 9 years ago
  22. aff34e1 block: Move integrity kobject to struct gendisk by Martin K. Petersen · 9 years ago
  23. 4593fdb blk-mq: fix sysfs registration/unregistration race by Akinobu Mita · 9 years ago
  24. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  25. 10fbd36 blk: rq_data_dir() should not return a boolean by Linus Torvalds · 9 years ago
  26. 7f39add block: Refuse request/bio merges with gaps in the integrity payload by Sagi Grimberg · 9 years ago
  27. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  28. 5e7c427 block: Check for gaps on front and back merges by Jens Axboe · 9 years ago
  29. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  30. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  31. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  32. d2be537 block: bump BLK_DEF_MAX_SECTORS to 2560 by Jeff Moyer · 9 years ago
  33. 30e2bc0 Revert "block: remove artifical max_hw_sectors cap" by Jeff Moyer · 9 years ago
  34. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  35. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  36. 0034af0 block: make /sys/block/<dev>/queue/discard_max_bytes writeable by Jens Axboe · 9 years ago
  37. 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  38. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  39. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  40. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  41. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  42. 3f21c26 block: add blk_set_queue_dying() to blkdev.h by Jens Axboe · 9 years ago
  43. d40f75a writeback, blkcg: restructure blk_{set|clear}_queue_congested() by Tejun Heo · 9 years ago
  44. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  45. e548ca4 block: don't honor chunk sizes for data-less IO by Jens Axboe · 9 years ago
  46. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  47. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  48. 4ecd4fe block: use an atomic_t for mq_freeze_depth by Christoph Hellwig · 9 years ago
  49. 336b7e1 block: remove export for blk_queue_bio by Mike Snitzer · 9 years ago
  50. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 9 years ago
  51. ac7cdff block: remove REQ_TYPE_PM_SHUTDOWN by Christoph Hellwig · 9 years ago
  52. b0b93b4 block: move REQ_TYPE_SENSE to the ide driver by Christoph Hellwig · 9 years ago
  53. b42171e block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h by Christoph Hellwig · 9 years ago
  54. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 9 years ago
  55. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 9 years ago
  56. d427e3c block: remove unused function blk_bio_map_sg by Christoph Hellwig · 10 years ago
  57. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
  58. ad9cf3b block: mark blk-mq devices as stackable by Mike Snitzer · 10 years ago
  59. ee1b6f7 block: support different tag allocation policy by Shaohua Li · 10 years ago
  60. d93ba7a block: Add discard flag to blkdev_issue_zeroout() function by Martin K. Petersen · 10 years ago
  61. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 10 years ago
  62. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  63. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  64. 47fafbc block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  65. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  66. ad2be37 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  67. cb1a5ab block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not defined by Martin K. Petersen · 10 years ago
  68. e999dbc Revert "block: all blk-mq requests are tagged" by Christoph Hellwig · 10 years ago
  69. 34b48db block: remove artifical max_hw_sectors cap by Christoph Hellwig · 10 years ago
  70. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  71. 61a04e5 include/linux/blkdev.h: use NULL instead of zero by Michele Curti · 10 years ago
  72. b8839b8 block: fix alignment_offset math that assumes io_min is a power-of-2 by Mike Snitzer · 10 years ago
  73. 4eaf99b block: Don't merge requests if integrity flags differ by Martin K. Petersen · 10 years ago
  74. aae7df5 block: Integrity checksum flag by Martin K. Petersen · 10 years ago
  75. 3aec2f4 block: Add a disk flag to block integrity profile by Martin K. Petersen · 10 years ago
  76. 8288f49 block: Add prefix to block integrity profile flags by Martin K. Petersen · 10 years ago
  77. 1859308 block: Clean up the code used to generate and verify integrity metadata by Martin K. Petersen · 10 years ago
  78. 3be91c4 block: Deprecate the use of the term sector in the context of block integrity by Martin K. Petersen · 10 years ago
  79. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  80. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  81. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  82. ff9ea32 block, bdi: an active gendisk always has a request_queue associated with it by Tejun Heo · 10 years ago
  83. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  84. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  85. 66cb45a block: add support for limiting gaps in SG lists by Jens Axboe · 10 years ago
  86. 736ed4d block: blk_max_size_offset() should check ->max_sectors by Jens Axboe · 10 years ago
  87. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  88. 762380a block: add notion of a chunk size for request merging by Jens Axboe · 10 years ago
  89. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  90. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  91. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  92. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  93. f89ca16 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  94. 05f1dd5 block: add queue flag for disabling SG merging by Jens Axboe · 10 years ago
  95. 4d92a9b block: remove 'magic' from struct blk_plug by Jens Axboe · 10 years ago
  96. 6178976 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  97. 6fca6a6 blk-mq: add helper to insert requests from irq context by Christoph Hellwig · 10 years ago
  98. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  99. af76e55 blk-mq: initialize struct request fields individually by Christoph Hellwig · 10 years ago
  100. 49fd524 bsg: update check for rq based driver for blk-mq by Jens Axboe · 10 years ago