summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-11-19ublk: fix error code for unsupported commandMing Lei
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-10-22ublk: support device recovery without I/O queueingUday Shankar
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar
2024-10-22ublk: check recovery flags for validityUday Shankar
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-04ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan
2024-08-12ublk: move zone report data out of request pduMing Lei
2024-07-24ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-05-13ublk_drv: set DMA alignment mask to 3Jens Axboe
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-30ublk: remove segment count and size limitsUday Shankar
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei
2024-02-28ublk: improve getting & putting ublk deviceMing Lei
2024-02-19ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-10-19block: ublk_drv: Remove unused functionJiapeng Chong
2023-10-17ublk: simplify aborting requestMing Lei
2023-10-17ublk: replace monitor with cancelable uring_cmdMing Lei
2023-10-17ublk: quiesce request queue when aborting queueMing Lei
2023-10-17ublk: rename mm_lock as lockMing Lei
2023-10-17ublk: move ublk_cancel_dev() out of ub->mutexMing Lei
2023-10-17ublk: make sure io cmd handled in submitter task contextMing Lei
2023-10-17ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei
2023-10-17ublk: Make ublks_max configurableMike Christie