index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
1
-1
/
+1
*
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
9
-38
/
+24
*
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
2021-10-18
1
-1
/
+1
*
block: move struct request to blk-mq.h
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-18
5
-0
/
+5
*
block: move elevator.h to block/
Christoph Hellwig
2021-10-18
1
-1
/
+0
*
Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-17
2
-23
/
+25
|
\
|
*
brd: reduce the brd_devices_mutex scope
Tetsuo Handa
2021-10-17
1
-22
/
+22
|
*
block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
Dan Carpenter
2021-10-12
1
-1
/
+3
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-10-17
1
-31
/
+6
|
\
\
|
|
/
|
/
|
|
*
Revert "virtio-blk: Add validation for block size in config space"
Michael S. Tsirkin
2021-10-13
1
-31
/
+6
*
|
nbd: use shifts rather than multiplies
Nick Desaulniers
2021-09-29
1
-12
/
+17
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-09-11
1
-2
/
+2
|
\
|
*
virtio-blk: remove unneeded "likely" statements
Max Gurtovoy
2021-09-06
1
-2
/
+2
*
|
Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-11
1
-2
/
+2
|
\
\
|
*
|
n64cart: fix return value check in n64cart_probe()
Yang Yingliang
2021-09-09
1
-2
/
+2
*
|
|
Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-06
2
-26
/
+50
|
\
|
|
|
*
|
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2021-09-03
2
-26
/
+50
*
|
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-03
1
-1
/
+0
|
\
\
\
|
*
|
|
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
1
-1
/
+0
*
|
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
2
-3
/
+1
|
\
\
\
\
|
*
|
|
|
scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
Christoph Hellwig
2021-07-28
1
-1
/
+1
|
*
|
|
|
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-07-28
2
-2
/
+0
*
|
|
|
|
Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-09-02
1
-42
/
+84
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
xen/blkfront: don't trust the backend response data blindly
Juergen Gross
2021-08-30
1
-17
/
+53
|
*
|
|
|
xen/blkfront: don't take local copy of a request from the ring page
Juergen Gross
2021-08-30
1
-10
/
+15
|
*
|
|
|
xen/blkfront: read response from backend only once
Juergen Gross
2021-08-30
1
-17
/
+18
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
6
-121
/
+137
|
\
\
\
\
|
*
|
|
|
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
2021-08-28
1
-15
/
+15
|
*
|
|
|
nbd: remove nbd->destroy_complete
Christoph Hellwig
2021-08-25
1
-38
/
+14
|
*
|
|
|
nbd: only return usable devices from nbd_find_unused
Christoph Hellwig
2021-08-25
1
-7
/
+9
|
*
|
|
|
nbd: set nbd->index before releasing nbd_index_mutex
Tetsuo Handa
2021-08-25
1
-1
/
+1
|
*
|
|
|
nbd: prevent IDR lookups from finding partially initialized devices
Tetsuo Handa
2021-08-25
1
-1
/
+10
|
*
|
|
|
nbd: reset NBD to NULL when restarting in nbd_genl_connect
Christoph Hellwig
2021-08-25
1
-14
/
+18
|
*
|
|
|
nbd: add missing locking to the nbd_dev_add error path
Tetsuo Handa
2021-08-25
1
-0
/
+2
|
*
|
|
|
block: nbd: add sanity check for first_minor
Pavel Skripkin
2021-08-16
1
-0
/
+10
|
*
|
|
|
nbd: reduce the nbd_index_mutex scope
Christoph Hellwig
2021-08-13
1
-27
/
+28
|
*
|
|
|
nbd: refactor device search and allocation in nbd_genl_connect
Christoph Hellwig
2021-08-13
1
-31
/
+14
|
*
|
|
|
nbd: return the allocated nbd_device from nbd_dev_add
Christoph Hellwig
2021-08-13
1
-12
/
+9
|
*
|
|
|
nbd: remove nbd_del_disk
Christoph Hellwig
2021-08-13
1
-12
/
+5
|
*
|
|
|
nbd: refactor device removal
Christoph Hellwig
2021-08-13
1
-24
/
+13
|
*
|
|
|
nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT
Hou Tao
2021-08-13
1
-9
/
+61
|
*
|
|
|
nbd: add the check to prevent overflow in __nbd_ioctl()
Baokun Li
2021-08-13
1
-2
/
+4
|
*
|
|
|
xen-blkfront: Remove redundant assignment to variable err
Colin Ian King
2021-08-09
1
-1
/
+0
|
*
|
|
|
block/rnbd: Use sysfs_emit instead of s*printf function for sysfs show
Md Haris Iqbal
2021-08-02
2
-25
/
+22
|
*
|
|
|
block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptr
Gioh Kim
2021-08-02
1
-1
/
+1
*
|
|
|
|
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
11
-65
/
+29
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
null_blk: add error handling support for add_disk()
Luis Chamberlain
2021-08-23
1
-2
/
+1
|
*
|
|
|
virtio_blk: add error handling support for add_disk()
Luis Chamberlain
2021-08-23
1
-1
/
+6
|
*
|
|
|
ps3vram: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
[next]