summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add a file_permission helperChristoph Hellwig2005-11-091-2/+1Star
* [PATCH] drivers/block/pktcdvd.c: remove write-only variable in pkt_iosched_pr...Gabriel A. Devenyi2005-11-091-3/+0Star
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] fix floppy.c to store correct ro/rw status in underlying gendiskJon Masters2005-11-091-0/+6
* powermac: Use a spinlock in swim3.c (floppy driver) instead of cliPaul Mackerras2005-11-081-10/+10
* Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-0712-11456/+0Star
|\
| * [BLOCK] Move all core block layer code to new block/ directoryJens Axboe2005-11-0412-11437/+0Star
* | [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-072-28/+15Star
* | [PATCH] kernel-docs: fix kernel-doc format problemsRandy Dunlap2005-11-071-1/+0Star
* | [PATCH] as: cooperating processesNick Piggin2005-11-071-145/+165
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-051-4/+4
|\ \ | |/ |/|
| * Merge Paulus' treeStephen Rothwell2005-11-023-4/+3Star
| |\
| * | merge filename and modify references to iseries/vio.hKelly Daly2005-11-021-1/+1
| * | merge filename and modify references to iseries/hv_types.hKelly Daly2005-11-021-1/+1
| * | merge filename and modify references to iseries/hv_lp_event.hKelly Daly2005-11-021-1/+1
| * | merge filename and modify reference to iseries/hv_lp_config.hKelly Daly2005-11-021-1/+1
* | | Merge git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-023-54/+35Star
|\ \ \
| * | | [BLOCK] aoe: update for combined io statisticsJens Axboe2005-11-011-9/+4Star
| * | | [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-012-43/+26Star
| * | | [BLOCK] Update read/write block io statistics at completion timeJens Axboe2005-11-011-8/+11
| | |/ | |/|
* / | [PATCH] blk: fix dangling pointer access in __elv_add_requestTejun Heo2005-11-021-1/+6
|/ /
* | [PATCH] noop-iosched: avoid corrupted request mergingJens Axboe2005-10-311-0/+1
* | [PATCH] Fix on-the-fly switch from cfq i/o schedulerJens Axboe2005-10-311-3/+1Star
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\ \ | |/ |/|
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | Merge ../linux-2.6 by handPaul Mackerras2005-10-3120-1023/+613Star
|\ \
| * | [PATCH] fix missing includesTim Schmielau2005-10-314-3/+11
| * | [PATCH] block cleanups: Fix iosched module refcount leakNate Diller2005-10-311-1/+3
| * | [PATCH] block cleanups: Add kconfig default iosched submenuNate Diller2005-10-312-17/+38
| * | [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.cNorbert Kiesel2005-10-311-4/+0Star
| * | [PATCH] cfq-iosched: move tasklist walk to elevator.cChristoph Hellwig2005-10-313-22/+23
| * | [PATCH] blk: fix merge bug in as-ioschedTejun Heo2005-10-291-0/+1
| |/
| * [PATCH] ub: suppress gcc warnings for pointer castsPete Zaitcev2005-10-291-2/+2
| * Merge ../bleed-2.6Greg KH2005-10-289-965/+500Star
| |\
| | * Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...Linus Torvalds2005-10-281-14/+37
| | |\
| | | * drivers/block/sx8: kill unused variableJeff Garzik2005-10-221-1/+0Star
| | | * drivers/block/sx8: several minor changesJeff Garzik2005-10-221-13/+37
| | * | Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-10-282-158/+61Star
| | |\ \
| | | * | [BLOCK] Leftover reference to ->max_back_kbJens Axboe2005-10-281-1/+0Star
| | | * | [BLOCK] elevator switch fixes/cleanupJens Axboe2005-10-282-5/+5
| | | * | [BLOCK] Reimplement elevator switchTejun Heo2005-10-282-158/+62Star
| | * | | Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds2005-10-286-773/+376Star
| | |\| |
| | | * | [BLOCK] kill generic max_back_kb handlingTejun Heo2005-10-281-5/+1Star
| | | * | [PATCH] 04/05 remove last_merge handling from ioschedsTejun Heo2005-10-284-114/+8Star
| | | * | [PATCH] 03/05 move last_merge handlin into generic elevator codeTejun Heo2005-10-281-25/+18Star
| | | * | [PATCH] 02/05: update ioscheds to use generic dispatch queueJens Axboe2005-10-284-555/+187Star
| | | * | [PATCH] elevator: leftover function declarationJens Axboe2005-10-281-4/+0Star
| | | * | [PATCH] generic dispatch fixesJens Axboe2005-10-281-21/+12Star
| | | * | [PATCH] 01/05 Implement generic dispatch queueTejun Heo2005-10-282-82/+183
| | * | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-10-282-16/+22
| | |\| |