1. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 7 years ago
  2. 8fba70b Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  3. b390653 block/swim: Select appropriate drive on device open by Finn Thain · 7 years ago
  4. 5a13388 block/swim: Fix IO error at end of medium by Finn Thain · 7 years ago
  5. 8a500df block/swim: Check drive type by Finn Thain · 7 years ago
  6. 56a1c5e block/swim: Rename macros to avoid inconsistent inverted logic by Finn Thain · 7 years ago
  7. 8e2ab5a block/swim: Don't log an error message for an invalid ioctl by Finn Thain · 7 years ago
  8. c1d6207 block/swim: Remove extra put_disk() call from error path by Finn Thain · 7 years ago
  9. 7ae6a2b block/swim: Fix array bounds check by Finn Thain · 7 years ago
  10. b64576c m68k/mac: Don't remap SWIM MMIO region by Finn Thain · 7 years ago
  11. d936054 rbd: notrim map option by Ilya Dryomov · 7 years ago
  12. 420efbd rbd: adjust queue limits for "fancy" striping by Ilya Dryomov · 7 years ago
  13. c6244b3 rbd: avoid Wreturn-type warnings by Arnd Bergmann · 7 years ago
  14. 34f55d0 rbd: support timeout in rbd_wait_state_locked() by Dongsheng Yang · 7 years ago
  15. 2f18d46 rbd: refactor rbd_wait_state_locked() by Ilya Dryomov · 7 years ago
  16. f9de14b loop: handle short DIO reads by Jens Axboe · 7 years ago
  17. 1894e91 loop: remove cmd->rq member by Jens Axboe · 7 years ago
  18. edda415 Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  19. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  20. bdac616db loop: fix LOOP_GET_STATUS lock imbalance by Omar Sandoval · 7 years ago
  21. 1e047ea block/loop: fix deadlock after loop_set_status by Tetsuo Handa · 7 years ago
  22. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  23. 60f5921 zram: drop max_zpage_size and use zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
  24. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. 08a7910 rbd: remove VLA usage by Kyle Spiers · 7 years ago
  26. f6870cc rbd: fix spelling mistake: "reregisteration" -> "reregistration" by Colin Ian King · 7 years ago
  27. dd43585 rbd: get the latest osdmap when using an existing client by Ilya Dryomov · 7 years ago
  28. 5feb0d8d rbd: move rbd_get_client() below rbd_put_client() by Ilya Dryomov · 7 years ago
  29. 0a4a1e6 rbd: remove redundant declaration of rbd_spec_put() by Ilya Dryomov · 7 years ago
  30. b133185 rbd: allow "fancy" striping by Ilya Dryomov · 7 years ago
  31. afb9788 rbd: introduce OWN_BVECS data type by Ilya Dryomov · 7 years ago
  32. e93aca0 rbd: remove rbd_parent_request_{create,destroy}() by Ilya Dryomov · 7 years ago
  33. dfd9875 rbd: get rid of img_req->{offset,length} by Ilya Dryomov · 7 years ago
  34. 0420c5d rbd: remove rbd_img_request_fill() and helpers by Ilya Dryomov · 7 years ago
  35. 5a23781 rbd: switch to common striping framework by Ilya Dryomov · 7 years ago
  36. 2bb1e56 rbd: create+truncate for whole-object layered discards by Ilya Dryomov · 7 years ago
  37. 86bd799 rbd: move to obj_req->img_extents by Ilya Dryomov · 7 years ago
  38. 43df3d3 rbd: incorporate ceph_object_extent by Ilya Dryomov · 7 years ago
  39. ecc633c rbd: store data_type in img_req instead of obj_req by Ilya Dryomov · 7 years ago
  40. 0be2d60 rbd: remove obj_req->flags field by Ilya Dryomov · 7 years ago
  41. 15961b4 rbd: remove old request completion code by Ilya Dryomov · 7 years ago
  42. 7114eda rbd: new request completion code by Ilya Dryomov · 7 years ago
  43. efbd1a1 rbd: update rbd_img_request_submit() signature by Ilya Dryomov · 7 years ago
  44. 9bb0248 rbd: add img_req->op_type field by Ilya Dryomov · 7 years ago
  45. a162b30 rbd: simplify rbd_osd_req_create() by Ilya Dryomov · 7 years ago
  46. 51c3509 rbd: remove old request handling code by Ilya Dryomov · 7 years ago
  47. 3da691b rbd: new request handling code by Ilya Dryomov · 7 years ago
  48. 7e07efb rbd: move from raw pages to bvec data descriptors by Ilya Dryomov · 7 years ago
  49. f9dcbc4 rbd: get rid of img_req->copyup_pages by Ilya Dryomov · 7 years ago
  50. 06fbb69 rbd: don't (ab)use obj_req->pages for stat requests by Ilya Dryomov · 7 years ago
  51. df6ba70 rbd: remove bio cloning helpers by Ilya Dryomov · 7 years ago
  52. 5359a17 libceph, rbd: new bio handling code (aka don't clone bios) by Ilya Dryomov · 7 years ago
  53. a1fbb5e rbd: start enums at 1 instead of 0 by Ilya Dryomov · 7 years ago
  54. 24f1df6 rbd: set max_segment_size to UINT_MAX by Ilya Dryomov · 7 years ago
  55. 3148ffb loop: use killable lock in ioctls by Omar Sandoval · 7 years ago
  56. 2d1d4c1 loop: don't call into filesystem while holding lo_ctl_mutex by Omar Sandoval · 7 years ago
  57. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  58. 1d03757 loop: Fix lost writes caused by missing flag by Ross Zwisler · 7 years ago
  59. 2bbea6e cdrom: do not call check_disk_change() inside cdrom_open() by Maurizio Lombardi · 7 years ago
  60. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  61. 4e699cb mtip32xx: Use the blk_queue_flag_*() functions by Bart Van Assche · 7 years ago
  62. 9296080 Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 7 years ago
  63. 7ed8ce1 xen-blkfront: move negotiate_mq to cover all cases of new VBDs by Bhavesh Davda · 7 years ago
  64. 66231ad block: null_blk: fix 'Invalid parameters' when loading module by Ming Lei · 7 years ago
  65. 158e618 block: fix a typo by Jiufei Xue · 7 years ago
  66. 498f665 block: Fix a race between the cgroup code and request queue initialization by Bart Van Assche · 7 years ago
  67. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  68. 392db38 zram: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  69. 0fa8ebd block/loop: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  70. 24941b9 null_blk: add 'requeue' fault attribute by Jens Axboe · 7 years ago
  71. 0979962 nbd: fix return value in error handling path by Gustavo A. R. Silva · 7 years ago
  72. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  73. 9e95dae Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  74. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  75. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  76. 64b2868 Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  77. 1d51877 block: skd: fix incorrect linux/slab_def.h inclusion by Arnd Bergmann · 7 years ago
  78. daf2a50 virtio_blk: print capacity at probe time by Stefan Hajnoczi · 7 years ago
  79. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  80. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  81. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  82. e573427 rbd: whitelist RBD_FEATURE_OPERATIONS feature bit by Ilya Dryomov · 7 years ago
  83. d98f153 rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full() by Ilya Dryomov · 7 years ago
  84. a0c5895 rbd: use kmem_cache_zalloc() in rbd_img_request_create() by Ilya Dryomov · 7 years ago
  85. 2e584bc rbd: obj_request->completion is unused by Ilya Dryomov · 7 years ago
  86. 796baee block: remove smart1,2.h by Corentin Labbe · 7 years ago
  87. 85cf955 aoe: use ktime_t instead of timeval by Tina Ruchandani · 7 years ago
  88. 1545dec Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  89. 33f782c null_blk: remove explicit 'select FAULT_INJECTION' by Arnd Bergmann · 7 years ago
  90. 93b5704 null_blk: add option for managing IO timeouts by Jens Axboe · 7 years ago
  91. 5448aca null_blk: wire up timeouts by Jens Axboe · 7 years ago
  92. 21acdf4 rbd: set max_segments to USHRT_MAX by Ilya Dryomov · 7 years ago
  93. edd8ca8 rbd: reacquire lock should update lock owner client id by Florian Margaine · 7 years ago
  94. ae66501 loop: fix concurrent lo_open/lo_release by Linus Torvalds · 7 years ago
  95. 91f7b74 DAC960: split up ioctl function to reduce stack size by Arnd Bergmann · 7 years ago
  96. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  97. 882d417 pktcdvd: Fix a recently introduced NULL pointer dereference by Bart Van Assche · 7 years ago
  98. 5a0ec38 pktcdvd: Fix pkt_setup_dev() error path by Bart Van Assche · 7 years ago
  99. 74ede5a null_blk: remove lightnvm support by Matias Bjørling · 7 years ago
  100. 4695a1a block: DAC960: Replace PCI pool old API by Romain Perier · 7 years ago