index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-28
/
+338
2023-08-21
ublk: zoned: support REQ_OP_ZONE_RESET_ALL
Ming Lei
1
-2
/
+5
2023-08-15
ublk: Switch to memdup_user_nul() helper
Ruan Jinjie
1
-8
/
+3
2023-08-11
ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch
Ming Lei
1
-1
/
+3
2023-08-10
ublk: Fix signedness bug returning warning
Li Zetao
1
-2
/
+2
2023-08-09
ublk: enable zoned storage support
Andreas Hindborg
1
-15
/
+316
2023-08-09
ublk: move check for empty address field on command submission
Andreas Hindborg
1
-5
/
+9
2023-08-09
ublk: add helper to check if device supports user copy
Andreas Hindborg
1
-1
/
+6
2023-07-27
ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV
Ming Lei
1
-2
/
+2
2023-07-27
ublk: fail to recover device if queue setup is interrupted
Ming Lei
1
-1
/
+3
2023-07-27
ublk: fail to start device if queue setup is interrupted
Ming Lei
1
-1
/
+2
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-129
/
+369
2023-06-21
ublk: make ublk_chr_class a static const structure
Ivan Orlov
1
-7
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
1
-0
/
+21
2023-05-21
ublk: fix build warning on iov_iter_get_pages2
Ming Lei
1
-1
/
+2
2023-05-20
ublk: support user copy
Ming Lei
1
-11
/
+47
2023-05-20
ublk: add read()/write() support for ublk char device
Ming Lei
1
-0
/
+151
2023-05-20
ublk: support to copy any part of request pages
Ming Lei
1
-7
/
+24
2023-05-20
ublk: grab request reference when the request is handled by userspace
Ming Lei
1
-3
/
+64
2023-05-20
ublk: cleanup ublk_copy_user_pages
Ming Lei
1
-63
/
+49
2023-05-20
ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
Ming Lei
1
-9
/
+11
2023-05-20
ublk: kill queuing request by task_work_add
Ming Lei
1
-38
/
+2
2023-05-18
ublk: fix AB-BA lockdep warning
Ming Lei
1
-2
/
+7
2023-05-12
ublk: fix command op code check
Ming Lei
1
-1
/
+1
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-20
/
+20
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+31
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-13
/
+13
2023-05-03
ublk: add timeout handler
Ming Lei
1
-0
/
+31
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-57
/
+76
2023-04-20
ublk: don't return 0 in case of any failure
Ming Lei
1
-0
/
+1
2023-04-19
block: ublk: switch to ioctl command encoding
Ming Lei
1
-13
/
+34
2023-04-06
block: ublk: make sure that block size is set correctly
Ming Lei
1
-1
/
+3
2023-04-06
ublk: read any SQE values upfront
Jens Axboe
1
-2
/
+20
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-14
/
+20
2023-04-03
block: ublk_drv: cleanup 'struct ublk_map_data'
Ming Lei
1
-15
/
+12
2023-04-03
block: ublk_drv: clean up several helpers
Ming Lei
1
-13
/
+5
2023-04-03
block: ublk_drv: add two helpers to clean up map/unmap request
Ming Lei
1
-5
/
+14
2023-04-03
block: ublk_drv: don't consider flush request in map/unmap io
Ming Lei
1
-7
/
+3
2023-04-03
block: ublk_drv: add common exit handling
Ming Lei
1
-6
/
+9
2023-03-21
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-13
/
+18
2023-03-18
block: ublk_drv: mark device as LIVE before adding disk
Ming Lei
1
-1
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+0
2023-02-21
ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
Ming Lei
1
-3
/
+0
2023-02-21
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-103
/
+302
2023-02-13
block: ublk: check IO buffer based on flag need_get_data
Liu Xiaodong
1
-4
/
+9
2023-02-08
block: ublk: improve handling device deletion
Ming Lei
1
-4
/
+18
[next]