1. edf866b blk-mq: export blk_mq_tag_busy_iter by Sam Bradshaw · 10 years ago
  2. 07068d5 blk-mq: split make request handler for multi and single queue by Jens Axboe · 10 years ago
  3. 484b406 blk-mq: save memory by freeing requests on unused hardware queues by Jens Axboe · 10 years ago
  4. e814e71 blk-mq: allow the hctx cpu hotplug notifier to return errors by Jens Axboe · 10 years ago
  5. da41a58 blk-mq: Micro-optimize blk_queue_nomerges() check by Robert Elliott · 10 years ago
  6. eba7176 blk-mq: initialize q->nr_requests after calling blk_queue_make_request() by Jens Axboe · 10 years ago
  7. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  8. 64b1451 htmldocs: fix bio.c location by Jens Axboe · 10 years ago
  9. 719c555 block: move mm/bounce.c to block/ by Jens Axboe · 10 years ago
  10. 39a9f97 Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core by Jens Axboe · 10 years ago
  11. 1429d7c blk-mq: switch ctx pending map to the sparser blk_align_bitmap by Jens Axboe · 10 years ago
  12. e93ecf6 blk-mq: move the cache friendly bitmap type of out blk-mq-tag by Jens Axboe · 10 years ago
  13. 2667bcb block: move ioprio.c from fs/ to block/ by Jens Axboe · 10 years ago
  14. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 10 years ago
  15. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  16. acb12e0 Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core by Jens Axboe · 10 years ago
  17. 1f236ab blk-mq: bitmap tag: cleanup blk_mq_init_tags by Ming Lei · 10 years ago
  18. 9d3d21a blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1) by Ming Lei · 10 years ago
  19. 60f2df8 blk-mq: bitmap tag: remove barrier in bt_clear_tag() by Ming Lei · 10 years ago
  20. 0289b2e blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag() by Ming Lei · 10 years ago
  21. 7276d02 block: only calculate part_in_flight() once by Jens Axboe · 10 years ago
  22. cf4b50a blk-mq: fix race in IO start accounting by Jens Axboe · 10 years ago
  23. 59d13bf blk-mq: use sparser tag layout for lower queue depth by Jens Axboe · 10 years ago
  24. 4bb659b blk-mq: implement new and more efficient tagging scheme by Jens Axboe · 10 years ago
  25. af76e55 blk-mq: initialize struct request fields individually by Christoph Hellwig · 10 years ago
  26. 9fccfed blk-mq: update a hotplug comment for grammar by Jens Axboe · 10 years ago
  27. 506e931 blk-mq: add basic round-robin of what CPU to queue workqueue work on by Jens Axboe · 10 years ago
  28. 5cf8c22 block/blk-throttle.c: fix return of 0/1 with return type bool by Fabian Frederick · 10 years ago
  29. 5214e33 block/blk-iopoll.c: use iop instead of iopoll by Fabian Frederick · 10 years ago
  30. 74814b1 blk-mq: remove extra requeue trace by Jens Axboe · 10 years ago
  31. 176167a block: Fix format string mismatch in cfq-iosched.c by Masanari Iida · 10 years ago
  32. c6d600c blk-mq: refactor request insertion/merging by Jens Axboe · 10 years ago
  33. 98bc1f2 blk-mq remove debug BUG_ON() when draining software queues by Jens Axboe · 10 years ago
  34. 5810d90 blk-mq: fix waiting for reserved tags by Jens Axboe · 10 years ago
  35. bdcfa3e random: export add_disk_randomness by Christoph Hellwig · 10 years ago
  36. c4a634f block: fold __blk_add_timer into blk_add_timer by Christoph Hellwig · 10 years ago
  37. 3853520 blk-mq: respect rq_affinity by Christoph Hellwig · 10 years ago
  38. 87ee7b1 blk-mq: fix race with timeouts and requeue events by Jens Axboe · 10 years ago
  39. 70ab0b2 Revert "blk-mq: initialize req->q in allocation" by Jens Axboe · 10 years ago
  40. 981bd18 blk-mq: fix leak of set->tags by Ming Lei · 10 years ago
  41. 7410b3c fs/bio.c: remove nr_segs (unused function parameter) by Fabian Frederick · 10 years ago
  42. a6c39cb4f fs/bio: remove bs paramater in biovec_create_pool by Fabian Frederick · 10 years ago
  43. 8876e14 block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn by Fabian Frederick · 10 years ago
  44. 1051a90 fs: fix new kernel-doc warnings in fs/bio.c by Randy Dunlap · 10 years ago
  45. 6a3c8a3 blk-mq: initialize req->q in allocation by Ming Lei · 10 years ago
  46. 4ca0850 blk-mq: user (1 << order) to implement order_to_size() by Ming Lei · 10 years ago
  47. 4847900 blk-mq: fix allocation of set->tags by Ming Lei · 10 years ago
  48. 11471e0 blk-mq: free hctx->ctx_map when init failed by Ming Lei · 10 years ago
  49. dc4a930 sd/skd: stuff discard page in request->completion_data by Jens Axboe · 10 years ago
  50. fb1be43 jsflash: missed conversion from rq->buffer to bio_data(rq->bio) by Jens Axboe · 10 years ago
  51. f793aa5 block: relax when to modify the timeout timer by Jens Axboe · 10 years ago
  52. 1212007 block: export blk_finish_request by Christoph Hellwig · 10 years ago
  53. f88a164 blk-mq: rename mq_flush_work struct request member by Christoph Hellwig · 10 years ago
  54. ed0791b blk-mq: add blk_mq_requeue_request by Christoph Hellwig · 10 years ago
  55. 2f26855 blk-mq: add blk_mq_start_hw_queues by Christoph Hellwig · 10 years ago
  56. 70f4db6 blk-mq: add blk_mq_delay_queue by Christoph Hellwig · 10 years ago
  57. 1b4a325 blk-mq: add async parameter to blk_mq_start_stopped_hw_queues by Christoph Hellwig · 10 years ago
  58. 91b6363 blk-mq: bidi support by Christoph Hellwig · 10 years ago
  59. 63151a4 blk-mq: allow drivers to hook into I/O completion by Christoph Hellwig · 10 years ago
  60. 6700a67 blk-mq: kill preempt disable/enable in blk_mq_work_fn() by Jens Axboe · 10 years ago
  61. fd1270d blk-mq: don't use preempt_count() to check for right CPU by Jens Axboe · 10 years ago
  62. 8e1a628 gdrom: missed conversion from req->buffer by Jens Axboe · 10 years ago
  63. fb3ccb5 block: all blk-mq requests are tagged by Christoph Hellwig · 10 years ago
  64. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 10 years ago
  65. ed44832 blk-mq: initialize request on allocation by Christoph Hellwig · 10 years ago
  66. e9b267d blk-mq: add ->init_request and ->exit_request methods by Christoph Hellwig · 10 years ago
  67. 8727af4 blk-mq: make ->flush_rq fully transparent to drivers by Christoph Hellwig · 10 years ago
  68. 9d74e25 blk-mq: do not initialize req->special by Christoph Hellwig · 10 years ago
  69. 742ee69 blk-mq: initialize resid_len by Christoph Hellwig · 10 years ago
  70. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  71. f89e0dd Merge tag 'v3.15-rc1' into for-3.16/core by Jens Axboe · 10 years ago
  72. c9eaa44 Linux 3.15-rc1 by Linus Torvalds · 10 years ago
  73. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 10 years ago
  74. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  75. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  76. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  77. fd1232b sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 10 years ago
  78. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 10 years ago
  79. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 10 years ago
  80. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  81. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  82. de0c9cf Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 10 years ago
  83. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 10 years ago
  84. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  85. 9309444 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  86. 07f5fef Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  87. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 10 years ago
  88. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. eda43ce Merge branch 'tunnels' by David S. Miller · 10 years ago
  90. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  91. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  92. 810d8ce drivers: net: xen-netfront: fix array initialization bug by Vincenzo Maffione · 10 years ago
  93. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 10 years ago
  94. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  95. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  96. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 10 years ago
  97. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  98. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 10 years ago
  99. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 10 years ago
  100. 6871438 r8152: check RTL8152_UNPLUG by hayeswang · 10 years ago