summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
Commit message (Expand)AuthorAge
* um-ubd: Entrust re-queue to the upper layersAnton Ivanov2019-10-29
* um: Add SPDX headers for files in arch/um/driversAlex Dewar2019-09-15
* um: Do not unlock mutex that is not hold.Daniel Walter2019-05-07
* um: Fix for a possible OOPS in ubd initializationAnton Ivanov2019-03-06
* um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-27
* um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-27
* um: Remove unsafe printks from the io threadAnton Ivanov2018-12-27
* um: Clean-up command processing in UML UBD driverAnton Ivanov2018-12-27
* um: Switch to block-mq constants in the UML UBD driverAnton Ivanov2018-12-27
* ubd: fix missing initialization of io_reqAnton Ivanov2018-11-08
* ubd: fix missing lock around request issueJens Axboe2018-11-07
* ubd: remove use of blk_rq_map_sgChristoph Hellwig2018-10-18
* um: Convert ubd driver to blk-mqRichard Weinberger2018-10-14
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-28
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-16
* Epoll based IRQ controllerAnton Ivanov2018-02-19
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* um: UBD ImprovementsAnton Ivanov2016-12-14
* um: track 'parent' device in a local variableDan Williams2016-06-22
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-07
* um: switch to using blk_queue_write_cache()Jens Axboe2016-04-12
* um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-10
* um: ubd: Fix for processes stuck in D state foreverThorsten Knabe2014-10-13
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-07
* um: ubd: Introduce submit_request()Richard Weinberger2013-09-07
* um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-07
* block_device_operations->release() should return voidAl Viro2013-05-07
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
* um: fix ubd_file_size for read-only filesMartin Pärtel2012-08-01
* um: clean up the includes in ubdAl Viro2012-03-24
* um: irq: Remove IRQF_DISABLEDYong Zhang2012-03-24
* um: fix ubd cow sizeRichard Weinberger2011-11-02
* um: kill shared/mem_kern.hAl Viro2011-11-02
* um: don't include kern.h unless it's neededAl Viro2011-11-02
* um: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * uml: kill big kernel lockArnd Bergmann2010-10-19
* | ubd: fix incorrect sector handling during request restartTejun Heo2010-10-15
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-15
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-16
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* ubd: drop unnecessary rq->sector manipulationTejun Heo2009-04-28
* ubd: cleanup completion pathTejun Heo2009-04-28