index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cramfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
Ming Lei
1
-8
/
+6
2024-02-27
ubd: open the backing files in ubd_add
Christoph Hellwig
1
-42
/
+16
2024-02-27
ubd: remove the queue pointer in struct ubd
Christoph Hellwig
1
-3
/
+1
2024-02-27
ubd: move set_disk_ro to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-27
ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
1
-6
/
+7
2024-02-27
ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-27
ubd: remove ubd_disk_register
Christoph Hellwig
1
-22
/
+15
2024-02-27
ubd: remove the ubd_gendisk array
Christoph Hellwig
1
-9
/
+4
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-24
bdev: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-24
block/blk-mq: Don't complete locally if capacities are different
Qais Yousef
1
-2
/
+3
2024-02-24
sched: Add a new function to compare if two cpus have the same capacity
Qais Yousef
2
-0
/
+17
2024-02-24
blk-lib: check for kill signal
Keith Busch
1
-1
/
+39
2024-02-24
block: io wait hang check helper
Keith Busch
3
-27
/
+17
2024-02-24
block: cleanup __blkdev_issue_write_zeroes
Keith Busch
1
-12
/
+9
2024-02-24
block: blkdev_issue_secure_erase loop style
Keith Busch
1
-6
/
+5
2024-02-23
block: fix deadlock between bd_link_disk_holder and partition scan
Li Nan
1
-5
/
+7
2024-02-22
block: Do not include rbtree.h in blk-zoned.c
Damien Le Moal
1
-1
/
+0
2024-02-22
block: Clear zone limits for a non-zoned stacked queue
Damien Le Moal
1
-0
/
+4
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-21
block: fix virt_boundary handling in blk_validate_limits
Christoph Hellwig
1
-10
/
+10
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-20
mmc: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-45
/
+52
2024-02-20
ublk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-49
/
+41
2024-02-20
scm_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+9
2024-02-20
ubiblock: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-20
mtd_blkdevs: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+6
2024-02-20
mspro_block: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+7
2024-02-20
ms_block: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-7
/
+7
2024-02-20
gdrom: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+8
2024-02-20
sunvdc: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-9
/
+9
2024-02-20
rnbd-clt: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-39
/
+25
2024-02-20
rbd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-14
/
+15
2024-02-20
ps3disk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+9
2024-02-20
nbd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-02-20
mtip: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-02-20
floppy: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-20
aoe: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+7
2024-02-20
ubd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-20
dcssblk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-20
pmem: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-4
/
+6
[next]