aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-exec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-1/+1
2012-12-06block: Rename queue dead flagBart Van Assche1-1/+1
2012-11-23block: Don't access request after it might be freedRoland Dreier1-1/+7
2012-07-20[SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty1-3/+8
2011-12-14block: add missing blk_queue_dead() checksTejun Heo1-2/+4
2011-12-14block: add blk_queue_dead()Tejun Heo1-1/+1
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()James Bottomley1-0/+7
2011-05-05block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma1-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-2/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+2
2010-09-24block: Prevent hang_check firing during long I/OMark Lord1-1/+8
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo1-1/+0
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-3/+3
2008-07-15block: unexport blk_end_sync_rqFUJITA Tomonori1-2/+1
2008-07-15block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz1-0/+3
2008-02-01block: make core bits checkpatch compliantJens Axboe1-1/+0
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+105