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-07-14
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
1
-0
/
+2
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
2
-2
/
+2
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
4
-15
/
+12
2022-07-14
rnbd-srv: remove the name field from struct rnbd_dev
Christoph Hellwig
5
-12
/
+7
2022-07-14
pktcdvd: stop using bdevname in pkt_new_dev
Christoph Hellwig
1
-4
/
+2
2022-07-14
pktcdvd: stop using bdevname in pkt_seq_show
Christoph Hellwig
1
-3
/
+1
2022-07-14
drbd: stop using bdevname in drbd_report_io_error
Christoph Hellwig
1
-4
/
+2
2022-07-14
ublk_drv: fix request queue leak
Ming Lei
1
-6
/
+15
2022-07-14
ublk_drv: support to complete io command via task_work_add
Ming Lei
1
-8
/
+67
2022-07-14
ublk_drv: add io_uring based userspace block driver
Ming Lei
3
-0
/
+1541
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2
-3
/
+3
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
3
-6
/
+4
2022-07-03
zram: do not lookup algorithm in backends table
Sergey Senozhatsky
1
-6
/
+5
2022-07-01
xen/blkfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-15
/
+34
2022-07-01
xen/blkfront: fix leaking data in shared pages
Roger Pau Monne
1
-2
/
+3
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
28
-45
/
+45
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
7
-9
/
+3
2022-06-28
mtip32xx: fix device removal
Christoph Hellwig
2
-114
/
+44
2022-06-28
mtip32xx: remove the device_status debugfs file
Christoph Hellwig
2
-144
/
+1
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
[prev]
[next]