1. 5ed61d3 block: add a read barrier in blk_queue_enter() by Ming Lei · 8 years ago
  2. d9d149a blk-mq: comment on races related with timeout handler by Ming Lei · 8 years ago
  3. a4ef8e5 blk-mq: don't complete un-started request in timeout handler by Ming Lei · 8 years ago
  4. 7fc6b87 blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  5. 8b0c441 jsflash: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  6. 103db8b swim: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  7. 3a64414 parport/pf: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  8. 547b50a parport/pcd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  9. eaf487c parport/pd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  10. a893cd7 hd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  11. 53696b8 blk-throttle: add latency target support by Shaohua Li · 8 years ago
  12. b9147dd blk-throttle: add a mechanism to estimate IO latency by Shaohua Li · 8 years ago
  13. 88eeca4 block: track request size in blk_issue_stat by Shaohua Li · 8 years ago
  14. ec80991 blk-throttle: add interface for per-cgroup target latency by Shaohua Li · 8 years ago
  15. fa6fb5a blk-throttle: ignore idle cgroup limit by Shaohua Li · 8 years ago
  16. ada75b6 blk-throttle: add interface to configure idle time threshold by Shaohua Li · 8 years ago
  17. 9e234ee blk-throttle: add a simple idle detection by Shaohua Li · 8 years ago
  18. 7394e31 blk-throttle: make bandwidth change smooth by Shaohua Li · 8 years ago
  19. aec2424 blk-throttle: detect completed idle cgroup by Shaohua Li · 8 years ago
  20. d61fcfa blk-throttle: choose a small throtl_slice for SSD by Shaohua Li · 8 years ago
  21. 297e3d8 blk-throttle: make throtl_slice tunable by Shaohua Li · 8 years ago
  22. 06cceed blk-throttle: make sure expire time isn't too big by Shaohua Li · 8 years ago
  23. 3f0abd8 blk-throttle: add downgrade logic by Shaohua Li · 8 years ago
  24. c79892c blk-throttle: add upgrade logic for LIMIT_LOW state by Shaohua Li · 8 years ago
  25. b22c417 blk-throttle: configure bps/iops limit for cgroup in low limit by Shaohua Li · 8 years ago
  26. cd5ab1b blk-throttle: add .low interface by Shaohua Li · 8 years ago
  27. 327ffb9 blk-throttle: add configure option for new .low interface by Shaohua Li · 8 years ago
  28. 9f626e3 blk-throttle: prepare support multiple limits by Shaohua Li · 8 years ago
  29. 2ab5492 blk-throttle: use U64_MAX/UINT_MAX to replace -1 by Shaohua Li · 8 years ago
  30. 869ab90 block: constify struct blk_integrity_profile by Eric Biggers · 8 years ago
  31. 1be7d20 block: remove outdated part of blkdev_issue_flush() comment by Eric Biggers · 8 years ago
  32. e554911 block: correct documentation for blkdev_issue_discard() flags by Eric Biggers · 8 years ago
  33. 0a3ef9d mg_disk: use setup_timer by Geliang Tang · 8 years ago
  34. 68219bd block: floppy: use setup_timer by Geliang Tang · 8 years ago
  35. 7a88fa1 block: make nr_iovecs unsigned in bio_alloc_bioset() by Dan Carpenter · 8 years ago
  36. a4d907b blk-mq: streamline blk_mq_make_request by Christoph Hellwig · 8 years ago
  37. 2299722 blk-mq: split the plug and sync cases in blk_mq_make_request by Christoph Hellwig · 8 years ago
  38. 5eb6126 blk-mq: improve blk_mq_try_issue_directly by Christoph Hellwig · 8 years ago
  39. 254d259 blk-mq: merge mq and sq make_request instances by Christoph Hellwig · 8 years ago
  40. 7642747 blk-mq: remove BLK_MQ_F_DEFER_ISSUE by Christoph Hellwig · 8 years ago
  41. d01b2dc block: Fix oops scsi_disk_get() by Jan Kara · 8 years ago
  42. c70c176 kobject: Export kobject_get_unless_zero() by Jan Kara · 8 years ago
  43. f759741 block: Fix oops in locked_inode_to_wb_and_lock_list() by Jan Kara · 8 years ago
  44. b1c51af bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister() by Jan Kara · 8 years ago
  45. 4514451 bdi: Do not wait for cgwbs release in bdi_unregister() by Jan Kara · 8 years ago
  46. 5318ce7 bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy() by Jan Kara · 8 years ago
  47. e8cb72b bdi: Unify bdi->wb_list handling for root wb_writeback by Jan Kara · 8 years ago
  48. 810df54 bdi: Make wb->bdi a proper reference by Jan Kara · 8 years ago
  49. b7d680d bdi: Mark congested->bdi as internal by Jan Kara · 8 years ago
  50. 03e2627 block: Fix bdi assignment to bdev inode when racing with disk delete by Jan Kara · 8 years ago
  51. a83b576 block: fix stacked driver stats init and free by Jens Axboe · 8 years ago
  52. 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago
  53. 4875253 blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c by Omar Sandoval · 8 years ago
  54. fa2e39c blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE} by Omar Sandoval · 8 years ago
  55. 0315b15 block: remove extra calls to wbt_exit() by Omar Sandoval · 8 years ago
  56. 7d8d001 blk-stat: fix blk_stat_sum() if all samples are batched by Omar Sandoval · 8 years ago
  57. 97da385 Linux 4.11-rc3 by Linus Torvalds · 8 years ago
  58. 452b94b mm/swap: don't BUG_ON() due to uninitialized swap slot cache by Linus Torvalds · 8 years ago
  59. a07a6e4 Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  60. 4571bc5 Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  61. 8aa3417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  62. 1b8df61 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  63. 6c611d1 qla2xxx: Update driver version to 9.00.00.00-k by Himanshu Madhani · 8 years ago
  64. ec7193e qla2xxx: Fix delayed response to command for loop mode/direct connect. by Quinn Tran · 8 years ago
  65. 482c9dc qla2xxx: Change scsi host lookup method. by Quinn Tran · 8 years ago
  66. c423437 qla2xxx: Add DebugFS node to display Port Database by Himanshu Madhani · 8 years ago
  67. 15f30a5 qla2xxx: Use IOCB interface to submit non-critical MBX. by Quinn Tran · 8 years ago
  68. f1443ee qla2xxx: Add async new target notification by Quinn Tran · 8 years ago
  69. 54b9993 qla2xxx: Export DIF stats via debugfs by Anil Gurumurthy · 8 years ago
  70. be25152 qla2xxx: Improve T10-DIF/PI handling in driver. by Quinn Tran · 8 years ago
  71. 5b33469 qla2xxx: Allow relogin to proceed if remote login did not finish by Quinn Tran · 8 years ago
  72. f159b3c qla2xxx: Fix sess_lock & hardware_lock lock order problem. by Quinn Tran · 8 years ago
  73. 8f6fc8d qla2xxx: Fix inadequate lock protection for ABTS. by Quinn Tran · 8 years ago
  74. 8b66680 qla2xxx: Fix request queue corruption. by Quinn Tran · 8 years ago
  75. ae940f2 qla2xxx: Fix memory leak for abts processing by Quinn Tran · 8 years ago
  76. c4a9b53 qla2xxx: Allow vref count to timeout on vport delete. by Joe Carnuccio · 8 years ago
  77. 7d7a743 tcmu: Convert cmd_time_out into backend device attribute by Nicholas Bellinger · 8 years ago
  78. af980e4 tcmu: make cmd timeout configurable by Mike Christie · 8 years ago
  79. 972c7f1 tcmu: add helper to check if dev was configured by Mike Christie · 8 years ago
  80. 93afaa4 Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 8 years ago
  81. 760bf57 target: fix race during implicit transition work flushes by Mike Christie · 8 years ago
  82. 1ca4d4f target: allow userspace to set state to transitioning by Mike Christie · 8 years ago
  83. d717537 target: fix ALUA transition timeout handling by Mike Christie · 8 years ago
  84. 207ee84 target: Use system workqueue for ALUA transitions by Mike Christie · 8 years ago
  85. 0a41457 target: fail ALUA transitions for pscsi by Mike Christie · 8 years ago
  86. 530c689 target: allow ALUA setup for some passthrough backends by Mike Christie · 8 years ago
  87. 2579325 tcmu: return on first Opt parse failure by Mike Christie · 8 years ago
  88. 3abaa2b tcmu: allow hw_max_sectors greater than 128 by Mike Christie · 8 years ago
  89. 9c28ca4 target: Drop pointless tfo->check_stop_free check by Nicholas Bellinger · 8 years ago
  90. 73580da parisc: Fix system shutdown halt by Helge Deller · 8 years ago
  91. 74e3f6e parisc: perf: Fix potential NULL pointer dereference by Arvind Yadav · 8 years ago
  92. 3e51f89 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 8d94099 Merge tag 'pm-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  94. 8b766e0 Merge branches 'pm-cpufreq-fixes' and 'intel_pstate-fixes' by Rafael J. Wysocki · 8 years ago
  95. 8841b5f Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  96. eab60d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. ae13373 Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. a7fc726 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. cd21deb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. b5f1308 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago