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
2022-06-21
xen-blkfront: Handle NULL gendisk
Jason Andryuk
1
-7
/
+12
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-59
/
+82
2022-06-03
Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-06-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-19
/
+201
2022-06-02
Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-7
/
+6
2022-06-02
block: null_blk: Fix null_zone_write()
Damien Le Moal
3
-9
/
+10
2022-05-31
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
1
-16
/
+98
2022-05-31
virtio-blk: support polling I/O
Suwan Kim
1
-3
/
+103
2022-05-28
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
1
-2
/
+2
2022-05-27
nbd: use pr_err to output error message
Yu Kuai
1
-22
/
+18
2022-05-27
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
Zhang Wensheng
1
-11
/
+12
2022-05-27
nbd: fix io hung while disconnecting device
Yu Kuai
1
-1
/
+1
2022-05-27
nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed
Yu Kuai
1
-4
/
+14
2022-05-27
nbd: fix race between nbd_alloc_config() and module removal
Yu Kuai
1
-9
/
+19
2022-05-27
nbd: call genl_unregister_family() first in nbd_cleanup()
Yu Kuai
1
-1
/
+6
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-4
/
+4
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-3
/
+3
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-40
/
+20
2022-05-25
rbd: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2022-05-25
zram: fix Kconfig dependency warning
Randy Dunlap
1
-1
/
+1
2022-05-23
Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-40
/
+17
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-381
/
+343
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-163
/
+122
2022-05-21
mtip32xx: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
mm: Kconfig: simplify zswap configuration
Johannes Weiner
1
-1
/
+2
2022-05-19
xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()
Juergen Gross
1
-29
/
+8
2022-05-19
xen/blkfront: switch blkfront to use INVALID_GRANT_REF
Juergen Gross
1
-14
/
+12
2022-05-16
nbd: Fix hung on disconnect request if socket is closed before
Xie Yongji
1
-4
/
+9
2022-05-15
block: remove last remaining traces of IDE documentation
Paul Gortmaker
1
-1
/
+1
2022-05-13
zram: remove double compression logic
Alexey Romanov
2
-33
/
+10
2022-05-10
loop: remove most the top-of-file boilerplate comment
Christoph Hellwig
1
-47
/
+0
2022-05-10
loop: add a SPDX header
Christoph Hellwig
1
-2
/
+2
2022-05-10
loop: remove loop.h
Christoph Hellwig
2
-74
/
+54
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-2
/
+2
2022-05-08
ataflop: use a statically allocated error counters
Willy Tarreau
1
-4
/
+6
2022-05-08
floppy: use a statically allocated error counter
Willy Tarreau
1
-10
/
+8
2022-05-04
block: null_blk: Improve device creation with configfs
Damien Le Moal
1
-1
/
+27
2022-05-04
block: null_blk: Cleanup messages
Damien Le Moal
2
-2
/
+10
2022-05-04
block: null_blk: Cleanup device creation and deletion
Damien Le Moal
1
-18
/
+30
2022-05-04
block: null_blk: Fix code style issues
Damien Le Moal
1
-4
/
+6
2022-05-04
xen-blkback: use bdev_discard_alignment
Christoph Hellwig
1
-3
/
+2
2022-05-03
rnbd-srv: use bdev_discard_alignment
Christoph Hellwig
1
-1
/
+1
2022-05-03
loop: remove a spurious clear of discard_alignment
Christoph Hellwig
1
-1
/
+0
2022-05-03
virtio_blk: fix the discard_granularity and discard_alignment queue limits
Christoph Hellwig
1
-3
/
+4
2022-05-03
null_blk: don't set the discard_alignment queue limit
Christoph Hellwig
1
-1
/
+0
2022-05-03
nbd: don't set the discard_alignment queue limit
Christoph Hellwig
1
-3
/
+0
2022-05-02
blk-cgroup: replace bio_blkcg with bio_blkcg_css
Christoph Hellwig
1
-5
/
+7
2022-05-01
aoe: Avoid flush_scheduled_work() usage
Tetsuo Handa
5
-5
/
+15
2022-04-29
zram: add a huge_idle writeback mode
Brian Geffon
1
-4
/
+6
[next]