index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa_sim
/
vdpa_sim_blk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa_sim_blk: allocate the buffer zeroed
Stefano Garzarella
2023-11-01
1
-2
/
+2
*
vdpa_sim_blk: Fix the potential leak of mgmt_dev
Shawn.Shao
2023-10-18
1
-2
/
+3
*
vdpa_sim_blk: support shared backend
Stefano Garzarella
2023-04-21
1
-7
/
+50
*
vdpa_sim: move buffer allocation in the devices
Stefano Garzarella
2023-04-21
1
-7
/
+33
*
vdpa_sim: replace the spinlock with a mutex to protect the state
Stefano Garzarella
2023-04-21
1
-2
/
+2
*
vdpa_sim: make devices agnostic for work management
Stefano Garzarella
2023-04-21
1
-4
/
+2
*
vdpasim: customize allocation size
Jason Wang
2023-02-21
1
-0
/
+1
*
vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
ruanjinjie
2022-12-28
1
-1
/
+3
*
vdpa_sim_net: support feature provisioning
Jason Wang
2022-10-07
1
-1
/
+1
*
vdpa_sim_blk: add support for discard and write-zeroes
Stefano Garzarella
2022-08-11
1
-1
/
+73
*
vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH
Stefano Garzarella
2022-08-11
1
-0
/
+5
*
vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests
Stefano Garzarella
2022-08-11
1
-15
/
+23
*
vdpa_sim_blk: check if sector is 0 for commands other than read or write
Stefano Garzarella
2022-08-11
1
-0
/
+10
*
vdpa_sim: Implement suspend vdpa op
Eugenio PĂ©rez
2022-08-11
1
-0
/
+3
*
vdpa_sim_blk: set number of address spaces and virtqueue groups
Stefano Garzarella
2022-08-11
1
-0
/
+6
*
vdpa_sim_blk: call vringh_complete_iotlb() also in the error path
Stefano Garzarella
2022-08-11
1
-5
/
+9
*
vdpa_sim_blk: limit the number of request handled per batch
Stefano Garzarella
2022-08-11
1
-0
/
+10
*
vdpa_sim_blk: use dev_dbg() to print errors
Stefano Garzarella
2022-08-11
1
-10
/
+10
*
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-11-01
1
-1
/
+2
*
vdpa_sim_blk: remove duplicate include of linux/blkdev.h
Wan Jiabing
2021-07-03
1
-1
/
+0
*
vdpa_sim_blk: add support for vdpa management tool
Stefano Garzarella
2021-05-03
1
-13
/
+63
*
vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID
Stefano Garzarella
2021-05-03
1
-0
/
+15
*
vdpa_sim_blk: implement ramdisk behaviour
Stefano Garzarella
2021-05-03
1
-18
/
+146
*
vdpa: add vdpa simulator for block device
Max Gurtovoy
2021-05-03
1
-0
/
+145