index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2021-11-04
drbd: Fix double free problem in drbd_create_device
Wu Bo
-3
/
+1
2021-11-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-59
/
+120
2021-11-02
zram: replace fsync_bdev with sync_blockdev
Ming Lei
-2
/
+2
2021-11-02
zram: avoid race between zram_remove and disksize_store
Ming Lei
-0
/
+7
2021-11-02
zram: don't fail to remove zram during unloading module
Ming Lei
-6
/
+21
2021-11-02
zram: fix race between zram_reset_device() and disksize_store()
Ming Lei
-1
/
+2
2021-11-02
nbd: error out if socket index doesn't match in nbd_handle_reply()
Yu Kuai
-0
/
+2
2021-11-02
nbd: Fix hungtask when nbd_config_put
Ye Bin
-20
/
+16
2021-11-02
nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add
Ye Bin
-1
/
+1
2021-11-02
nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
Yu Kuai
-3
/
+3
2021-11-02
nbd: fix max value for 'first_minor'
Yu Kuai
-3
/
+3
2021-11-01
Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-1
/
+1
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+2
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
-8
/
+11
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+1
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-1144
/
+846
2021-11-01
virtio-blk: don't let virtio core to validate used length
Jason Wang
-0
/
+1
2021-11-01
virtio_blk: correct types for status handling
Michael S. Tsirkin
-6
/
+8
2021-11-01
virtio_blk: allow 0 as num_request_queues
Michael S. Tsirkin
-13
/
+1
2021-11-01
virtio-blk: fixup coccinelle warnings
Ye Guojin
-1
/
+1
2021-11-01
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
Colin Ian King
-1
/
+1
2021-11-01
virtio-blk: validate num_queues during probe
Jason Wang
-0
/
+4
2021-11-01
virtio-blk: add num_request_queues module parameter
Max Gurtovoy
-1
/
+22
2021-11-01
virtio-blk: avoid preallocating big SGL for data
Max Gurtovoy
-56
/
+101
2021-10-30
block/brd: add error handling support for add_disk()
Luis Chamberlain
-2
/
+7
2021-10-30
ps3vram: add error handling support for add_disk()
Luis Chamberlain
-1
/
+6
2021-10-30
ps3disk: add error handling support for add_disk()
Luis Chamberlain
-2
/
+6
2021-10-30
zram: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-29
null_blk: Fix handling of submit_queues and poll_queues attributes
Shin'ichiro Kawasaki
-17
/
+87
2021-10-29
block: ataflop: Fix warning comparing pointer to 0
Jiapeng Chong
-2
/
+1
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
-5
/
+5
2021-10-27
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
-2
/
+10
2021-10-27
loop: Use blk_validate_block_size() to validate block size
Xie Yongji
-15
/
+2
2021-10-27
nbd: Use blk_validate_block_size() to validate block size
Xie Yongji
-1
/
+2
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
-2
/
+2
2021-10-25
block: ataflop: more blk-mq refactoring fixes
Michael Schmitz
-6
/
+39
2021-10-22
xen-blkback: use sync_blockdev
Christoph Hellwig
-1
/
+1
2021-10-22
block: remove support for cryptoloop and the xor transfer
Christoph Hellwig
-610
/
+26
2021-10-22
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
-1
/
+4
2021-10-22
scsi: add a scsi_alloc_request helper
Christoph Hellwig
-2
/
+2
2021-10-21
nbd: Use invalidate_disk() helper on disconnect
Xie Yongji
-9
/
+3
2021-10-21
loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
-6
/
+3
2021-10-21
loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
-5
/
+1
2021-10-21
rnbd: add error handling support for add_disk()
Luis Chamberlain
-4
/
+9
2021-10-21
xen-blkfront: add error handling support for add_disk()
Luis Chamberlain
-1
/
+7
2021-10-21
block: aoe: fixup coccinelle warnings
Ye Guojin
-7
/
+6
2021-10-20
nbd: Fix use-after-free in pid_show
Ye Bin
-9
/
+9
2021-10-19
block: ataflop: fix breakage introduced at blk-mq refactoring
Michael Schmitz
-15
/
+3
2021-10-18
nbd: fix uaf in nbd_handle_reply()
Yu Kuai
-1
/
+17
2021-10-18
nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai
-30
/
+44
[prev]
[next]