1. 739c3ee blk-mq: add REQ_SYNC early by Shaohua Li · 10 years ago
  2. 2a26ebe rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock by Mike Galbraith · 10 years ago
  3. d6a25b3 blk-mq: support partial I/O completions by Christoph Hellwig · 10 years ago
  4. feb71da blk-mq: merge blk_mq_insert_request and blk_mq_run_request by Christoph Hellwig · 10 years ago
  5. fd69413 blk-mq: remove blk_mq_alloc_rq by Christoph Hellwig · 10 years ago
  6. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  7. c8123f8 block: add cond_resched() to potentially long running ioctl discard loop by Jens Axboe · 10 years ago
  8. 49f5baa blk-mq: pair blk_mq_start_request / blk_mq_requeue_request by Christoph Hellwig · 10 years ago
  9. 1e93b8c blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq by Christoph Hellwig · 10 years ago
  10. 11c9444 block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show by Masanari Iida · 10 years ago
  11. 1874198 blk-mq: rework flush sequencing logic by Christoph Hellwig · 10 years ago
  12. 30a91cb blk-mq: rework I/O completions by Christoph Hellwig · 10 years ago
  13. 5cb8850 block: Explicitly handle discard/write same segments by Kent Overstreet · 10 years ago
  14. 14ec77f blk-mq: Add bio_integrity setup to blk_mq_make_request by Nicholas Bellinger · 10 years ago
  15. 1be036e blk-mq: initialize sg_reserved_size by Christoph Hellwig · 10 years ago
  16. 4f7f418 blk-mq: handle dma_drain_size by Christoph Hellwig · 10 years ago
  17. 6f5ba58 blk-mq: divert __blk_put_request for MQ ops by Christoph Hellwig · 10 years ago
  18. 72a0a36 blk-mq: support at_head inserations for blk_execute_rq by Christoph Hellwig · 10 years ago
  19. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  20. 556ee81 block: __elv_next_request() shouldn't call into the elevator if bypassing by Tejun Heo · 10 years ago
  21. f027692 blk-mq: Don't reserve a tag for flush request by Shaohua Li · 10 years ago
  22. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  23. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  24. 381d3ee block/blk-mq-cpu.c: use hotcpu_notifier() by Andrew Morton · 10 years ago
  25. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 10 years ago
  26. 17a05cc block: Fix memory leak in rw_copy_check_uvector() handling by Christian Engelmayer · 10 years ago
  27. bca266b block: remove unrelated header files and export symbol by CaiZhiyong · 10 years ago
  28. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  29. 6753471 blk-mq: uses page->list incorrectly by Dave Hansen · 10 years ago
  30. 3d6efbf blk-mq: use __smp_call_function_single directly by Christoph Hellwig · 10 years ago
  31. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  32. 0fec08b blk-mq: fix initializing request's start time by Ming Lei · 10 years ago
  33. 3edcc0c block: blk-mq: don't export blk_mq_free_queue() by Ming Lei · 11 years ago
  34. f04c1fe block: blk-mq: make blk_sync_queue support mq by Ming Lei · 11 years ago
  35. 43a5e4e block: blk-mq: support draining mq queue by Ming Lei · 11 years ago
  36. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 10 years ago
  37. 8515736 block: fix memory leaks on unplugging block device by Andrey Vagin · 11 years ago
  38. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  39. 0d11e6a blk-mq: fix use-after-free of request by Ming Lei · 11 years ago
  40. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
  41. 2b8221e block: Really silence spurious compiler warnings by Kent Overstreet · 11 years ago
  42. 959a35f blk-mq: fix dereference of rq->mq_ctx if allocation fails by Jeff Moyer · 11 years ago
  43. 3f273d3 block: Silence spurious compiler warnings by Kent Overstreet · 11 years ago
  44. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  45. f619d25 block: Kill bio_iovec_idx(), __bio_iovec() by Kent Overstreet · 11 years ago
  46. d57a5f7 bio-integrity: Convert to bvec_iter by Kent Overstreet · 11 years ago
  47. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  48. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  49. 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  50. 49204c1 block/partitions/efi.c: fix bound check by Antti P Miettinen · 11 years ago
  51. 2c57502 Update of blkg_stat and blkg_rwstat may happen in bh context. by Hong Zhiguo · 11 years ago
  52. 01b983c blk-mq: add blktrace insert event trace by Jens Axboe · 11 years ago
  53. 94eddfb blk-mq: ensure that we set REQ_IO_STAT so diskstats work by Jens Axboe · 11 years ago
  54. f412f2c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  55. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  56. f618ef7 blk-mq: remove newly added instances of __cpuinit by Paul Gortmaker · 11 years ago
  57. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  58. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  59. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  60. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 11 years ago
  61. d17ab45 block: cleanup removing dependency on bootmem headers by Grygorii Strashko · 11 years ago
  62. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  63. c7d1ba4 block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  64. 8616ebb block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  65. 97597dc block: Do not call sector_div() with a 64-bit divisor by Geert Uytterhoeven · 11 years ago
  66. e0ce0ea block: Use rw_copy_check_uvector() by Kent Overstreet · 11 years ago
  67. 23779fb block: Enable sysfs nomerge control for I/O requests in the plug list by Alireza Haghdoost · 11 years ago
  68. d82ae52 block: properly stack underlying max_segment_size to DM device by Mike Snitzer · 11 years ago
  69. 7c8a367 elevator: acquire q->sysfs_lock in elevator_change() by Tomoki Sekiyama · 11 years ago
  70. eb1c160 elevator: Fix a race in elevator switching and md device initialization by Tomoki Sekiyama · 11 years ago
  71. 170d800 block: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  72. fff4996 blk-core: Fix memory corruption if blkcg_init_queue fails by Mikulas Patocka · 11 years ago
  73. 4912aa6 block: fix race between request completion and timeout handling by Jeff Moyer · 11 years ago
  74. 9f7e45d ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit() by Santosh Shilimkar · 11 years ago
  75. e7e2450 blk-mq: don't disallow request merges for req->special being set by Jens Axboe · 11 years ago
  76. 92f399c blk-mq: mq plug list breakage by Shaohua Li · 11 years ago
  77. 3228f48 blk-mq: fix for flush deadlock by Christoph Hellwig · 11 years ago
  78. 280d45f blk-mq: add blk_mq_stop_hw_queues by Christoph Hellwig · 11 years ago
  79. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  80. 71fe07d block: remove request ref_count by Christoph Hellwig · 11 years ago
  81. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  82. 87fc0ad block/partitions/efi.c: treat size mismatch as a warning, not an error by Doug Anderson · 11 years ago
  83. 080506a block: change config option name for cmdline partition parsing by Paul Gortmaker · 11 years ago
  84. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  85. f3cff25 cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 11 years ago
  86. 7652113 If the queue is dying then we only call the rq->end_io callout. by Mike Christie · 11 years ago
  87. 6b02fa5 partitions/efi: loosen check fot pmbr size in lba by Davidlohr Bueso · 11 years ago
  88. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  89. b4bc4a1 block/partitions/efi.c: consistently use pr_foo() by Andrew Morton · 11 years ago
  90. 70f637e partitions/efi: some style cleanups by Davidlohr Bueso · 11 years ago
  91. 08009b3 partitions/efi: delete annoying emacs style comments by Davidlohr Bueso · 11 years ago
  92. aa054bc partitions/efi: compare first and last usable LBAs by Davidlohr Bueso · 11 years ago
  93. 27a7c64 partitions/efi: account for pmbr size in lba by Davidlohr Bueso · 11 years ago
  94. b05ebbb partitions/efi: detect hybrid MBRs by Davidlohr Bueso · 11 years ago
  95. 3e69ac3 partitions/efi: do not require gpt partition to begin at sector 1 by Davidlohr Bueso · 11 years ago
  96. 33afd7a partitions/efi: check pmbr record's starting lba by Davidlohr Bueso · 11 years ago
  97. c2ebdc2 partitions/efi: use lba-aware partition records by Davidlohr Bueso · 11 years ago
  98. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  99. bab5541 block: support embedded device command line partition by Cai Zhiyong · 11 years ago
  100. ed751e6 block/blk-sysfs.c: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago