1. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  2. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  3. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  4. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  5. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  6. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  7. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. d4c2269 rbd: silence bogus -Wmaybe-uninitialized warning by Ilya Dryomov · 8 years ago
  9. a897b66 nbd: use dev_err_ratelimited in io path by Josef Bacik · 8 years ago
  10. 20032ec nbd: reset the setup task for NBD_CLEAR_SOCK by Josef Bacik · 8 years ago
  11. 5c7e9cc zram: restrict add/remove attributes to root only by Sergey Senozhatsky · 8 years ago
  12. e88f72c nbd: fix 64-bit division by Jens Axboe · 8 years ago
  13. ef77b51 nbd: use loff_t for blocksize and nbd_set_size args by Josef Bacik · 8 years ago
  14. 1dd6c83 zram: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  15. 5b0e34e block: mtip32xx: set error code on failure by Pan Bian · 8 years ago
  16. 529e71e zram: fix unbalanced idr management at hot removal by Takashi Iwai · 8 years ago
  17. feffa5c nbd: fix setting of 'error' in NBD_DO_IT ioctl by Jens Axboe · 8 years ago
  18. 9561a7a nbd: add multi-connection support by Josef Bacik · 8 years ago
  19. 2c73a60 block: floppy: use bio_add_page() by Ming Lei · 8 years ago
  20. 06efffd block: drbd: remove impossible failure handling by Ming Lei · 8 years ago
  21. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  22. 5a8b187 pktcdvd: mark as unmaintained and deprecated by Jens Axboe · 8 years ago
  23. 55f958c skd_main: drop duplicate header scatterlist.h by Geliang Tang · 8 years ago
  24. 429a787 nbd: fix use-after-free of rq/bio in the xmit path by Jens Axboe · 8 years ago
  25. 92153d3 null_blk: add usage hints for NVM by Yasuaki Ishimatsu · 8 years ago
  26. b4a567e loop: return proper error from loop_queue_rq() by Omar Sandoval · 8 years ago
  27. 0cbc72a aoe: fix crash in page count manipulation by Jens Axboe · 8 years ago
  28. b425b02 Block: mtip32xx: Improvement in code readability when memdup_user() fails. by Sachin Shukla · 8 years ago
  29. 41c9499 skd: fix function prototype by Arnd Bergmann · 8 years ago
  30. 3bc8492 skd: fix msix error handling by Arnd Bergmann · 8 years ago
  31. d8e9e5e drbd: Fix kernel_sendmsg() usage - potential NULL deref by Richard Weinberger · 8 years ago
  32. 8d9c1f8 scsi: cciss: replace custom function to hexdump by Andy Shevchenko · 8 years ago
  33. 8e1de26 skd_main: use %*ph to dump small buffers by Andy Shevchenko · 8 years ago
  34. 180b0ae skd: use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  35. feebd56 pktcdvd: don't scribble over the bvec array by Christoph Hellwig · 8 years ago
  36. f27dc1a xen: make use of xenbus_read_unsigned() in xen-blkfront by Juergen Gross · 8 years ago
  37. 8235777 xen: make use of xenbus_read_unsigned() in xen-blkback by Juergen Gross · 8 years ago
  38. 7729185 nbd: Fix error handling by Christophe JAILLET · 8 years ago
  39. 2b053ac blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() by Bart Van Assche · 8 years ago
  40. 52d7f1b blk-mq: Avoid that requeueing starts stopped queues by Bart Van Assche · 8 years ago
  41. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  42. a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
  43. 03ea4af umem: use op_is_sync to check for synchronous requests by Christoph Hellwig · 8 years ago
  44. 2ff9844 virtio_blk: Delete an unnecessary initialisation in init_vq() by Markus Elfring · 8 years ago
  45. 668866b virtio_blk: Use kmalloc_array() in init_vq() by Markus Elfring · 8 years ago
  46. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  47. ee52c44 block: DAC960: print a hex number after a 0x prefix by Uwe Kleine-König · 8 years ago
  48. ff26956 brd: remove support for BLKFLSBUF by Mike Snitzer · 8 years ago
  49. 366f4ae brd: Switch rd_size to unsigned long by Jan Kara · 8 years ago
  50. 423221d nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown by John W. Linville · 8 years ago
  51. 4d73644 rbd: don't retry watch reregistration if header object is gone by Ilya Dryomov · 8 years ago
  52. 87c0fde rbd: don't wait for the lock forever if blacklisted by Ilya Dryomov · 8 years ago
  53. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  54. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  55. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  56. 88a25a5 rbd: use kmalloc_array() in rbd_header_from_disk() by Markus Elfring · 8 years ago
  57. 0dcc685 rbd: add rbd_obj_request_error() helper by Ilya Dryomov · 8 years ago
  58. 04dc923 rbd: img_data requests don't own their page array by Ilya Dryomov · 8 years ago
  59. 7c84883 rbd: don't call rbd_osd_req_format_read() for !img_data requests by Ilya Dryomov · 8 years ago
  60. 710214e rbd: rework rbd_img_obj_exists_submit() error paths by Ilya Dryomov · 8 years ago
  61. fa35511 rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback() by Ilya Dryomov · 8 years ago
  62. 4a17dad rbd: move bumping img_request refcount into rbd_obj_request_submit() by Ilya Dryomov · 8 years ago
  63. c2e8241 rbd: mark the original request as done if stat request fails by Ilya Dryomov · 8 years ago
  64. 058aa99 rbd: clean up asserts in rbd_img_obj_request_submit() helpers by Ilya Dryomov · 8 years ago
  65. 980917f rbd: change rbd_obj_request_submit() signature by Ilya Dryomov · 8 years ago
  66. 80de191 rbd: lock_on_read map option by Ilya Dryomov · 8 years ago
  67. 005043a nbd: use BLK_MQ_F_BLOCKING by Josef Bacik · 8 years ago
  68. b0b4e09 lightnvm: control life of nvm_dev in driver by Matias Bjørling · 8 years ago
  69. 9ae2d0a null_blk: refactor to support non-gendisk devices by Matias Bjørling · 8 years ago
  70. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  71. 0eadf37 nbd: allow block mq to deal with timeouts by Josef Bacik · 8 years ago
  72. 9b4a6ba nbd: use flags instead of bool by Josef Bacik · 8 years ago
  73. c261189 nbd: don't shutdown sock with irq's disabled by Josef Bacik · 8 years ago
  74. fd8383f nbd: convert to blkmq by Josef Bacik · 8 years ago
  75. 99e6b87 mtip32xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  76. f2791e7 Revert "floppy: refactor open() flags handling" by Jens Axboe · 8 years ago
  77. 468c298 Revert "floppy: fix open(O_ACCMODE) for ioctl-only open" by Jens Axboe · 8 years ago
  78. 0276dca rbd: add force close option by Mike Christie · 8 years ago
  79. 0d6d1e9c rbd: add 'config_info' sysfs rbd device attribute by Mike Christie · 8 years ago
  80. 92a5867 rbd: add 'snap_id' sysfs rbd device attribute by Mike Christie · 8 years ago
  81. 267fb90 rbd: add 'cluster_fsid' sysfs rbd device attribute by Mike Christie · 8 years ago
  82. 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
  83. ca7909e rbd: print capacity in decimal and features in hex by Ilya Dryomov · 8 years ago
  84. ed95b21 rbd: support for exclusive-lock feature by Ilya Dryomov · 8 years ago
  85. 99d1694 rbd: retry watch re-registration periodically by Ilya Dryomov · 8 years ago
  86. 1643dfa rbd: introduce a per-device ordered workqueue by Ilya Dryomov · 8 years ago
  87. 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
  88. 4e876c2 xen-blkfront: free resources if xlvbd_alloc_gendisk fails by Bob Liu · 8 years ago
  89. 172335a xen-blkfront: introduce blkif_set_queue_limits() by Bob Liu · 8 years ago
  90. 6c647b0 xen-blkfront: fix places not updated after introducing 64KB page granularity by Bob Liu · 8 years ago
  91. 6da7e95 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  92. d873484 rbd: nuke the 32-bit pool id check by Ilya Dryomov · 8 years ago
  93. 347a529 virtio_blk: Fix a slient kernel panic by Minfei Huang · 8 years ago
  94. 6b6dddb rbd: destroy header_oloc in rbd_dev_release() by Ilya Dryomov · 8 years ago
  95. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  96. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  97. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  98. c1c87c2 loop: make do_req_filebacked more robust by Christoph Hellwig · 8 years ago
  99. f0225ca loop: don't try to use AIO for discards by Christoph Hellwig · 8 years ago
  100. 9724096 nbd: fix race in ioctl by Vegard Nossum · 9 years ago