index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
8
-80
/
+83
|
\
|
*
block: Fix potential deadlock in blk_ia_range_sysfs_show()
Damien Le Moal
2022-06-03
1
-6
/
+1
|
*
block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
Jan Kara
2022-06-02
1
-6
/
+2
|
*
block: remove useless BUG_ON() in blk_mq_put_tag()
Damien Le Moal
2022-06-02
1
-1
/
+0
|
*
blk-mq: do not update io_ticks with passthrough requests
Haisu Wang
2022-05-30
1
-1
/
+2
|
*
block: make bioset_exit() fully resilient against being called twice
Jens Axboe
2022-05-29
1
-0
/
+1
|
*
block: use bio_queue_enter instead of blk_queue_enter in bio_poll
Christoph Hellwig
2022-05-28
1
-1
/
+1
|
*
block: document BLK_STS_AGAIN usage
Hannes Reinecke
2022-05-28
1
-0
/
+4
|
*
block: take destination bvec offsets into account in bio_copy_data_iter
Christoph Hellwig
2022-05-28
1
-3
/
+5
|
*
blk-iolatency: Fix inflight count imbalances and IO hangs on offline
Tejun Heo
2022-05-26
1
-58
/
+64
|
*
blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx
Ming Lei
2022-05-23
1
-4
/
+3
*
|
Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
2
-121
/
+223
|
\
\
|
*
|
io_uring: reinstate the inflight tracking
Jens Axboe
2022-06-02
1
-26
/
+56
|
*
|
io_uring: fix deadlock on iowq file slot alloc
Pavel Begunkov
2022-06-01
1
-21
/
+15
|
*
|
io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slots
Xiaoguang Wang
2022-05-31
2
-10
/
+68
|
*
|
io_uring: defer alloc_hint update to io_file_bitmap_set()
Xiaoguang Wang
2022-05-31
1
-8
/
+3
|
*
|
io_uring: ensure fput() called correspondingly when direct install fails
Xiaoguang Wang
2022-05-31
1
-0
/
+5
|
*
|
io_uring: wire up allocated direct descriptors for socket
Jens Axboe
2022-05-31
1
-2
/
+2
|
*
|
io_uring: fix a memory leak of buffer group list on exit
Jens Axboe
2022-05-31
1
-0
/
+1
|
*
|
io_uring: move shutdown under the general net section
Jens Axboe
2022-05-31
1
-36
/
+29
|
*
|
io_uring: unify calling convention for async prep handling
Jens Axboe
2022-05-31
1
-2
/
+12
|
*
|
io_uring: add io_op_defs 'def' pointer in req init and issue
Jens Axboe
2022-05-31
1
-7
/
+10
|
*
|
io_uring: make prep and issue side of req handlers named consistently
Jens Axboe
2022-05-25
1
-6
/
+6
|
*
|
io_uring: make timeout prep handlers consistent with other prep handlers
Jens Axboe
2022-05-25
1
-4
/
+17
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-06-03
43
-588
/
+1961
|
\
\
\
|
*
|
|
vdpa: ifcvf: set pci driver data in probe
Jason Wang
2022-06-01
1
-1
/
+2
|
*
|
|
vdpa/mlx5: Add RX MAC VLAN filter support
Eli Cohen
2022-06-01
1
-58
/
+216
|
*
|
|
vdpa/mlx5: Remove flow counter from steering
Eli Cohen
2022-06-01
1
-18
/
+6
|
*
|
|
vhost: rename vhost_work_dev_flush
Mike Christie
2022-05-31
6
-11
/
+11
|
*
|
|
vhost-test: drop flush after vhost_dev_cleanup
Mike Christie
2022-05-31
1
-3
/
+0
|
*
|
|
vhost-scsi: drop flush after vhost_dev_cleanup
Mike Christie
2022-05-31
1
-2
/
+0
|
*
|
|
vhost_vsock: simplify vhost_vsock_flush()
Andrey Ryabinin
2022-05-31
1
-5
/
+0
|
*
|
|
vhost_test: remove vhost_test_flush_vq()
Andrey Ryabinin
2022-05-31
1
-8
/
+3
|
*
|
|
vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
Andrey Ryabinin
2022-05-31
1
-9
/
+2
|
*
|
|
vhost: flush dev once during vhost_dev_stop
Mike Christie
2022-05-31
1
-3
/
+3
|
*
|
|
vhost: get rid of vhost_poll_flush() wrapper
Andrey Ryabinin
2022-05-31
5
-15
/
+6
|
*
|
|
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
2022-05-31
1
-3
/
+5
|
*
|
|
vdpasim: Off by one in vdpasim_set_group_asid()
Dan Carpenter
2022-05-31
1
-1
/
+1
|
*
|
|
virtio: Directly use ida_alloc()/free()
keliu
2022-05-31
1
-3
/
+3
|
*
|
|
virtio: use WARN_ON() to warning illegal status value
Jason Wang
2022-05-31
1
-1
/
+1
|
*
|
|
virtio: harden vring IRQ
Jason Wang
2022-05-31
6
-7
/
+53
|
*
|
|
virtio: allow to unbreak virtqueue
Jason Wang
2022-05-31
2
-0
/
+23
|
*
|
|
virtio-ccw: implement synchronize_cbs()
Jason Wang
2022-05-31
1
-0
/
+30
|
*
|
|
virtio-mmio: implement synchronize_cbs()
Jason Wang
2022-05-31
1
-0
/
+8
|
*
|
|
virtio-pci: implement synchronize_cbs()
Jason Wang
2022-05-31
2
-0
/
+3
|
*
|
|
virtio: introduce config op to synchronize vring callbacks
Jason Wang
2022-05-31
1
-0
/
+25
|
*
|
|
virtio: use virtio_reset_device() when possible
Jason Wang
2022-05-31
1
-2
/
+2
|
*
|
|
virtio: use virtio_device_ready() in virtio_device_restore()
Stefano Garzarella
2022-05-31
1
-2
/
+3
|
*
|
|
vdpasim: allow to enable a vq repeatedly
Eugenio PĂ©rez
2022-05-31
1
-1
/
+4
|
*
|
|
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
2022-05-31
1
-6
/
+6
[next]