aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19um: Do not initialise statics to 0.Xin Gao1-1/+1
2022-07-14um: Use enum req_op where appropriateBart Van Assche1-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-03ubd: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis1-1/+7
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-08-16ubd: use bvec_virtChristoph Hellwig1-2/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-134/+26
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig1-10/+0
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-30/+14
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig1-94/+12
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-2/+1
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg1-1/+1
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-13um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-13um: Support dynamic IRQ allocationJohannes Berg1-1/+1
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi1-4/+4
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann1-5/+5
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov1-2/+6
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2019-05-07um: Do not unlock mutex that is not hold.Daniel Walter1-2/+2
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov1-3/+3
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov1-1/+0
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov1-11/+54
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov1-25/+17
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov1-30/+47
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov1-28/+38
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov1-2/+1
2018-11-07ubd: fix missing lock around request issueJens Axboe1-2/+7
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig1-104/+54
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger1-85/+93
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+6
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2018-02-19Epoll based IRQ controllerAnton Ivanov1-2/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2016-12-14um: UBD ImprovementsAnton Ivanov1-26/+142
2016-06-22um: track 'parent' device in a local variableDan Williams1-2/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov1-22/+5
2014-10-13um: ubd: Fix for processes stuck in D state foreverThorsten Knabe1-2/+3
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger1-1/+2