1. 5fad1b6 block: Update comments that refer to __bio_map_user() and bio_map_user() by Bart Van Assche · 8 years ago
  2. 12d7095 blk-mq: don't fail allocating driver tag for stopped hw queue by Jens Axboe · 8 years ago
  3. 7bf7d77 nvme/pci: Don't mark IOD as aborted if abort wasn't sent by Keith Busch · 8 years ago
  4. 9a69b0e lightnvm: allow targets to use sysfs by Javier González · 8 years ago
  5. deccf5a lightnvm: free properly on target creation error by Javier González · 8 years ago
  6. 38ea2f7 lightnvm: Add CRC read error by Javier González · 8 years ago
  7. 06894ef lightnvm: use end_io callback instead of instance by Matias Bjørling · 8 years ago
  8. 84d4add lightnvm: add ioctls for vector I/Os by Matias Bjørling · 8 years ago
  9. 19bd6fe lightnvm: reduce number of nvm_id groups to one by Matias Bjørling · 8 years ago
  10. dab8ee9 lightnvm: cleanup nvm transformation functions by Matias Bjørling · 8 years ago
  11. 61a561d lightnvm: make nvm_map_* return void by Matias Bjørling · 8 years ago
  12. 8f4fe00 lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl by Matias Bjørling · 8 years ago
  13. 583b705 lightnvm: remove nvm_submit_ppa* functions by Matias Bjørling · 8 years ago
  14. 10995c3 lightnvm: collapse nvm_erase_ppa and nvm_erase_blk by Matias Bjørling · 8 years ago
  15. ade69e2 lightnvm: merge gennvm with core by Matias Bjørling · 8 years ago
  16. 400f73b blk-mq: fix debugfs compilation issues by Omar Sandoval · 8 years ago
  17. f3a8ab7 block: cleanup remaining manual checks for PREFLUSH|FUA by Jens Axboe · 8 years ago
  18. bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
  19. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  20. c13660a blk-mq-sched: change ->dispatch_requests() to ->dispatch_request() by Jens Axboe · 8 years ago
  21. 50e1dab blk-mq-sched: fix starvation for multiple hardware queues and shared tags by Jens Axboe · 8 years ago
  22. 99cf1dc blk-mq: release driver tag on a requeue event by Jens Axboe · 8 years ago
  23. 3c782d6 blk-mq: fix potential race in queue restart and driver tag allocation by Jens Axboe · 8 years ago
  24. 0abad77 blk-mq: improve scheduler queue sync/async running by Jens Axboe · 8 years ago
  25. 4a46f05 blk-mq: move hctx and ctx counters from sysfs to debugfs by Omar Sandoval · 8 years ago
  26. be21547 blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs by Omar Sandoval · 8 years ago
  27. d7e3621 blk-mq: add tags and sched_tags bitmaps to debugfs by Omar Sandoval · 8 years ago
  28. d96b37c blk-mq: move tags and sched_tags info from sysfs to debugfs by Omar Sandoval · 8 years ago
  29. 0bfa528 blk-mq: export software queue pending map to debugfs by Omar Sandoval · 8 years ago
  30. 24af1ccf sbitmap: add helpers for dumping to a seq_file by Omar Sandoval · 8 years ago
  31. 7b39385 blk-mq: add extra request information to debugfs by Omar Sandoval · 8 years ago
  32. 950cd7e blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs by Omar Sandoval · 8 years ago
  33. 9abb2ad blk-mq: add hctx->{state,flags} to debugfs by Omar Sandoval · 8 years ago
  34. 07e4fea blk-mq: create debugfs directory tree by Omar Sandoval · 8 years ago
  35. b48fda0 blk-mq-sched: check for successful allocation before assigning tag by Jens Axboe · 8 years ago
  36. 5a797e0 blk-mq: don't lose flags passed in to blk_mq_alloc_request() by Jens Axboe · 8 years ago
  37. 200e86b blk-mq: only apply active queue tag throttling for driver tags by Jens Axboe · 8 years ago
  38. 1cf4175 cfq-iosched: Adjust one function call together with a variable assignment by Markus Elfring · 8 years ago
  39. d609af3 blk-throttle: Adjust two function calls together with a variable assignment by Markus Elfring · 8 years ago
  40. 4d608ba block: Initialize cfqq->ioprio_class in cfq_get_queue() by Alexander Potapenko · 8 years ago
  41. 70f36b6 blk-mq: allow resize of scheduler requests by Jens Axboe · 8 years ago
  42. 7e79dad blk-mq: stop hardware queue in blk_mq_delay_queue() by Jens Axboe · 8 years ago
  43. 8cecb07 blk-mq-tag: remove redundant check for 'data->hctx' being non-NULL by Jens Axboe · 8 years ago
  44. 610d886 elevator: fix unnecessary put of elevator in failure case by Jens Axboe · 8 years ago
  45. 38dbb7d blk-cgroup: don't quiesce the queue on policy activate/deactivate by Jens Axboe · 8 years ago
  46. 6c0ca7a sbitmap: fix wakeup hang after sbq resize by Omar Sandoval · 8 years ago
  47. f66227d sbitmap: use smp_mb__after_atomic() in sbq_wake_up() by Omar Sandoval · 8 years ago
  48. 4d199c6 blk-cgroup: ensure that we clear the stop bit on quiesced queues by Jens Axboe · 8 years ago
  49. d348499 blk-mq-sched: allow setting of default IO scheduler by Jens Axboe · 8 years ago
  50. 945ffb6 mq-deadline: add blk-mq adaptation of the deadline IO scheduler by Jens Axboe · 8 years ago
  51. bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
  52. 2af8cbe blk-mq: split tag ->rqs[] into two by Jens Axboe · 8 years ago
  53. fd2d332 blk-mq: add support for carrying internal tag information in blk_qc_t by Jens Axboe · 8 years ago
  54. cc71a6f blk-mq: abstract out helpers for allocating/freeing tag maps by Jens Axboe · 8 years ago
  55. 4941115 blk-mq-tag: cleanup the normal/reserved tag allocation by Jens Axboe · 8 years ago
  56. 2c3ad66 blk-mq: export some helpers we need to the scheduling framework by Jens Axboe · 8 years ago
  57. 16a3c2a blk-mq: un-export blk_mq_free_hctx_request() by Jens Axboe · 8 years ago
  58. c23ecb4 block: move rq_ioc() to blk.h by Jens Axboe · 8 years ago
  59. c51ca6c block: move existing elevator ops to union by Jens Axboe · 8 years ago
  60. c5082b7 partitions/efi: Fix integer overflow in GPT size calculation by Alden Tondettar · 8 years ago
  61. 1e668f4 MAINTAINERS: Update maintainer entry for NBD by Josef Bacik · 8 years ago
  62. f8a5b12 blk-mq: make mq_ops a const pointer by Jens Axboe · 8 years ago
  63. 729204e block: relax check on sg gap by Ming Lei · 8 years ago
  64. 1661f2e floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL by Vlastimil Babka · 8 years ago
  65. a121103 Linux 4.10-rc3 by Linus Torvalds · 8 years ago
  66. 83280e9 Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  67. cc250e2 Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  68. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  69. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  70. b0b9b3d mm: stop leaking PageTables by Hugh Dickins · 8 years ago
  71. 87bc610 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  72. 01d0f71 MAINTAINERS: add greybus subsystem mailing list by Greg Kroah-Hartman · 8 years ago
  73. 308c470 Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  74. d72f0de Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  75. baaf031 Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  76. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  77. b1ee5170 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  78. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  79. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  80. 65cdc40 Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  81. 7397e1e Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  82. b937a86 Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  83. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  84. f1dabf0 Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  85. 7e2b9d8 Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  86. 3baad65 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  87. 88ba6ca Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  88. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  89. ed40875 Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  90. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago
  91. c433eb7 Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  92. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  93. b400792 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  94. 383378d Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  95. 421463b hyper-v: Add myself as additional MAINTAINER by Stephen Hemminger · 8 years ago
  96. 674aea0 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device by Oliver Neukum · 8 years ago
  97. 3bc02bc usb: hub: Move hub_port_disable() to fix warning if PM is disabled by Geert Uytterhoeven · 8 years ago
  98. 5563bb5 usb: musb: blackfin: add bfin_fifo_offset in bfin_ops by Jérémy Lefaure · 8 years ago
  99. c8bd2ac usb: musb: fix compilation warning on unused function by Jérémy Lefaure · 8 years ago
  100. 8c300fe usb: musb: Fix trying to free already-free IRQ 4 by Tony Lindgren · 8 years ago