summaryrefslogtreecommitdiff
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-02-28ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-28ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-28ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-28ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-28ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-28ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-28ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-20ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2023-12-29ubd: use the default discard granularityChristoph Hellwig1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12ubd: remove commented out code in ubd_openChristoph Hellwig1-7/+0
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+2
2022-09-20um: 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-18block: 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-07-01ubd: remove dead code in ubd_setup_commonChristoph Hellwig1-10/+0
2021-07-01ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-30/+14
2021-07-01ubd: 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-27Revert "um: allocate a guard page to helper threads"Johannes Berg1-1/+1
2021-01-27um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-14um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-14um: Support dynamic IRQ allocationJohannes Berg1-1/+1
2020-12-14um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-14um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-03-30um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi1-4/+4
2020-03-30um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-01-30Merge 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-08um: Do not unlock mutex that is not hold.Daniel Walter1-2/+2
2019-03-07um: Fix for a possible OOPS in ubd initializationAnton Ivanov1-3/+3
2018-12-28um: Remove obsolete reenable_XX callsAnton Ivanov1-1/+0
2018-12-28um: Add support for DISCARD in the UBD DriverAnton Ivanov1-11/+54
2018-12-28um: Remove unsafe printks from the io threadAnton Ivanov1-25/+17
2018-12-28um: Clean-up command processing in UML UBD driverAnton Ivanov1-30/+47
2018-12-28um: 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