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-10-18
nbd: clean up return value checking of sock_xmit()
Yu Kuai
-6
/
+7
2021-10-18
nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
-3
/
+0
2021-10-18
nbd: check sock index in nbd_read_stat()
Yu Kuai
-0
/
+4
2021-10-18
nbd: make sure request completion won't concurrent
Yu Kuai
-2
/
+9
2021-10-18
nbd: don't handle response without a corresponding request message
Yu Kuai
-1
/
+21
2021-10-18
mtip32xx: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
-2
/
+0
2021-10-18
drbd: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
-2
/
+1
2021-10-18
swim3: add missing major.h include
Jens Axboe
-0
/
+1
2021-10-18
sx8: fix an error code in carm_init_one()
Dan Carpenter
-1
/
+3
2021-10-18
pf: fix error codes in pf_init_unit()
Dan Carpenter
-6
/
+9
2021-10-18
pcd: fix error codes in pcd_init_unit()
Dan Carpenter
-5
/
+7
2021-10-18
block/ataflop: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
block/ataflop: provide a helper for cleanup up an atari disk
Luis Chamberlain
-15
/
+19
2021-10-18
block/ataflop: add registration bool before calling del_gendisk()
Luis Chamberlain
-2
/
+7
2021-10-18
block/ataflop: use the blk_cleanup_disk() helper
Luis Chamberlain
-4
/
+2
2021-10-18
swim: add error handling support for add_disk()
Luis Chamberlain
-1
/
+3
2021-10-18
swim: add a floppy registration bool which triggers del_gendisk()
Luis Chamberlain
-3
/
+6
2021-10-18
swim: add helper for disk cleanup
Luis Chamberlain
-8
/
+13
2021-10-18
swim: simplify using blk_cleanup_disk() on swim_remove()
Luis Chamberlain
-2
/
+1
2021-10-18
amiflop: add error handling support for add_disk()
Luis Chamberlain
-2
/
+5
2021-10-18
floppy: add error handling support for add_disk()
Luis Chamberlain
-2
/
+4
2021-10-18
floppy: fix calling platform_device_unregister() on invalid drives
Luis Chamberlain
-2
/
+7
2021-10-18
floppy: use blk_cleanup_disk()
Luis Chamberlain
-5
/
+1
2021-10-18
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
-13
/
+0
2021-10-18
block/swim3: add error handling support for add_disk()
Luis Chamberlain
-1
/
+3
2021-10-18
rbd: add add_disk() error handling
Luis Chamberlain
-1
/
+5
2021-10-18
pf: add error handling support for add_disk()
Luis Chamberlain
-1
/
+3
2021-10-18
block/sx8: add error handling support for add_disk()
Luis Chamberlain
-4
/
+9
2021-10-18
block/rsxx: add error handling support for add_disk()
Luis Chamberlain
-4
/
+12
2021-10-18
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
-1
/
+3
2021-10-18
mtip32xx: add error handling support for add_disk()
Luis Chamberlain
-1
/
+3
2021-10-18
pd: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
pcd: capture errors on cdrom_register()
Luis Chamberlain
-1
/
+3
2021-10-18
pcd: fix ordering of unregister_cdrom()
Luis Chamberlain
-1
/
+1
2021-10-18
pcd: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
pd: cleanup initialization
Christoph Hellwig
-70
/
+70
2021-10-18
pf: cleanup initialization
Christoph Hellwig
-124
/
+99
2021-10-18
pcd: cleanup initialization
Christoph Hellwig
-159
/
+127
2021-10-18
pcd: move the identify buffer into pcd_identify
Christoph Hellwig
-8
/
+8
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
-2
/
+10
2021-10-18
drbd: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
aoe: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
nbd: add error handling support for add_disk()
Luis Chamberlain
-1
/
+5
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
-1
/
+7
2021-10-18
null_blk: poll queue support
Jens Axboe
-4
/
+108
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
-1
/
+1
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
-38
/
+24
2021-10-18
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
-1
/
+1
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
-1
/
+1
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
-0
/
+5
[prev]
[next]