index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
Colin Ian King
1
-1
/
+1
2021-11-01
virtio-blk: validate num_queues during probe
Jason Wang
1
-0
/
+4
2021-11-01
virtio-blk: add num_request_queues module parameter
Max Gurtovoy
1
-1
/
+22
2021-11-01
virtio-blk: avoid preallocating big SGL for data
Max Gurtovoy
2
-56
/
+101
2021-10-30
block/brd: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+7
2021-10-30
ps3vram: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-10-30
ps3disk: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+6
2021-10-30
zram: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-29
null_blk: Fix handling of submit_queues and poll_queues attributes
Shin'ichiro Kawasaki
2
-17
/
+87
2021-10-29
block: ataflop: Fix warning comparing pointer to 0
Jiapeng Chong
1
-2
/
+1
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
3
-5
/
+5
2021-10-27
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-2
/
+10
2021-10-27
loop: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-15
/
+2
2021-10-27
nbd: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-1
/
+2
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-2
/
+2
2021-10-25
block: ataflop: more blk-mq refactoring fixes
Michael Schmitz
1
-6
/
+39
2021-10-22
xen-blkback: use sync_blockdev
Christoph Hellwig
1
-1
/
+1
2021-10-22
block: remove support for cryptoloop and the xor transfer
Christoph Hellwig
5
-610
/
+26
2021-10-22
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
1
-1
/
+4
2021-10-22
scsi: add a scsi_alloc_request helper
Christoph Hellwig
2
-2
/
+2
2021-10-21
nbd: Use invalidate_disk() helper on disconnect
Xie Yongji
1
-9
/
+3
2021-10-21
loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
1
-6
/
+3
2021-10-21
loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
1
-5
/
+1
2021-10-21
rnbd: add error handling support for add_disk()
Luis Chamberlain
1
-4
/
+9
2021-10-21
xen-blkfront: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+7
2021-10-21
block: aoe: fixup coccinelle warnings
Ye Guojin
1
-7
/
+6
2021-10-20
nbd: Fix use-after-free in pid_show
Ye Bin
1
-9
/
+9
2021-10-19
block: ataflop: fix breakage introduced at blk-mq refactoring
Michael Schmitz
1
-15
/
+3
2021-10-18
nbd: fix uaf in nbd_handle_reply()
Yu Kuai
1
-1
/
+17
2021-10-18
nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai
1
-30
/
+44
2021-10-18
nbd: clean up return value checking of sock_xmit()
Yu Kuai
1
-6
/
+7
2021-10-18
nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
1
-3
/
+0
2021-10-18
nbd: check sock index in nbd_read_stat()
Yu Kuai
1
-0
/
+4
2021-10-18
nbd: make sure request completion won't concurrent
Yu Kuai
1
-2
/
+9
2021-10-18
nbd: don't handle response without a corresponding request message
Yu Kuai
1
-1
/
+21
2021-10-18
mtip32xx: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-2
/
+0
2021-10-18
drbd: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
1
-2
/
+1
2021-10-18
swim3: add missing major.h include
Jens Axboe
1
-0
/
+1
2021-10-18
sx8: fix an error code in carm_init_one()
Dan Carpenter
1
-1
/
+3
2021-10-18
pf: fix error codes in pf_init_unit()
Dan Carpenter
1
-6
/
+9
2021-10-18
pcd: fix error codes in pcd_init_unit()
Dan Carpenter
1
-5
/
+7
2021-10-18
block/ataflop: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
block/ataflop: provide a helper for cleanup up an atari disk
Luis Chamberlain
1
-15
/
+19
2021-10-18
block/ataflop: add registration bool before calling del_gendisk()
Luis Chamberlain
1
-2
/
+7
2021-10-18
block/ataflop: use the blk_cleanup_disk() helper
Luis Chamberlain
1
-4
/
+2
2021-10-18
swim: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
swim: add a floppy registration bool which triggers del_gendisk()
Luis Chamberlain
1
-3
/
+6
2021-10-18
swim: add helper for disk cleanup
Luis Chamberlain
1
-8
/
+13
2021-10-18
swim: simplify using blk_cleanup_disk() on swim_remove()
Luis Chamberlain
1
-2
/
+1
2021-10-18
amiflop: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+5
[prev]
[next]