index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
rbd: add add_disk() error handling
Luis Chamberlain
1
-1
/
+5
2021-10-18
pf: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
block/sx8: add error handling support for add_disk()
Luis Chamberlain
1
-4
/
+9
2021-10-18
block/rsxx: add error handling support for add_disk()
Luis Chamberlain
2
-4
/
+12
2021-10-18
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
mtip32xx: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
pd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
pcd: capture errors on cdrom_register()
Luis Chamberlain
1
-1
/
+3
2021-10-18
pcd: fix ordering of unregister_cdrom()
Luis Chamberlain
1
-1
/
+1
2021-10-18
pcd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
pd: cleanup initialization
Christoph Hellwig
1
-70
/
+70
2021-10-18
pf: cleanup initialization
Christoph Hellwig
1
-124
/
+99
2021-10-18
pcd: cleanup initialization
Christoph Hellwig
1
-159
/
+127
2021-10-18
pcd: move the identify buffer into pcd_identify
Christoph Hellwig
1
-8
/
+8
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+10
2021-10-18
drbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
aoe: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
nbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+7
2021-10-18
null_blk: poll queue support
Jens Axboe
2
-4
/
+108
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
1
-1
/
+1
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
9
-38
/
+24
2021-10-18
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
1
-1
/
+1
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-1
/
+1
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
5
-0
/
+5
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
1
-1
/
+0
2021-10-17
Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-23
/
+25
2021-10-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-31
/
+6
2021-10-17
brd: reduce the brd_devices_mutex scope
Tetsuo Handa
1
-22
/
+22
2021-10-13
Revert "virtio-blk: Add validation for block size in config space"
Michael S. Tsirkin
1
-31
/
+6
2021-10-12
block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
Dan Carpenter
1
-1
/
+3
2021-09-29
nbd: use shifts rather than multiplies
Nick Desaulniers
1
-12
/
+17
2021-09-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2021-09-11
Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-09-09
n64cart: fix return value check in n64cart_probe()
Yang Yingliang
1
-2
/
+2
2021-09-06
Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-26
/
+50
2021-09-06
virtio-blk: remove unneeded "likely" statements
Max Gurtovoy
1
-2
/
+2
2021-09-03
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2
-26
/
+50
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+0
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-3
/
+1
2021-09-02
Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-42
/
+84
2021-08-30
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-121
/
+137
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-65
/
+29
2021-08-30
xen/blkfront: don't trust the backend response data blindly
Juergen Gross
1
-17
/
+53
2021-08-30
xen/blkfront: don't take local copy of a request from the ring page
Juergen Gross
1
-10
/
+15
2021-08-30
xen/blkfront: read response from backend only once
Juergen Gross
1
-17
/
+18
2021-08-28
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
1
-15
/
+15
2021-08-27
Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+5
2021-08-27
cryptoloop: add a deprecation warning
Christoph Hellwig
2
-2
/
+4
2021-08-27
pd: fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
[prev]
[next]