aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: remove unneeded void * castJesper Juhl1-1/+1
2007-08-22uml: fix previous request size limit fixJeff Dike1-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-16uml: limit request size on COWed devicesJeff Dike1-0/+2
2007-07-16uml: fix request->sector updateJeff Dike1-2/+4
2007-06-08uml: get declaration of simple_strtoulJeff Dike1-0/+1
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-10/+10
2007-05-07uml: formatting fixes around os_{read_write}_file callersJeff Dike1-62/+62
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike1-1/+1
2007-05-07uml: fixup allocation in the ubd driverPeter Zijlstra1-1/+1
2007-05-07uml: send pointers instead of structures to I/O threadJeff Dike1-15/+26
2007-05-07uml: batch I/O requestsJeff Dike1-77/+99
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike1-9/+8
2007-05-07uml: drivers get release methodsJeff Dike1-5/+12
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: handle block device hotplug errorsJeff Dike1-6/+7
2007-03-29[PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike1-7/+6
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] uml: locking fixes in the ubd driverJeff Dike1-20/+15
2007-02-11[PATCH] uml: add per-device queues and locks to ubd driverJeff Dike1-30/+40
2007-02-11[PATCH] uml: mconsole lockingJeff Dike1-0/+1
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike1-58/+74
2006-10-31[PATCH] uml ubd driver: various little changesPaolo 'Blaisorblade' Giarrusso1-19/+25
2006-10-31[PATCH] uml ubd driver: do not store error codes as ->fdPaolo 'Blaisorblade' Giarrusso1-7/+10
2006-10-31[PATCH] uml ubd driver: use bitfields where possiblePaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-31[PATCH] uml ubd driver: reformat ubd_configPaolo 'Blaisorblade' Giarrusso1-11/+20
2006-10-31[PATCH] uml ubd driver: convert do_ubd to a boolean variablePaolo 'Blaisorblade' Giarrusso1-3/+6
2006-10-31[PATCH] uml ubd driver: ubd_io_lock usage fixupPaolo 'Blaisorblade' Giarrusso1-1/+7
2006-10-31[PATCH] uml ubd driver: change ubd_lock to be a mutexPaolo 'Blaisorblade' Giarrusso1-11/+12
2006-10-31[PATCH] uml ubd driver: give better names to some functions.Paolo 'Blaisorblade' Giarrusso1-6/+6
2006-10-31[PATCH] uml ubd driver: var renamesPaolo 'Blaisorblade' Giarrusso1-98/+98
2006-10-31[PATCH] uml ubd driver: document some struct fieldsPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-10-31[PATCH] uml ubd driver: allow using up to 16 UBD devicesPaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-08[PATCH] uml pt_regs fixesAl Viro1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-2/+0
2006-09-29[PATCH] uml: close file descriptor leaksJeff Dike1-7/+2
2006-07-10[PATCH] uml: remove unused variableJeff Dike1-1/+0
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-16/+2
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-6/+2
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman1-7/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-03-31[PATCH] uml: fix initcall return valuesJeff Dike1-1/+1
2006-03-27[PATCH] uml: allow ubd devices to be shared in a clusterJeff Dike1-33/+43
2006-02-24[PATCH] uml: tidying COW codePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-01-18[PATCH] uml ubd code: fix a bit of whitespacePaolo 'Blaisorblade' Giarrusso1-14/+17
2006-01-18[PATCH] uml: allow again to move backing file and to override saved locationPaolo 'Blaisorblade' Giarrusso1-13/+15