aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)Author
2020-06-01um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2019-12-10um-ubd: Entrust re-queue to the upper layersAnton Ivanov
2019-05-07um: Do not unlock mutex that is not hold.Daniel Walter
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov
2018-11-07ubd: fix missing lock around request issueJens Axboe
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-02-19Epoll based IRQ controllerAnton Ivanov
2017-06-09block: introduce new block status code typeChristoph Hellwig
2016-12-14um: UBD ImprovementsAnton Ivanov
2016-06-22um: track 'parent' device in a local variableDan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov
2014-10-13um: ubd: Fix for processes stuck in D state foreverThorsten Knabe
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger
2013-05-07block_device_operations->release() should return voidAl Viro
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel
2012-03-25um: clean up the includes in ubdAl Viro
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang
2011-11-02um: fix ubd cow sizeRichard Weinberger
2011-11-02um: kill shared/mem_kern.hAl Viro
2011-11-02um: don't include kern.h unless it's neededAl Viro
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner
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