index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
32
-1017
/
+762
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
10
-117
/
+116
2024-03-08
block/swim: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-06
virtio_blk: Do not use disk_set_max_open/active_zones()
Damien Le Moal
1
-2
/
+2
2024-03-06
aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
Chun-Yi Lee
2
-6
/
+7
2024-03-06
drbd: atomically update queue limits in drbd_reconsider_queue_parameters
Christoph Hellwig
1
-73
/
+46
2024-03-06
drbd: split out a drbd_discard_supported helper
Christoph Hellwig
1
-8
/
+17
2024-03-06
drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
Christoph Hellwig
1
-1
/
+0
2024-03-06
drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
Christoph Hellwig
1
-34
/
+22
2024-03-06
drbd: refactor the backing dev max_segments calculation
Christoph Hellwig
1
-8
/
+17
2024-03-06
drbd: refactor drbd_reconsider_queue_parameters
Christoph Hellwig
1
-35
/
+49
2024-03-06
drbd: pass the max_hw_sectors limit to blk_alloc_disk
Christoph Hellwig
1
-4
/
+9
2024-03-01
nbd: use the atomic queue limits API in nbd_set_size
Christoph Hellwig
1
-4
/
+11
2024-03-01
nbd: freeze the queue for queue limits updates
Christoph Hellwig
1
-1
/
+13
2024-03-01
nbd: don't clear discard_sectors in nbd_config_put
Christoph Hellwig
1
-1
/
+2
2024-03-01
pktcdvd: don't set max_hw_sectors on the underlying device
Christoph Hellwig
1
-5
/
+6
2024-02-28
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
1
-3
/
+6
2024-02-28
ublk: improve getting & putting ublk device
Ming Lei
1
-5
/
+7
2024-02-27
xen-blkfront: atomically update queue limits
Christoph Hellwig
1
-18
/
+23
2024-02-27
xen-blkfront: don't redundantly set max_sements in blkif_recover
Christoph Hellwig
1
-5
/
+3
2024-02-27
xen-blkfront: rely on the default discard granularity
Christoph Hellwig
1
-2
/
+2
2024-02-27
xen-blkfront: set max_discard/secure erase limits to UINT_MAX
Christoph Hellwig
1
-4
/
+2
2024-02-25
zram: port block device access to file
Christian Brauner
2
-14
/
+14
2024-02-25
xen: port block device access to file
Christian Brauner
3
-23
/
+22
2024-02-25
rnbd: port block device access to file
Christian Brauner
2
-15
/
+15
2024-02-25
pktcdvd: port block device access to file
Christian Brauner
1
-34
/
+34
2024-02-25
drbd: port block device access to file
Christian Brauner
2
-31
/
+31
2024-02-22
null_blk: Delete nullb.{queue_depth, nr_queues}
John Garry
2
-13
/
+0
2024-02-22
pktcdvd: set queue limits at disk allocation time
Christoph Hellwig
1
-11
/
+5
2024-02-22
pktcdvd: stop setting q->queuedata
Christoph Hellwig
1
-5
/
+4
2024-02-20
null_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
3
-31
/
+29
2024-02-20
null_blk: remove null_gendisk_register
Christoph Hellwig
1
-25
/
+16
2024-02-20
null_blk: refactor tag_set setup
Christoph Hellwig
1
-55
/
+51
2024-02-20
null_blk: initialize the tag_set timeout in null_init_tag_set
Christoph Hellwig
1
-1
/
+1
2024-02-20
null_blk: remove the bio based I/O path
Christoph Hellwig
4
-328
/
+69
2024-02-19
ublk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-49
/
+41
2024-02-19
sunvdc: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-9
/
+9
2024-02-19
rnbd-clt: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-39
/
+25
2024-02-19
rbd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-14
/
+15
2024-02-19
ps3disk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+9
2024-02-19
nbd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-02-19
mtip: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-02-19
floppy: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-19
aoe: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+7
2024-02-19
zram: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-24
/
+23
2024-02-19
n64cart: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-19
brd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-10
/
+11
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
7
-19
/
+26
2024-02-18
nbd: null check for nla_nest_start
Navid Emamdoost
1
-0
/
+6
2024-02-13
loop: use the atomic queue limits update API
Christoph Hellwig
1
-16
/
+25
[next]