aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/ubd_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2024-07-03um: refactor TLB update handlingBenjamin Berg1-2/+0
2024-07-03ubd: Remove unused mutex 'ubd_mutex'Dr. David Alan Gilbert1-1/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-1/+1
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig1-4/+5
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig1-31/+18
2024-04-22um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-19ubd: 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-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