aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger1-13/+19
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger1-1/+40
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-03-25um: clean up the includes in ubdAl Viro1-29/+15
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-11-02um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-02um: kill shared/mem_kern.hAl Viro1-1/+0
2011-11-02um: don't include kern.h unless it's neededAl Viro1-1/+0
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+6
2010-10-19uml: kill big kernel lockArnd Bergmann1-5/+6
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+6
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