summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-2428-64/+64
* ps3: Disk Storage DriverGeert Uytterhoeven2007-07-222-0/+631
* [SPARC64]: Fix handling of multiple vdc-port nodes.David S. Miller2007-07-201-16/+8Star
* [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.Fabio Massimo Di Nitto2007-07-201-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* lguest: the block driverRusty Russell2007-07-192-0/+276
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-181-87/+10Star
|\
| * [SPARC64]: Simplify VDC device probing.David S. Miller2007-07-181-87/+10Star
* | xen: add virtual block device driver.Jeremy Fitzhardinge2007-07-183-0/+998
|/
* unregister_blkdev(): delete redundant messageAkinobu Mita2007-07-171-3/+1Star
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-172-5/+2Star
* Add support for Xilinx SystemACE CompactFlash interfaceGrant Likely2007-07-173-0/+1173
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-172-7/+2Star
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-171-2/+2
|\
| * Merge branch 'for-2.6.23' into mergePaul Mackerras2007-07-111-2/+2
| |\
| | * [POWERPC] Fix viodasd geometry calculationsStephen Rothwell2007-07-101-2/+2
* | | Fix too few arguments to function `scsi_cmd_ioctl'S.Çağlar Onur2007-07-161-1/+1
* | | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-161-1/+1
|\ \ \
| * | | bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-164-1096/+6Star
|\ \ \ \
| * | | | more ACSI removalAdrian Bunk2007-07-163-1044/+0Star
| * | | | umem: Fix match of pci_ids in umem driverNeil Brown2007-07-161-11/+6Star
| * | | | umem: Remove references to dead CONFIG_MM_MAP_MEMORY variableRobert P. J. Day2007-07-161-41/+0Star
| |/ / /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-163-0/+980
|\ \ \ \
| * | | | [SPARC64]: Abstract out mdesc accesses for better MD update handling.David S. Miller2007-07-161-11/+13
| * | | | [SPARC64]: Add Sun LDOM virtual disk driver.David S. Miller2007-07-163-0/+978
| |/ / /
* | | | nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov2007-07-161-16/+6Star
* | | | kcdrwd: remove unneeded flush_signals() callOleg Nesterov2007-07-161-3/+0Star
* | | | Introduce CONFIG_VIRT_TO_BUSStephen Rothwell2007-07-161-1/+1
* | | | drivers/block/z2ram: Remove TRUE/FALSE definesRichard Knutsson2007-07-161-3/+0Star
|/ / /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-161-53/+22Star
|\ \ \
| * \ \ [SCSI] Merge up to linux-2.6 headJames Bottomley2007-05-312-16/+31
| |\ \ \
| * | | | [SCSI] cciss: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-53/+22Star
* | | | | USB: drivers/block/ub.c: use list_for_each_entry()Matthias Kaehlcke2007-07-131-9/+3Star
* | | | | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-2/+1Star
| |_|/ / |/| | |
* | | | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-101-20/+44
|\ \ \ \
| * | | | pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
| * | | | splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
| * | | | loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe2007-07-101-20/+44
| | |_|/ | |/| |
* | | | Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",Jan Engelhardt2007-07-101-5/+6
* | | | [PATCH] fix request->cmd == INT casesBoaz Harrosh2007-07-102-2/+2
* | | | cciss: add new controller support for P700mMike Miller (OS Dev2007-07-101-0/+2
* | | | [PATCH] Remove acsi.cJens Axboe2007-07-103-1858/+1Star
|/ / /
* | / loop: preallocate eight loop devicesKen Chen2007-06-091-18/+82
| |/ |/|
* | Off by one in floppy.cEric Sesterhenn / Snakebyte2007-05-241-1/+1
* | cciss: Fix pci_driver.shutdown while device is still activeGerald Britton2007-05-191-15/+30
|/
* fix deadlock in loop.cAl Viro2007-05-131-8/+9
* fix the dynamic allocation and probe in loop.cAl Viro2007-05-131-40/+12Star
* [S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky2007-05-101-2/+2