summaryrefslogtreecommitdiff
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)Author
2024-11-07um: ubd: Do not use drvdata in releaseTiwei Bie
2024-11-07um: ubd: Initialize ubd's disk pointer in ubd_addTiwei Bie
2024-10-25um: Set parent-death signal for ubd io thread/processTiwei Bie
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-03um: refactor TLB update handlingBenjamin Berg
2024-07-03ubd: Remove unused mutex 'ubd_mutex'Dr. David Alan Gilbert
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig
2024-04-22um: Fix return value in ubd_init()Duoming Zhou
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