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-04-06
block: drbd: drbd_receiver: Demote non-conformant kernel-doc headers
Lee Jones
1
-13
/
+11
2021-04-06
block: drbd: drbd_state: Fix some function documentation issues
Lee Jones
1
-3
/
+4
2021-04-06
block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused
Lee Jones
1
-1
/
+1
2021-04-06
block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another header
Lee Jones
1
-3
/
+5
2021-04-02
Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+22
2021-04-01
null_blk: fix command timeout completion handling
Damien Le Moal
2
-5
/
+22
2021-03-30
Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2021-03-29
mtip32xx: use LIST_HEAD() for list_head
Shixin Liu
1
-5
/
+2
2021-03-29
mtip32xx: use DEFINE_SPINLOCK() for spinlock
Shixin Liu
1
-3
/
+1
2021-03-29
paride/pd: remove ->revalidate_disk
Christoph Hellwig
1
-11
/
+0
2021-03-26
xen-blkback: don't leak persistent grants from xen_blkbk_map()
Jan Beulich
1
-1
/
+1
2021-03-24
drivers/block: remove the umem driver
Davidlohr Bueso
4
-1280
/
+0
2021-03-24
rsxx: remove extraneous 'const' qualifier
Arnd Bergmann
1
-1
/
+1
2021-03-23
xsysace: Remove SYSACE driver
Michal Simek
3
-1280
/
+0
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2021-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+11
2021-03-13
zram: fix broken page writeback
Minchan Kim
1
-3
/
+3
2021-03-13
zram: fix return value on writeback_store
Minchan Kim
1
-3
/
+8
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2021-03-10
block: rsxx: fix error return code of rsxx_pci_probe()
Jia-Ju Bai
1
-0
/
+1
2021-03-09
umem: fix error return code in mm_pci_probe()
Wei Yongjun
1
-1
/
+4
2021-03-03
rsxx: Return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-3
/
+5
2021-03-02
rsxx: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-16
/
+23
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-3
/
+1
2021-02-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-02-26
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
1
-1
/
+1
2021-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+7
2021-02-25
Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
3
-0
/
+185
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
1
-1
/
+1
2021-02-23
virtio-blk: support per-device queue depth
Joseph Qi
1
-4
/
+7
2021-02-22
nbd: handle device refs for DESTROY_ON_DISCONNECT properly
Josef Bacik
1
-13
/
+19
2021-02-22
loop: fix I/O error on fsync() in detached loop devices
Mauricio Faria de Oliveira
1
-0
/
+3
2021-02-21
n64: store dev instance into disk private data
Chaitanya Kulkarni
1
-3
/
+2
2021-02-21
n64: cleanup n64cart_probe()
Chaitanya Kulkarni
1
-22
/
+11
2021-02-21
n64: cosmetics changes
Chaitanya Kulkarni
1
-4
/
+2
2021-02-21
n64: remove curly brackets
Chaitanya Kulkarni
1
-2
/
+1
2021-02-21
n64: use sector SECTOR_SHIFT instead 512
Chaitanya Kulkarni
1
-1
/
+1
2021-02-21
n64: use enums for reg
Chaitanya Kulkarni
1
-5
/
+7
2021-02-21
n64: move module param at the top
Chaitanya Kulkarni
1
-10
/
+11
2021-02-21
n64: move module info at the end
Chaitanya Kulkarni
1
-4
/
+4
2021-02-21
n64: use pr_fmt to avoid duplicate string
Chaitanya Kulkarni
1
-2
/
+3
2021-02-21
block: Add n64 cart driver
Lauri Kasanen
3
-0
/
+196
2021-02-21
Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-14
/
+18
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-4110
/
+91
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
20
-76
/
+32
2021-02-15
xen-blkback: fix error handling in xen_blkbk_map()
Jan Beulich
1
-10
/
+16
2021-02-15
xen-blkback: don't "handle" error by BUG()
Jan Beulich
1
-4
/
+2
2021-02-11
xen/events: link interdomain events to associated xenbus device
Juergen Gross
1
-1
/
+1
[prev]
[next]