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