1. 7b07675 xen-blkfront: don't add indirect pages to list when !feature_persistent by Bob Liu · 9 years ago
  2. d50babb xen-blkfront: introduce blkfront_gather_backend_features() by Bob Liu · 9 years ago
  3. a9b54bb drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising by Bob Liu · 9 years ago
  4. 86839c5 xen/block: add multi-page ring support by Bob Liu · 9 years ago
  5. 8ab0144 driver: xen-blkfront: move talk_to_blkback to a more suitable place by Bob Liu · 9 years ago
  6. 69b91ed drivers: xen-blkback: delay pending_req allocation to connect_ring by Bob Liu · 9 years ago
  7. a5768aa NVMe: Automatic namespace rescan by Keith Busch · 9 years ago
  8. b281ebb Merge branch 'for-4.2/core' into for-4.2/drivers by Jens Axboe · 9 years ago
  9. 3f21c26 block: add blk_set_queue_dying() to blkdev.h by Jens Axboe · 9 years ago
  10. 36a7e99 NVMe: Memory barrier before queue_count is incremented by Jon Derrick · 10 years ago
  11. 4cc0652 NVMe: add sysfs and ioctl controller reset by Keith Busch · 9 years ago
  12. 8b70f45 null_blk: restart request processing on completion handler by Akinobu Mita · 9 years ago
  13. 419c21a null_blk: prevent timer handler running on a different CPU where started by Akinobu Mita · 9 years ago
  14. 4248322 NVMe: Remove hctx reliance for multi-namespace by Keith Busch · 9 years ago
  15. 843e8dd Merge branch 'for-4.2/core' into for-4.2/drivers by Jens Axboe · 9 years ago
  16. f26cdc8 blk-mq: Shared tag enhancements by Keith Busch · 9 years ago
  17. e548ca4 block: don't honor chunk sizes for data-less IO by Jens Axboe · 9 years ago
  18. beefa6b block: only honor SG gap prevention for merges that contain data by Jens Axboe · 9 years ago
  19. 75619bf NVMe: End sync requests immediately on failure by Keith Busch · 10 years ago
  20. f4ff414 NVMe: Use requested sync command timeout by Keith Busch · 10 years ago
  21. f6454b0 block: fix returnvar.cocci warnings by Julia Lawall · 10 years ago
  22. a0a931d NVMe: Fix obtaining command result by Keith Busch · 10 years ago
  23. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 10 years ago
  24. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  25. d29ec82 nvme: submit internal commands through the block layer by Christoph Hellwig · 10 years ago
  26. 772ce43 nvme: fail SCSI read/write command with unsupported protection bit by Christoph Hellwig · 10 years ago
  27. 9085176 nvme: report the DPOFUA in MODE_SENSE by Christoph Hellwig · 10 years ago
  28. cbbb7a2 nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code by Christoph Hellwig · 10 years ago
  29. 3726897 nvme: first round at deobsfucating the SCSI translation code by Christoph Hellwig · 10 years ago
  30. e61b0a8 nvme: fix scsi translation error handling by Christoph Hellwig · 10 years ago
  31. b90c48d nvme: split nvme_trans_send_fw_cmd by Christoph Hellwig · 10 years ago
  32. e75ec75 nvme: store a struct device pointer in struct nvme_dev by Christoph Hellwig · 10 years ago
  33. f705f83 nvme: consolidate synchronous command submission helpers by Christoph Hellwig · 10 years ago
  34. 6a92700 loop: remove (now) unused 'out' label by Jens Axboe · 10 years ago
  35. a05e578 s390/block/dasd: remove obsolete while -EBUSY loop by Jarod Wilson · 10 years ago
  36. 6029a06 block: dasd_genhd: convert to blkdev_reread_part by Ming Lei · 10 years ago
  37. 9dcd137 block: nbd: convert to blkdev_reread_part() by Ming Lei · 10 years ago
  38. 06f0e9e block: loop: fix another reread part failure by Ming Lei · 10 years ago
  39. f893366 block: loop: don't hold lo_ctl_mutex in lo_open by Ming Lei · 10 years ago
  40. b816d45 Merge branch 'for-4.2/core' into for-4.2/drivers by Jens Axboe · 10 years ago
  41. b04a5636 block: replace trylock with mutex_lock in blkdev_reread_part() by Ming Lei · 10 years ago
  42. be32417 block: export blkdev_reread_part() and __blkdev_reread_part() by Jarod Wilson · 10 years ago
  43. 343df3c suspend: simplify block I/O handling by Christoph Hellwig · 10 years ago
  44. b2dbe0a block: collapse bio bit space by Jens Axboe · 10 years ago
  45. 97ca223 block: remove unused BIO_RW_BLOCK and BIO_EOF flags by Christoph Hellwig · 10 years ago
  46. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 10 years ago
  47. cddcd72 nvme: disable irqs in nvme_freeze_queues by Christoph Hellwig · 10 years ago
  48. 4ecd4fe block: use an atomic_t for mq_freeze_depth by Christoph Hellwig · 10 years ago
  49. 8a0ee3b cciss: correct the non-resettable board list by Tomas Henzl · 10 years ago
  50. 5aea328 cciss: remove duplicate entries from board_type struct by Tomas Henzl · 10 years ago
  51. 5b3f341 blk-mq: make plug work for mutiple disks and queues by Shaohua Li · 10 years ago
  52. f984df1 blk-mq: do limited block plug for multiple queue case by Shaohua Li · 10 years ago
  53. 239ad21 blk-mq: avoid re-initialize request which is failed in direct dispatch by Shaohua Li · 10 years ago
  54. e6c4438 blk-mq: fix plugging in blk_sq_make_request by Jeff Moyer · 10 years ago
  55. 5596d0d sched: always use blk_schedule_flush_plug in io_schedule_out by Shaohua Li · 10 years ago
  56. dd6cf3e blk: clean up plug by Shaohua Li · 10 years ago
  57. 4d4e41a block: loop: avoiding too many pending per work I/O by Ming Lei · 10 years ago
  58. f4aa4c7 block: loop: convert to per-device workqueue by Ming Lei · 10 years ago
  59. 9dc6c80 nbd: stop using req->cmd by Christoph Hellwig · 10 years ago
  60. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 10 years ago
  61. ac7cdff block: remove REQ_TYPE_PM_SHUTDOWN by Christoph Hellwig · 10 years ago
  62. b0b93b4 block: move REQ_TYPE_SENSE to the ide driver by Christoph Hellwig · 10 years ago
  63. b42171e block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h by Christoph Hellwig · 10 years ago
  64. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
  65. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 10 years ago
  66. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 10 years ago
  67. d9cee5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  68. c02d7da Merge tag 'media/v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  69. f440c4e hwrng: bcm63xx - Fix driver compilation by Álvaro Fernández Rojas · 10 years ago
  70. 7829fb0 lib: make memzero_explicit more robust against dead store elimination by Daniel Borkmann · 10 years ago
  71. 5ebe6afa Linux 4.1-rc2 by Linus Torvalds · 10 years ago
  72. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  73. 101a6fd Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  74. 71aee81 Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  75. df9ebeb Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 10 years ago
  76. 61f06db Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  77. 3333222 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  78. 180d89f Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  79. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 10 years ago
  80. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 10 years ago
  81. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 10 years ago
  82. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 10 years ago
  83. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 10 years ago
  84. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  85. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 10 years ago
  86. feda5f9 virtio: pass baton to Michael Tsirkin by Rusty Russell · 10 years ago
  87. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  88. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 10 years ago
  89. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 10 years ago
  90. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 10 years ago
  91. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 10 years ago
  92. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  93. 036f351 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  94. 0aab374 powerpc/powernv: Restore non-volatile CRs after nap by Sam Bobroff · 10 years ago
  95. d91dafc powerpc/eeh: Delay probing EEH device during hotplug by Gavin Shan · 10 years ago
  96. 1ae79b7 powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state() by Gavin Shan · 10 years ago
  97. f32393c powerpc/pseries: Correct cpu affinity for dlpar added cpus by Nathan Fontenot · 10 years ago
  98. 2fa30fe selftests/powerpc: Fix the pmu install rule by Michael Ellerman · 10 years ago
  99. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  100. 5a2e73b Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago