aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-1/+3
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-327/+439
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo1-2/+7
2011-10-31block: Change module.h -> export.h in bsg-lib.cPaul Gortmaker1-1/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+71
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe1-1/+1
2011-10-25blk-throttle: Take blkcg->lock while traversing blkcg->policy_listVivek Goyal1-14/+40
2011-10-25blk-throttle: Free up policy node associated with deleted ruleVivek Goyal1-0/+1
2011-10-25block: warn if tag is greater than real_max_depth.Tao Ma1-2/+4
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe2-2/+3
2011-10-24block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-10-24blk-flush: move the queue kick intoJeff Moyer2-1/+2
2011-10-24blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer1-1/+1
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-3/+1
2011-10-24block: fix a typo in the blk-cgroup.h fileJie Liu1-1/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdownTejun Heo5-29/+87
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo1-7/+21
2011-10-19block: make get_request[_wait]() fail if queue is deadTejun Heo1-16/+38
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo3-41/+22
2011-10-19block: reorganize queue drainingTejun Heo3-26/+40
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2-9/+2
2011-10-19block: pass around REQ_* flags instead of broken down booleans during request alloc/freeTejun Heo1-19/+17
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo2-1/+15
2011-10-19block: fix genhd refcounting in blkio_policy_parse_and_set()Tejun Heo1-33/+23
2011-10-19block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe12-54/+413
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke2-7/+11
2011-09-21blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao1-21/+16
2011-09-21block/blk-sysfs.c: fix kerneldoc referencesAndrew Morton1-3/+3
2011-09-21block: document blk-plugSuresh Jayaraman1-0/+14
2011-09-15block: refactor generic_make_requestChristoph Hellwig1-46/+49
2011-09-14block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_requestTao Ma1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-91/+62
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe1-3/+3
2011-09-12block: export __make_requestChristoph Hellwig1-3/+2
2011-09-12elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui1-1/+1
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima1-0/+71
2011-08-24block: simplify force plug flush code a little bitShaohua Li1-6/+7
2011-08-24block: change force plug flush call orderShaohua Li1-3/+3
2011-08-24block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen1-4/+6
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo2-3/+3
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-10/+10
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-14/+371
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe1-0/+18
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer3-6/+24
2011-08-11block: improve rq_affinity placementShaohua Li1-3/+13
2011-08-09allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer1-2/+3
2011-08-05block: Make rq_affinity = 1 work as expectedTao Ma1-5/+3