summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cfq-iosched: fix problem with barriers and max_depth == 1Jens Axboe2005-08-021-0/+1
* [PATCH] cciss per disk queueMike Miller2005-07-282-25/+28
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-2/+2
* [PATCH] ub: fix for blank CDsPete Zaitcev2005-07-271-41/+170
* [PATCH] as-iosched tunable encoding fixJens Axboe2005-07-271-9/+1
* [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] cciss_ioctl() warning fixAndrew Morton2005-06-281-1/+0
* [PATCH] cfq build fixAndrew Morton2005-06-271-25/+24
* [PATCH] cciss: remove partition info from CCISS_GETLUNINFOMike Miller2005-06-271-7/+0
* [PATCH] cciss: pci domain info pass 2Mike Miller2005-06-271-0/+1
* [PATCH] cciss: pci id fixMike Miller2005-06-271-3/+6
* [PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2005-06-271-1/+9
* Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2005-06-271-3/+4
|\
| * [PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constantsTobias Klauser2005-06-271-3/+4
* | [PATCH] CFQ io scheduler: scheduler switch oopsJens Axboe2005-06-271-2/+3
* | [PATCH] CFQ io scheduler updatesJens Axboe2005-06-271-161/+299
* | [PATCH] Fix cfq_find_next_crq()Jens Axboe2005-06-271-1/+2
* | [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-275-662/+1320
|/
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-251-2/+1
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-251-2/+1
* | [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] block: add unlocked_ioctl support for block devicesArnd Bergmann2005-06-231-20/+54
* [PATCH] Improve CD/DVD packet driver write performancePeter Osterlund2005-06-231-16/+20
* [PATCH] add check to /proc/devices read routinesNeil Horman2005-06-231-2/+10
* [PATCH] optimise loop driver a bitNick Piggin2005-06-231-43/+38
* [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-234-16/+43
* [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou2005-06-201-1/+1
* [PATCH] class: convert drivers/block/* to use the new class api instead of cl...gregkh@suse.de2005-06-203-22/+22
* [PATCH] sysfs: (driver/block) if show/store is missing return -EIODmitry Torokhov2005-06-205-9/+9
* merge by hand (fix up qla_os.c merge error)James Bottomley2005-06-175-26/+25
|\
| * [SCSI] cciss 2.6 DMA mappingmike.miller@hp.com2005-06-111-9/+3
| * Automatic merge of ../scsi-misc-2.6-old/James Bottomley2005-05-264-17/+22
| |\
| | * merge by hand - fix up rejections in Documentation/DocBook/MakefileJames Bottomley2005-05-2011-41/+504
| | |\
| | * | [SCSI] remove requeue feature from blk_insert_request()Tejun Heo2005-05-203-17/+9
| | * | [SCSI] make blk layer set REQ_SOFTBARRIER on defer and requeueTejun Heo2005-05-201-0/+13
* | | | When cfq I/O scheduler is selected, get_request() in __make_request() callsKiyoshi Ueda2005-06-171-3/+6
* | | | This patch fixes q->unplug_thresh condition check inTejun Heo2005-06-161-1/+1
* | | | This patch kills elevator_global_init() in elevator.c which doesTejun Heo2005-06-161-7/+0
OpenPOWER on IntegriCloud