block: implement and enforce request peek/start/fetch
[safe/jmp/linux-2.6] / arch / um / drivers / ubd_kern.c
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-04-28 Tejun Heoubd: drop unnecessary rq->sector manipulation
2009-04-28 Tejun Heoubd: cleanup completion path
2009-04-01 Bartlomiej Zolnier... ubd_kern: make it 'struct hd_driveid'-free
2009-04-01 Christoph Hellwigubd: stop defintining MAJOR_NR
2008-10-21 Al Viro[PATCH] switch ubd
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-06-06 Huang Weiyiuml: remove a duplicate include
2008-05-13 Jiri Olsauml: use DIV_ROUND_UP
2008-04-28 WANG Conguml: clean up arch/um/drivers/ubd_kern.c
2008-02-05 Jeff Dikeuml: remove fakehd
2008-02-05 Jeff Dikeuml: reconst a parameter
2008-02-05 Jeff Dikeuml: tidy kern_util.h
2008-02-05 WANG Conguml: const and other tidying
2008-02-05 Jeff Dikeuml: document new ubd flag
2008-01-28 Kiyoshi Uedablk_end_request: changing um (take 4)
2007-11-29 Miklos Szeredileak in do_ubd_request
2007-11-05 WANG Conguml: fix incompatible types warning in previous SG fix
2007-10-24 WANG Congarch/um/drivers/ubd_kern.c: fix a building error
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-16 Jesper Juhluml: remove unneeded void * cast
2007-08-23 Jeff Dikeuml: fix previous request size limit fix
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-16 Jeff Dikeuml: limit request size on COWed devices
2007-07-16 Jeff Dikeuml: fix request->sector update
2007-06-09 Jeff Dikeuml: get declaration of simple_strtoul
2007-05-07 Jeff Dikeuml: rename os_{read_write}_file_k back to os_{read_wri...
2007-05-07 Jeff Dikeuml: formatting fixes around os_{read_write}_file callers
2007-05-07 Jeff Dikeuml: change remaining callers of os_{read_write}_file
2007-05-07 Peter Zijlstrauml: fixup allocation in the ubd driver
2007-05-07 Jeff Dikeuml: send pointers instead of structures to I/O thread
2007-05-07 Jeff Dikeuml: batch I/O requests
2007-05-07 Jeff Dikeuml: start fixing os_read_file and os_write_file
2007-05-07 Jeff Dikeuml: drivers get release methods
2007-05-07 Jeff Dikeuml: remove user_util.h
2007-05-07 Jeff Dikeuml: handle block device hotplug errors
2007-03-29 Jeff Dike[PATCH] uml: fix I/O hang when multiple devices are...
2007-02-11 Alexey Dobriyan[PATCH] proc: remove useless (and buggy) ->nlink settings
2007-02-11 Jeff Dike[PATCH] uml: locking fixes in the ubd driver
2007-02-11 Jeff Dike[PATCH] uml: add per-device queues and locks to ubd...
2007-02-11 Jeff Dike[PATCH] uml: mconsole locking
2007-02-11 Jeff Dike[PATCH] uml: return hotplug errors to host
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: various little changes
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: do not store error codes as...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: use bitfields where possible
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: reformat ubd_config
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: convert do_ubd to a boolean...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: ubd_io_lock usage fixup
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: change ubd_lock to be a mutex
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: give better names to some funct...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: var renames
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: document some struct fields
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: allow using up to 16 UBD devices
2006-10-08 Al Viro[PATCH] uml pt_regs fixes
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-09-30 Jens Axboe[PATCH] Remove ->rq_status from struct request
2006-09-29 Jeff Dike[PATCH] uml: close file descriptor leaks
2006-07-10 Jeff Dike[PATCH] uml: remove unused variable
2006-07-02 Thomas Gleixner[PATCH] irq-flags: UM: Use the new IRQF_ constants
2006-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/devfs-2.6
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the gendisk devfs_name field...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the devfs_fs_kernel.h file from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_symlink() function from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_dir() function from...
2006-06-26 Andreas Mohrspelling fixes
2006-03-31 Jeff Dike[PATCH] uml: fix initcall return values
2006-03-27 Jeff Dike[PATCH] uml: allow ubd devices to be shared in a cluster
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: tidying COW code
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml ubd code: fix a bit of whitespace
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: allow again to move backing file and to...
2006-01-12 Jeff Dike[PATCH] uml: kill an unused variable
2006-01-09 Christoph Hellwig[PATCH] Add block_device_operations.getgeo block device...
2006-01-06 Jeff Dike[PATCH] uml: non-void functions should return something
2006-01-06 Jeff Dike[PATCH] uml: use kstrdup
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-10-12 Jeff Dike[PATCH] uml: revert block driver use of host AIO
2005-09-05 Jeff Dike[PATCH] uml: add host AIO support to block driver
2005-09-05 Jeff Dike[PATCH] uml: error path cleanup
2005-06-25 Jeff Dike[PATCH] uml: hot-unplug code cleanup
2005-05-28 Jeff Dike[PATCH] uml: single-space a help message
2005-05-28 Jeff Dike[PATCH] uml: remove 2_5compat.h
2005-05-20 Jeff Dike[PATCH] uml: Remove ubd-mmap support
2005-05-01 Paolo 'Blaisorblad... [PATCH] uml ubd: handle readonly status
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2