1. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  2. 0d11e6a blk-mq: fix use-after-free of request by Ming Lei · 11 years ago
  3. 959a35f blk-mq: fix dereference of rq->mq_ctx if allocation fails by Jeff Moyer · 11 years ago
  4. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  5. 49204c1 block/partitions/efi.c: fix bound check by Antti P Miettinen · 11 years ago
  6. 2c57502 Update of blkg_stat and blkg_rwstat may happen in bh context. by Hong Zhiguo · 11 years ago
  7. 01b983c blk-mq: add blktrace insert event trace by Jens Axboe · 11 years ago
  8. 94eddfb blk-mq: ensure that we set REQ_IO_STAT so diskstats work by Jens Axboe · 11 years ago
  9. f412f2c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  10. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  11. f618ef7 blk-mq: remove newly added instances of __cpuinit by Paul Gortmaker · 11 years ago
  12. 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
  13. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  14. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  15. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 11 years ago
  16. d17ab45 block: cleanup removing dependency on bootmem headers by Grygorii Strashko · 11 years ago
  17. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  18. c7d1ba4 block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  19. 8616ebb block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  20. 97597dc block: Do not call sector_div() with a 64-bit divisor by Geert Uytterhoeven · 11 years ago
  21. e0ce0ea block: Use rw_copy_check_uvector() by Kent Overstreet · 11 years ago
  22. 23779fb block: Enable sysfs nomerge control for I/O requests in the plug list by Alireza Haghdoost · 11 years ago
  23. d82ae52 block: properly stack underlying max_segment_size to DM device by Mike Snitzer · 11 years ago
  24. 7c8a367 elevator: acquire q->sysfs_lock in elevator_change() by Tomoki Sekiyama · 11 years ago
  25. eb1c160 elevator: Fix a race in elevator switching and md device initialization by Tomoki Sekiyama · 11 years ago
  26. 170d800 block: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  27. fff4996 blk-core: Fix memory corruption if blkcg_init_queue fails by Mikulas Patocka · 11 years ago
  28. 4912aa6 block: fix race between request completion and timeout handling by Jeff Moyer · 11 years ago
  29. 9f7e45d ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit() by Santosh Shilimkar · 11 years ago
  30. e7e2450 blk-mq: don't disallow request merges for req->special being set by Jens Axboe · 11 years ago
  31. 92f399c blk-mq: mq plug list breakage by Shaohua Li · 11 years ago
  32. 3228f48 blk-mq: fix for flush deadlock by Christoph Hellwig · 11 years ago
  33. 280d45f blk-mq: add blk_mq_stop_hw_queues by Christoph Hellwig · 11 years ago
  34. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  35. 71fe07d block: remove request ref_count by Christoph Hellwig · 11 years ago
  36. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  37. 87fc0ad block/partitions/efi.c: treat size mismatch as a warning, not an error by Doug Anderson · 11 years ago
  38. 080506a block: change config option name for cmdline partition parsing by Paul Gortmaker · 11 years ago
  39. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  40. f3cff25f cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 11 years ago
  41. 7652113 If the queue is dying then we only call the rq->end_io callout. by Mike Christie · 11 years ago
  42. 6b02fa5 partitions/efi: loosen check fot pmbr size in lba by Davidlohr Bueso · 11 years ago
  43. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  44. b4bc4a1 block/partitions/efi.c: consistently use pr_foo() by Andrew Morton · 11 years ago
  45. 70f637e partitions/efi: some style cleanups by Davidlohr Bueso · 11 years ago
  46. 08009b3 partitions/efi: delete annoying emacs style comments by Davidlohr Bueso · 11 years ago
  47. aa054bc partitions/efi: compare first and last usable LBAs by Davidlohr Bueso · 11 years ago
  48. 27a7c64 partitions/efi: account for pmbr size in lba by Davidlohr Bueso · 11 years ago
  49. b05ebbb partitions/efi: detect hybrid MBRs by Davidlohr Bueso · 11 years ago
  50. 3e69ac3 partitions/efi: do not require gpt partition to begin at sector 1 by Davidlohr Bueso · 11 years ago
  51. 33afd7a partitions/efi: check pmbr record's starting lba by Davidlohr Bueso · 11 years ago
  52. c2ebdc2 partitions/efi: use lba-aware partition records by Davidlohr Bueso · 11 years ago
  53. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  54. bab5541 block: support embedded device command line partition by Cai Zhiyong · 11 years ago
  55. ed751e6 block/blk-sysfs.c: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  56. 577cee1 blkcg: relocate root_blkg setting and clearing by Tejun Heo · 11 years ago
  57. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  58. 7aef2e7 block: trace all devices plug operation by Jianpeng Ma · 11 years ago
  59. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  60. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  61. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  62. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  63. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  64. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  65. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  66. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  67. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  68. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  69. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  70. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  71. 0b776b0 block: delete __cpuinit usage from all block files by Paul Gortmaker · 11 years ago
  72. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  73. f8f0660 partitions/msdos: enumerate also AIX LVM partitions by Philippe De Muyter · 11 years ago
  74. 6ceea22 partitions: add aix lvm partition support files by Philippe De Muyter · 11 years ago
  75. 1d04f3c partitions/msdos.c: end-of-line whitespace and semicolon cleanup by Philippe De Muyter · 11 years ago
  76. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  77. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  78. 8b0d77f block/compat_ioctl.c: do not leak info to user-space by Cong Wang · 11 years ago
  79. c1101cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  80. d50235b elevator: Fix a race in elevator switching by Jianpeng Ma · 11 years ago
  81. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  82. 80bd718 block: check for timeout function in blk_rq_timed_out() by Hannes Reinecke · 11 years ago
  83. d1ffc1f block/dasd: detailed I/O errors by Hannes Reinecke · 11 years ago
  84. a6b3f76 block: Reserve only one queue tag for sync IO if only 3 tags are available by Jan Kara · 11 years ago
  85. c60855c blkpm: avoid sleep when holding queue lock by Aaron Lu · 11 years ago
  86. 9138125 blk-throttle: implement proper hierarchy support by Tejun Heo · 11 years ago
  87. 693e751 blk-throttle: implement throtl_grp->has_rules[] by Tejun Heo · 11 years ago
  88. 32ee5bc blk-throttle: Account for child group's start time in parent while bio climbs up by Vivek Goyal · 11 years ago
  89. c5cc207 blk-throttle: add throtl_qnode for dispatch fairness by Tejun Heo · 11 years ago
  90. 2e48a53 blk-throttle: make throtl_pending_timer_fn() ready for hierarchy by Tejun Heo · 11 years ago
  91. 6bc9c2b blk-throttle: make tg_dispatch_one_bio() ready for hierarchy by Tejun Heo · 11 years ago
  92. 9e660ac blk-throttle: make blk_throtl_bio() ready for hierarchy by Tejun Heo · 11 years ago
  93. 2a12f0d blk-throttle: make blk_throtl_drain() ready for hierarchy by Tejun Heo · 11 years ago
  94. 6e1a570 blk-throttle: dispatch from throtl_pending_timer_fn() by Tejun Heo · 11 years ago
  95. 7f52f98 blk-throttle: implement dispatch looping by Tejun Heo · 11 years ago
  96. 69df0ab blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_work by Tejun Heo · 11 years ago
  97. 2a0f61e blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with it by Tejun Heo · 11 years ago
  98. fda6f27 blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log() by Tejun Heo · 11 years ago
  99. 77216b0 blk-throttle: add throtl_service_queue->parent_sq by Tejun Heo · 11 years ago
  100. 0e9f416 blk-throttle: generalize update_disptime optimization in blk_throtl_bio() by Tejun Heo · 11 years ago