aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
Commit message (Expand)AuthorAgeFilesLines
* um: fix ubd cow sizeRichard Weinberger2011-11-111-1/+30
* um: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-5/+6
|\
| * uml: kill big kernel lockArnd Bergmann2010-10-191-5/+6
* | ubd: fix incorrect sector handling during request restartTejun Heo2010-10-151-4/+5
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-1/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-151-18/+18
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* ubd: drop unnecessary rq->sector manipulationTejun Heo2009-04-281-5/+5
* ubd: cleanup completion pathTejun Heo2009-04-281-22/+1
* ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-6/+6
* ubd: stop defintining MAJOR_NRChristoph Hellwig2009-04-011-9/+8
* [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