index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
ubd_kern.c
Age
Commit message (
Expand
)
Author
2025-03-20
um: ubd: Switch to the pthread-based helper
Tiwei Bie
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2024-11-07
um: ubd: Do not use drvdata in release
Tiwei Bie
2024-11-07
um: ubd: Initialize ubd's disk pointer in ubd_add
Tiwei Bie
2024-10-25
um: Set parent-death signal for ubd io thread/process
Tiwei Bie
2024-07-25
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-07-03
um: refactor TLB update handling
Benjamin Berg
2024-07-03
ubd: Remove unused mutex 'ubd_mutex'
Dr. David Alan Gilbert
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
2024-06-14
ubd: untagle discard vs write zeroes not support handling
Christoph Hellwig
2024-06-14
ubd: refactor the interrupt handler
Christoph Hellwig
2024-04-22
um: Fix return value in ubd_init()
Duoming Zhou
2024-02-27
ubd: open the backing files in ubd_add
Christoph Hellwig
2024-02-27
ubd: remove the queue pointer in struct ubd
Christoph Hellwig
2024-02-27
ubd: move set_disk_ro to ubd_add
Christoph Hellwig
2024-02-27
ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
2024-02-27
ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
2024-02-27
ubd: remove ubd_disk_register
Christoph Hellwig
2024-02-27
ubd: remove the ubd_gendisk array
Christoph Hellwig
2024-02-19
ubd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2023-12-29
ubd: use the default discard granularity
Christoph Hellwig
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
ubd: remove commented out code in ubd_open
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2022-09-19
um: Do not initialise statics to 0.
Xin Gao
2022-07-14
um: Use enum req_op where appropriate
Bart Van Assche
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-05-03
ubd: don't set the discard_alignment queue limit
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-03-11
um: Fix WRITE_ZEROES in the UBD Driver
Frédéric Danis
2021-10-21
um/drivers/ubd_kern: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-08-16
ubd: use bvec_virt
Christoph Hellwig
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
ubd: remove dead code in ubd_setup_common
Christoph Hellwig
2021-06-30
ubd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-06-30
ubd: remove the code to register as the legacy IDE driver
Christoph Hellwig
2021-06-17
um: Fix stack pointer alignment
YiFei Zhu
2021-01-26
Revert "um: allocate a guard page to helper threads"
Johannes Berg
2021-01-26
um: ubd: fix command line handling of ubd
Hajime Tazaki
2020-12-13
um: allocate a guard page to helper threads
Johannes Berg
2020-12-13
um: Support dynamic IRQ allocation
Johannes Berg
2020-12-13
um: ubd: Set device serial attribute from cmdline
Christopher Obbard
2020-12-13
um: ubd: Submit all data segments atomically
Gabriel Krisman Bertazi
2020-03-29
um: ubd: Retry buffer read on any kind of error
Gabriel Krisman Bertazi
2020-03-29
um: ubd: Prevent buffer overrun on command completion
Gabriel Krisman Bertazi
[next]