Age | Commit message (Expand) | Author | Files | Lines |
2024-07-25 | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+0 |
2024-07-03 | um: refactor TLB update handling | Benjamin Berg | 1 | -2/+0 |
2024-07-03 | ubd: Remove unused mutex 'ubd_mutex' | Dr. David Alan Gilbert | 1 | -1/+0 |
2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -1/+0 |
2024-06-19 | block: move cache control settings out of queue->flags | Christoph Hellwig | 1 | -1/+1 |
2024-06-14 | block: add special APIs for run-time disabling of discard and friends | Christoph Hellwig | 1 | -2/+2 |
2024-06-14 | ubd: untagle discard vs write zeroes not support handling | Christoph Hellwig | 1 | -4/+5 |
2024-06-14 | ubd: refactor the interrupt handler | Christoph Hellwig | 1 | -31/+18 |
2024-04-22 | um: Fix return value in ubd_init() | Duoming Zhou | 1 | -2/+2 |
2024-02-27 | ubd: open the backing files in ubd_add | Christoph Hellwig | 1 | -42/+16 |
2024-02-27 | ubd: remove the queue pointer in struct ubd | Christoph Hellwig | 1 | -3/+1 |
2024-02-27 | ubd: move set_disk_ro to ubd_add | Christoph Hellwig | 1 | -1/+1 |
2024-02-27 | ubd: move setting the variable queue limits to ubd_add | Christoph Hellwig | 1 | -6/+7 |
2024-02-27 | ubd: move setting the nonrot flag to ubd_add | Christoph Hellwig | 1 | -1/+1 |
2024-02-27 | ubd: remove ubd_disk_register | Christoph Hellwig | 1 | -22/+15 |
2024-02-27 | ubd: remove the ubd_gendisk array | Christoph Hellwig | 1 | -9/+4 |
2024-02-19 | ubd: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -3/+5 |
2024-02-13 | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig | 1 | -1/+1 |
2023-12-29 | ubd: use the default discard granularity | Christoph Hellwig | 1 | -1/+0 |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -4/+4 |
2023-06-12 | ubd: remove commented out code in ubd_open | Christoph Hellwig | 1 | -7/+0 |
2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig | 1 | -2/+2 |
2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -3/+2 |
2022-09-19 | um: Do not initialise statics to 0. | Xin Gao | 1 | -1/+1 |
2022-07-14 | um: Use enum req_op where appropriate | Bart Van Assche | 1 | -2/+2 |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 1 | -2/+2 |
2022-05-03 | ubd: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -1/+0 |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -2/+0 |
2022-03-11 | um: Fix WRITE_ZEROES in the UBD Driver | Frédéric Danis | 1 | -1/+7 |
2021-10-21 | um/drivers/ubd_kern: add error handling support for add_disk() | Luis Chamberlain | 1 | -4/+9 |
2021-10-18 | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 1 | -0/+1 |
2021-08-16 | ubd: use bvec_virt | Christoph Hellwig | 1 | -2/+1 |
2021-07-09 | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -134/+26 |
2021-06-30 | ubd: remove dead code in ubd_setup_common | Christoph Hellwig | 1 | -10/+0 |
2021-06-30 | ubd: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 1 | -30/+14 |
2021-06-30 | ubd: remove the code to register as the legacy IDE driver | Christoph Hellwig | 1 | -94/+12 |
2021-06-17 | um: Fix stack pointer alignment | YiFei Zhu | 1 | -2/+1 |
2021-01-26 | Revert "um: allocate a guard page to helper threads" | Johannes Berg | 1 | -1/+1 |
2021-01-26 | um: ubd: fix command line handling of ubd | Hajime Tazaki | 1 | -2/+2 |
2020-12-13 | um: allocate a guard page to helper threads | Johannes Berg | 1 | -1/+1 |
2020-12-13 | um: Support dynamic IRQ allocation | Johannes Berg | 1 | -1/+1 |
2020-12-13 | um: ubd: Set device serial attribute from cmdline | Christopher Obbard | 1 | -16/+62 |
2020-12-13 | um: ubd: Submit all data segments atomically | Gabriel Krisman Bertazi | 1 | -76/+115 |
2020-03-29 | um: ubd: Retry buffer read on any kind of error | Gabriel Krisman Bertazi | 1 | -4/+4 |
2020-03-29 | um: ubd: Prevent buffer overrun on command completion | Gabriel Krisman Bertazi | 1 | -1/+3 |
2020-01-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2020-01-03 | compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl | Arnd Bergmann | 1 | -0/+1 |
2019-12-18 | um: ubd: use 64-bit time_t where possible | Arnd Bergmann | 1 | -5/+5 |
2019-10-29 | um-ubd: Entrust re-queue to the upper layers | Anton Ivanov | 1 | -2/+6 |
2019-09-15 | um: Add SPDX headers for files in arch/um/drivers | Alex Dewar | 1 | -1/+1 |