summaryrefslogtreecommitdiffstats
path: root/drivers/block/ll_rw_blk.c
Commit message (Expand)AuthorAgeFilesLines
* [BLOCK] Move all core block layer code to new block/ directoryJens Axboe2005-11-041-3613/+0
* [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-011-28/+12
* [BLOCK] Update read/write block io statistics at completion timeJens Axboe2005-11-011-8/+11
* Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-10-281-115/+27
|\
| * [BLOCK] elevator switch fixes/cleanupJens Axboe2005-10-281-1/+1
| * [BLOCK] Reimplement elevator switchTejun Heo2005-10-281-115/+27
* | Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds2005-10-281-10/+13
|\|
| * [PATCH] 01/05 Implement generic dispatch queueTejun Heo2005-10-281-10/+13
* | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-10-281-6/+8
|\|
| * Following the same idea, it occurs to me that we should only updateChen, Kenneth W2005-10-281-0/+3
| * [patch] remove gendisk->stamp_idle fieldChen, Kenneth W2005-10-281-6/+5
* | [PATCH] gfp_t: block layer coreAl Viro2005-10-281-8/+8
|/
* [PATCH] remove blkdev_scsi_issue_flush_fn againChristoph Hellwig2005-09-211-38/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-071-29/+163
|\
| * fix mismerge in ll_rw_blk.cJames Bottomley2005-08-281-29/+163
| |\
| | * [PATCH] ll_rw_blk.c kerneldoc updatesChristoph Hellwig2005-06-201-6/+18
| | * [PATCH] update blk_execute_rq to take an at_head parameterJames Bottomley2005-06-201-3/+4
| | * [PATCH] Add scatter-gather support for the block layer SG_IOJames Bottomley2005-06-201-6/+58
| | * [PATCH] Cleanup blk_rq_map_* interfacesJens Axboe2005-06-201-41/+27
| | * [PATCH] Keep the bio end_io parts inside of bio.c for blk_rq_map_kern()Jens Axboe2005-06-201-11/+0
| | * [PATCH] Add blk_rq_map_kern()Mike Christie2005-06-201-0/+56
* | | [PATCH] blk: Use blk_queue_xxx functions to set parametersStuart McLaren2005-09-071-2/+2
|/ /
* | [PATCH] blk: fix tag shrinking (revive real_max_size)Tejun Heo2005-08-051-3/+15
* | [PATCH] Fix get_request nastinessHugh Dickins2005-06-291-3/+2
* | [PATCH] blk: light iocontext opsNick Piggin2005-06-281-31/+25
* | [PATCH] blk: reduce lockingNick Piggin2005-06-281-10/+19
* | [PATCH] blk: __make_request efficiencyNick Piggin2005-06-281-41/+21
* | [PATCH] ll_rw_blk: prevent huge request allocationsJens Axboe2005-06-281-0/+9
* | [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-23/+36
* | [PATCH] ll_merge_requests_fn() cleanupNikita Danilov2005-06-251-3/+3
* | [PATCH] drivers/block/ll_rw_blk.c: cleanupsAdrian Bunk2005-06-251-59/+8
* | [PATCH] blk: unplug laterNick Piggin2005-06-231-1/+1
* | [PATCH] blk: branch hintsNick Piggin2005-06-231-6/+6
* | [PATCH] blk: no memory barrierNick Piggin2005-06-231-1/+0
* | [PATCH] blk: cleanup generic tag support error messagesTejun Heo2005-06-231-5/+13
* | [PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK}Tejun Heo2005-06-231-2/+2
* | [PATCH] blk: remove blk_queue_tag->real_max_depth optimizationTejun Heo2005-06-231-25/+10
* | [PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag()Tejun Heo2005-06-231-9/+4
* | [PATCH] NUMA aware block device control structure allocationChristoph Lameter2005-06-231-7/+23
* | [PATCH] sysfs: (driver/block) if show/store is missing return -EIODmitry Torokhov2005-06-201-2/+2
|/
* [SCSI] remove requeue feature from blk_insert_request()Tejun Heo2005-05-201-14/+6
* [PATCH] fix NMI lockup with CFQ scheduler2005-04-161-0/+9
* [PATCH] use cheaper elv_queue_empty when unplug a deviceKen Chen2005-04-161-1/+2
* [PATCH] possible use-after-free of bioJens Axboe2005-04-161-2/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+3642