summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
Commit message (Expand)AuthorAgeFilesLines
...
* arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong2007-10-241-0/+2
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* uml: remove unneeded void * castJesper Juhl2007-10-161-1/+1
* uml: fix previous request size limit fixJeff Dike2007-08-221-2/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* uml: limit request size on COWed devicesJeff Dike2007-07-161-0/+2
* uml: fix request->sector updateJeff Dike2007-07-161-2/+4
* uml: get declaration of simple_strtoulJeff Dike2007-06-081-0/+1
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-071-10/+10
* uml: formatting fixes around os_{read_write}_file callersJeff Dike2007-05-071-62/+62
* uml: change remaining callers of os_{read_write}_fileJeff Dike2007-05-071-1/+1
* uml: fixup allocation in the ubd driverPeter Zijlstra2007-05-071-1/+1
* uml: send pointers instead of structures to I/O threadJeff Dike2007-05-071-15/+26
* uml: batch I/O requestsJeff Dike2007-05-071-77/+99
* uml: start fixing os_read_file and os_write_fileJeff Dike2007-05-071-9/+8
* uml: drivers get release methodsJeff Dike2007-05-071-5/+12
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: handle block device hotplug errorsJeff Dike2007-05-071-6/+7
* [PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike2007-03-291-7/+6
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0
* [PATCH] uml: locking fixes in the ubd driverJeff Dike2007-02-111-20/+15
* [PATCH] uml: add per-device queues and locks to ubd driverJeff Dike2007-02-111-30/+40
* [PATCH] uml: mconsole lockingJeff Dike2007-02-111-0/+1
* [PATCH] uml: return hotplug errors to hostJeff Dike2007-02-111-58/+74
* [PATCH] uml ubd driver: various little changesPaolo 'Blaisorblade' Giarrusso2006-10-311-19/+25
* [PATCH] uml ubd driver: do not store error codes as ->fdPaolo 'Blaisorblade' Giarrusso2006-10-311-7/+10
* [PATCH] uml ubd driver: use bitfields where possiblePaolo 'Blaisorblade' Giarrusso2006-10-311-2/+2
* [PATCH] uml ubd driver: reformat ubd_configPaolo 'Blaisorblade' Giarrusso2006-10-311-11/+20
* [PATCH] uml ubd driver: convert do_ubd to a boolean variablePaolo 'Blaisorblade' Giarrusso2006-10-311-3/+6
* [PATCH] uml ubd driver: ubd_io_lock usage fixupPaolo 'Blaisorblade' Giarrusso2006-10-311-1/+7
* [PATCH] uml ubd driver: change ubd_lock to be a mutexPaolo 'Blaisorblade' Giarrusso2006-10-311-11/+12
* [PATCH] uml ubd driver: give better names to some functions.Paolo 'Blaisorblade' Giarrusso2006-10-311-6/+6
* [PATCH] uml ubd driver: var renamesPaolo 'Blaisorblade' Giarrusso2006-10-311-98/+98
* [PATCH] uml ubd driver: document some struct fieldsPaolo 'Blaisorblade' Giarrusso2006-10-311-1/+4
* [PATCH] uml ubd driver: allow using up to 16 UBD devicesPaolo 'Blaisorblade' Giarrusso2006-10-311-2/+2
* [PATCH] uml pt_regs fixesAl Viro2006-10-081-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-2/+0
* [PATCH] uml: close file descriptor leaksJeff Dike2006-09-291-7/+2
* [PATCH] uml: remove unused variableJeff Dike2006-07-101-1/+0
* [PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-16/+2
|\
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-6/+2
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* | spelling fixesAndreas Mohr2006-06-261-1/+1
|/
* [PATCH] uml: fix initcall return valuesJeff Dike2006-03-311-1/+1
* [PATCH] uml: allow ubd devices to be shared in a clusterJeff Dike2006-03-271-33/+43
* [PATCH] uml: tidying COW codePaolo 'Blaisorblade' Giarrusso2006-02-241-1/+1