| Commit message (Expand) | Author | Age |
* | [PATCH] add a file_permission helper | Christoph Hellwig | 2005-11-09 |
* | [PATCH] drivers/block/pktcdvd.c: remove write-only variable in pkt_iosched_pr... | Gabriel A. Devenyi | 2005-11-09 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 |
* | [PATCH] fix floppy.c to store correct ro/rw status in underlying gendisk | Jon Masters | 2005-11-09 |
* | powermac: Use a spinlock in swim3.c (floppy driver) instead of cli | Paul Mackerras | 2005-11-07 |
* | Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-11-07 |
|\ |
|
| * | [BLOCK] Move all core block layer code to new block/ directory | Jens Axboe | 2005-11-04 |
* | | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 2005-11-07 |
* | | [PATCH] kernel-docs: fix kernel-doc format problems | Randy Dunlap | 2005-11-07 |
* | | [PATCH] as: cooperating processes | Nick Piggin | 2005-11-07 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2005-11-04 |
|\ \
| |/
|/| |
|
| * | Merge Paulus' tree | Stephen Rothwell | 2005-11-02 |
| |\ |
|
| * | | merge filename and modify references to iseries/vio.h | Kelly Daly | 2005-11-01 |
| * | | merge filename and modify references to iseries/hv_types.h | Kelly Daly | 2005-11-01 |
| * | | merge filename and modify references to iseries/hv_lp_event.h | Kelly Daly | 2005-11-01 |
| * | | merge filename and modify reference to iseries/hv_lp_config.h | Kelly Daly | 2005-11-01 |
* | | | Merge git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-11-02 |
|\ \ \ |
|
| * | | | [BLOCK] aoe: update for combined io statistics | Jens Axboe | 2005-11-01 |
| * | | | [BLOCK] Unify the seperate read/write io stat fields into arrays | Jens Axboe | 2005-11-01 |
| * | | | [BLOCK] Update read/write block io statistics at completion time | Jens Axboe | 2005-11-01 |
| | |/
| |/| |
|
* / | | [PATCH] blk: fix dangling pointer access in __elv_add_request | Tejun Heo | 2005-11-02 |
|/ / |
|
* | | [PATCH] noop-iosched: avoid corrupted request merging | Jens Axboe | 2005-10-31 |
* | | [PATCH] Fix on-the-fly switch from cfq i/o scheduler | Jens Axboe | 2005-10-31 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 |
|\ \
| |/
|/| |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 |
* | | Merge ../linux-2.6 by hand | Paul Mackerras | 2005-10-30 |
|\ \ |
|
| * | | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 |
| * | | [PATCH] block cleanups: Fix iosched module refcount leak | Nate Diller | 2005-10-30 |
| * | | [PATCH] block cleanups: Add kconfig default iosched submenu | Nate Diller | 2005-10-30 |
| * | | [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.c | Norbert Kiesel | 2005-10-30 |
| * | | [PATCH] cfq-iosched: move tasklist walk to elevator.c | Christoph Hellwig | 2005-10-30 |
| * | | [PATCH] blk: fix merge bug in as-iosched | Tejun Heo | 2005-10-29 |
| |/ |
|
| * | [PATCH] ub: suppress gcc warnings for pointer casts | Pete Zaitcev | 2005-10-28 |
| * | Merge ../bleed-2.6 | Greg KH | 2005-10-28 |
| |\ |
|
| | * | Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis... | Linus Torvalds | 2005-10-28 |
| | |\ |
|
| | | * | drivers/block/sx8: kill unused variable | Jeff Garzik | 2005-10-22 |
| | | * | drivers/block/sx8: several minor changes | Jeff Garzik | 2005-10-22 |
| | * | | Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-10-28 |
| | |\ \ |
|
| | | * | | [BLOCK] Leftover reference to ->max_back_kb | Jens Axboe | 2005-10-28 |
| | | * | | [BLOCK] elevator switch fixes/cleanup | Jens Axboe | 2005-10-28 |
| | | * | | [BLOCK] Reimplement elevator switch | Tejun Heo | 2005-10-28 |
| | * | | | Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b... | Linus Torvalds | 2005-10-28 |
| | |\| | |
|
| | | * | | [BLOCK] kill generic max_back_kb handling | Tejun Heo | 2005-10-28 |
| | | * | | [PATCH] 04/05 remove last_merge handling from ioscheds | Tejun Heo | 2005-10-28 |
| | | * | | [PATCH] 03/05 move last_merge handlin into generic elevator code | Tejun Heo | 2005-10-28 |
| | | * | | [PATCH] 02/05: update ioscheds to use generic dispatch queue | Jens Axboe | 2005-10-28 |
| | | * | | [PATCH] elevator: leftover function declaration | Jens Axboe | 2005-10-28 |
| | | * | | [PATCH] generic dispatch fixes | Jens Axboe | 2005-10-28 |
| | | * | | [PATCH] 01/05 Implement generic dispatch queue | Tejun Heo | 2005-10-28 |
| | * | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-10-28 |
| | |\| | |
|