aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)Author
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-19uml: kill big kernel lockArnd Bergmann
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-06-15uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28ubd: drop unnecessary rq->sector manipulationTejun Heo
2009-04-28ubd: cleanup completion pathTejun Heo
2009-04-01ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz
2009-04-01ubd: stop defintining MAJOR_NRChristoph Hellwig
2008-10-21[PATCH] switch ubdAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-06-06uml: remove a duplicate includeHuang Weiyi
2008-05-13uml: use DIV_ROUND_UPJiri Olsa
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong
2008-02-05uml: remove fakehdJeff Dike
2008-02-05uml: reconst a parameterJeff Dike
2008-02-05uml: tidy kern_util.hJeff Dike
2008-02-05uml: const and other tidyingWANG Cong
2008-02-05uml: document new ubd flagJeff Dike
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda
2007-11-29leak in do_ubd_requestMiklos Szeredi
2007-11-05uml: fix incompatible types warning in previous SG fixWANG Cong
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-16uml: remove unneeded void * castJesper Juhl
2007-08-22uml: fix previous request size limit fixJeff Dike
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-16uml: limit request size on COWed devicesJeff Dike
2007-07-16uml: fix request->sector updateJeff Dike
2007-06-08uml: get declaration of simple_strtoulJeff Dike
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike
2007-05-07uml: formatting fixes around os_{read_write}_file callersJeff Dike
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike
2007-05-07uml: fixup allocation in the ubd driverPeter Zijlstra
2007-05-07uml: send pointers instead of structures to I/O threadJeff Dike
2007-05-07uml: batch I/O requestsJeff Dike
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike
2007-05-07uml: drivers get release methodsJeff Dike
2007-05-07uml: remove user_util.hJeff Dike
2007-05-07uml: handle block device hotplug errorsJeff Dike
2007-03-29[PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan
2007-02-11[PATCH] uml: locking fixes in the ubd driverJeff Dike