summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] switch ubdAl Viro2008-10-211-13/+12
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* uml: remove a duplicate includeHuang Weiyi2008-06-061-1/+0
* uml: use DIV_ROUND_UPJiri Olsa2008-05-131-2/+2
* uml: clean up arch/um/drivers/ubd_kern.cWANG Cong2008-04-281-195/+190
* uml: remove fakehdJeff Dike2008-02-051-16/+4
* uml: reconst a parameterJeff Dike2008-02-051-1/+1
* uml: tidy kern_util.hJeff Dike2008-02-051-0/+1
* uml: const and other tidyingWANG Cong2008-02-051-3/+3
* uml: document new ubd flagJeff Dike2008-02-051-1/+4
* blk_end_request: changing um (take 4)Kiyoshi Ueda2008-01-281-12/+4
* leak in do_ubd_requestMiklos Szeredi2007-11-291-0/+1
* uml: fix incompatible types warning in previous SG fixWANG Cong2007-11-051-1/+1
* 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