index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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/mas...
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/kern...
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
2021-08-25
nbd: remove nbd->destroy_complete
Christoph Hellwig
1
-38
/
+14
2021-08-25
nbd: only return usable devices from nbd_find_unused
Christoph Hellwig
1
-7
/
+9
2021-08-25
nbd: set nbd->index before releasing nbd_index_mutex
Tetsuo Handa
1
-1
/
+1
2021-08-25
nbd: prevent IDR lookups from finding partially initialized devices
Tetsuo Handa
1
-1
/
+10
2021-08-25
nbd: reset NBD to NULL when restarting in nbd_genl_connect
Christoph Hellwig
1
-14
/
+18
2021-08-25
nbd: add missing locking to the nbd_dev_add error path
Tetsuo Handa
1
-0
/
+2
2021-08-23
null_blk: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+1
2021-08-23
virtio_blk: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-16
block: nbd: add sanity check for first_minor
Pavel Skripkin
1
-0
/
+10
2021-08-16
ps3vram: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-16
virtio_blk: use bvec_virt
Christoph Hellwig
1
-5
/
+2
2021-08-16
rbd: use bvec_virt
Christoph Hellwig
1
-2
/
+1
2021-08-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-6
/
+33
2021-08-13
Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+11
2021-08-13
nbd: reduce the nbd_index_mutex scope
Christoph Hellwig
1
-27
/
+28
2021-08-13
nbd: refactor device search and allocation in nbd_genl_connect
Christoph Hellwig
1
-31
/
+14
2021-08-13
nbd: return the allocated nbd_device from nbd_dev_add
Christoph Hellwig
1
-12
/
+9
2021-08-13
nbd: remove nbd_del_disk
Christoph Hellwig
1
-12
/
+5
2021-08-13
nbd: refactor device removal
Christoph Hellwig
1
-24
/
+13
2021-08-13
nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT
Hou Tao
1
-9
/
+61
2021-08-13
nbd: add the check to prevent overflow in __nbd_ioctl()
Baokun Li
1
-2
/
+4
2021-08-13
nbd: Aovid double completion of a request
Xie Yongji
1
-3
/
+11
2021-08-12
sx8: use the internal state machine to check if del_gendisk needs to be called
Christoph Hellwig
1
-1
/
+1
2021-08-11
block: move some macros to blkdev.h
Guoqing Jiang
2
-7
/
+0
2021-08-11
virtio-blk: Add validation for block size in config space
Xie Yongji
1
-6
/
+33
2021-08-09
xen-blkfront: Remove redundant assignment to variable err
Colin Ian King
1
-1
/
+0
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2
-8
/
+5
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-08-07
Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-08-05
loop: Select I/O scheduler 'none' from inside add_disk()
Bart Van Assche
1
-1
/
+2
2021-08-04
n64cart: fix the dma address in n64cart_do_bvec
Christoph Hellwig
1
-1
/
+1
[next]