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
2020-03-08
virtio-blk: improve virtqueue error to BLK_STS
Halil Pasic
1
-2
/
+7
2020-03-08
virtio-blk: fix hw_queue stopped on arbitrary error
Halil Pasic
1
-3
/
+5
2020-03-07
Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-38
/
+42
2020-03-05
xen/blkfront: fix ring info addressing
Juergen Gross
1
-38
/
+42
2020-02-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2020-02-28
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+0
2020-02-25
null_blk: remove unused fields in 'nullb_cmd'
Dongli Zhang
2
-5
/
+0
2020-02-24
scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...
Adam Williamson
1
-1
/
+1
2020-02-24
floppy: check FDC index for errors before assigning it
Linus Torvalds
1
-2
/
+5
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-20
/
+11
2020-02-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-127
/
+1
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-6
/
+2
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-07
new primitive: __fs_parse()
Al Viro
1
-1
/
+1
2020-02-07
switch rbd and libceph to p_log-based primitives
Al Viro
1
-8
/
+6
2020-02-07
struct p_log, variants of warnf() et.al. taking that one instead
Al Viro
1
-0
/
+1
2020-02-07
Pass consistent param->type to fs_parse()
Al Viro
1
-5
/
+2
2020-02-06
Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+2
2020-02-06
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
2
-124
/
+1
2020-02-06
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-12
/
+39
2020-02-05
Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-25
/
+44
2020-02-04
brd: check and limit max_part par
Zhiqiang Liu
1
-2
/
+20
2020-02-04
drivers/block/null_blk_main.c: fix uninitialized var warnings
Andrew Morton
1
-1
/
+1
2020-02-04
drivers/block/null_blk_main.c: fix layout
Andrew Morton
1
-28
/
+28
2020-01-31
drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...
Colin Ian King
1
-2
/
+1
2020-01-31
zram: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-2
/
+5
2020-01-29
xen/blkfront: limit allocated memory size to actual use case
Juergen Gross
1
-5
/
+3
2020-01-29
nbd: add a flush_workqueue in nbd_start_device
Sun Ke
1
-0
/
+10
2020-01-29
drbd: fifo_alloc() should use struct_size
Stephen Kitt
4
-5
/
+6
2020-01-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
9
-25
/
+15
2020-01-29
xen/blkback: Consistently insert one empty line between functions
SeongJae Park
1
-5
/
+2
2020-01-29
xen/blkback: Remove unnecessary static variable name prefixes
SeongJae Park
1
-20
/
+17
2020-01-29
xen/blkback: Squeeze page pools if a memory pressure is detected
SeongJae Park
3
-2
/
+27
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
1
-1
/
+1
2020-01-27
rbd: set the 'device' link in sysfs
Hannes Reinecke
1
-1
/
+1
2020-01-27
rbd: work around -Wuninitialized warning
Arnd Bergmann
1
-1
/
+1
2020-01-17
Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2020-01-15
null_blk: Fix zone write handling
Damien Le Moal
1
-1
/
+3
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2020-01-03
Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2020-01-03
compat_ioctl: move cdrom commands into cdrom.c
Arnd Bergmann
1
-0
/
+3
2020-01-03
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
1
-0
/
+3
2020-01-03
compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
Arnd Bergmann
5
-0
/
+7
2020-01-03
compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
Arnd Bergmann
1
-23
/
+1
2020-01-03
compat_ioctl: move CDROM_SEND_PACKET handling into scsi
Arnd Bergmann
1
-4
/
+2
2020-01-03
compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
Arnd Bergmann
1
-0
/
+1
2019-12-30
null_blk: Fix REQ_OP_ZONE_CLOSE handling
Damien Le Moal
1
-1
/
+4
2019-12-27
Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2019-12-22
Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2019-12-21
pktcdvd: fix regression on 64-bit architectures
Arnd Bergmann
1
-1
/
+1
[prev]
[next]