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
*
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
11
-556
/
+726
|
\
|
*
null_blk: add trace in null_blk_zoned.c
Chaitanya Kulkarni
2020-03-27
1
-1
/
+11
|
*
null_blk: add tracepoint helpers for zoned mode
Chaitanya Kulkarni
2020-03-27
3
-0
/
+106
|
*
rsxx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-19
1
-1
/
+1
|
*
floppy: rename the global "fdc" variable to "current_fdc"
Willy Tarreau
2020-03-16
1
-130
/
+137
|
*
floppy: separate the FDC's base address from its registers
Willy Tarreau
2020-03-16
1
-5
/
+4
|
*
floppy: introduce new functions fdc_inb() and fdc_outb()
Willy Tarreau
2020-03-16
1
-16
/
+26
|
*
floppy: cleanup: expand the reply_buffer macros
Willy Tarreau
2020-03-16
1
-39
/
+47
|
*
floppy: cleanup: expand the R/W / format command macros
Willy Tarreau
2020-03-16
1
-96
/
+98
|
*
floppy: cleanup: expand macro DRWE
Willy Tarreau
2020-03-16
1
-9
/
+7
|
*
floppy: cleanup: expand macro DRS
Willy Tarreau
2020-03-16
1
-54
/
+61
|
*
floppy: cleanup: expand macro DP
Willy Tarreau
2020-03-16
1
-37
/
+47
|
*
floppy: cleanup: expand macro UDRWE
Willy Tarreau
2020-03-16
1
-6
/
+4
|
*
floppy: cleanup: expand macro UDRS
Willy Tarreau
2020-03-16
1
-79
/
+83
|
*
floppy: cleanup: expand macro UDP
Willy Tarreau
2020-03-16
1
-75
/
+77
|
*
floppy: cleanup: expand macro UFDCS
Willy Tarreau
2020-03-16
1
-5
/
+4
|
*
floppy: cleanup: expand macro FDCS
Willy Tarreau
2020-03-16
1
-92
/
+91
|
*
null_blk: describe the usage of fault injection param
Dongli Zhang
2020-03-12
1
-0
/
+7
|
*
null_blk: fix spurious IO errors after failed past-wp access
Alexey Dobriyan
2020-03-12
1
-0
/
+2
|
*
nbd: requeue command if the soecket is changed
Hou Pu
2020-03-12
1
-0
/
+10
|
*
nbd: enable replace socket if only one connection is configured
Hou Pu
2020-03-12
1
-8
/
+9
|
*
block/drbd: delete invalid function drbd_md_mark_dirty_
Jackie Liu
2020-03-12
1
-11
/
+0
|
*
block: aoe: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-12
1
-2
/
+2
|
*
loop: Only freeze block queue when needed.
Martijn Coenen
2020-03-10
1
-2
/
+4
|
*
loop: Only change blocksize when needed.
Martijn Coenen
2020-03-10
1
-6
/
+6
*
|
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
12
-73
/
+83
|
\
\
|
*
|
block: simplify queue allocation
Christoph Hellwig
2020-03-27
8
-19
/
+8
|
*
|
null_blk: use blk_mq_init_queue_data
Christoph Hellwig
2020-03-27
1
-22
/
+1
|
*
|
block: move the ->devnode callback to struct block_device_operations
Christoph Hellwig
2020-03-27
1
-6
/
+6
|
*
|
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-25
3
-0
/
+3
|
*
|
xen-blkfront.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
2020-03-18
1
-5
/
+1
|
*
|
virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
2020-03-18
1
-4
/
+1
|
|
/
|
*
null_blk: Add support for init_hctx() fault injection
Bart Van Assche
2020-03-10
1
-0
/
+11
|
*
null_blk: Handle null_add_dev() failures properly
Bart Van Assche
2020-03-10
1
-1
/
+6
|
*
null_blk: Fix the null_add_dev() error path
Bart Van Assche
2020-03-10
1
-0
/
+1
|
*
null_blk: Fix changing the number of hardware queues
Bart Van Assche
2020-03-10
1
-37
/
+66
|
*
null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'
Bart Van Assche
2020-03-10
1
-1
/
+1
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-03-09
1
-5
/
+12
|
\
\
|
|
/
|
/
|
|
*
virtio-blk: improve virtqueue error to BLK_STS
Halil Pasic
2020-03-08
1
-2
/
+7
|
*
virtio-blk: fix hw_queue stopped on arbitrary error
Halil Pasic
2020-03-08
1
-3
/
+5
*
|
Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-07
1
-38
/
+42
|
\
\
|
|
/
|
/
|
|
*
xen/blkfront: fix ring info addressing
Juergen Gross
2020-03-05
1
-38
/
+42
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2020-02-29
1
-1
/
+1
|
\
\
|
*
|
scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...
Adam Williamson
2020-02-24
1
-1
/
+1
|
|
/
*
|
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-28
2
-5
/
+0
|
\
\
|
*
|
null_blk: remove unused fields in 'nullb_cmd'
Dongli Zhang
2020-02-25
2
-5
/
+0
|
|
/
*
/
floppy: check FDC index for errors before assigning it
Linus Torvalds
2020-02-24
1
-2
/
+5
|
/
*
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-20
/
+11
|
\
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-6
/
+2
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
[next]