summaryrefslogtreecommitdiff
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)Author
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2023-12-29ubd: use the default discard granularityChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12ubd: remove commented out code in ubd_openChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2022-09-19um: Do not initialise statics to 0.Xin Gao
2022-07-14um: Use enum req_op where appropriateBart Van Assche
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-03ubd: don't set the discard_alignment queue limitChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-08-16ubd: use bvec_virtChristoph Hellwig
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar
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