aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan1-18/+18
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-06-15uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28ubd: drop unnecessary rq->sector manipulationTejun Heo1-5/+5
2009-04-28ubd: cleanup completion pathTejun Heo1-22/+1
2009-04-01ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz1-6/+6
2009-04-01ubd: stop defintining MAJOR_NRChristoph Hellwig1-9/+8
2008-10-21[PATCH] switch ubdAl Viro1-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-06-06uml: remove a duplicate includeHuang Weiyi1-1/+0
2008-05-13uml: use DIV_ROUND_UPJiri Olsa1-2/+2
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong1-195/+190
2008-02-05uml: remove fakehdJeff Dike1-16/+4
2008-02-05uml: reconst a parameterJeff Dike1-1/+1
2008-02-05uml: tidy kern_util.hJeff Dike1-0/+1
2008-02-05uml: const and other tidyingWANG Cong1-3/+3
2008-02-05uml: document new ubd flagJeff Dike1-1/+4
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda1-12/+4
2007-11-29leak in do_ubd_requestMiklos Szeredi1-0/+1
2007-11-05uml: fix incompatible types warning in previous SG fixWANG Cong1-1/+1
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong1-0/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
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