index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: add dm_bio_rewind() API to DM core
Ming Lei
2022-07-07
3
-1
/
+146
*
dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handling
Ming Lei
2022-06-29
1
-25
/
+45
*
dm: refactor dm_md_mempool allocation
Christoph Hellwig
2022-06-29
4
-71
/
+44
*
dm: unexport dm_get_reserved_rq_based_ios
Christoph Hellwig
2022-06-29
1
-1
/
+0
*
block: simplify disk_set_independent_access_ranges
Christoph Hellwig
2022-06-29
3
-44
/
+18
*
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
2022-06-29
2
-15
/
+15
*
block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency
Ying Sun
2022-06-29
1
-1
/
+0
*
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
2022-06-28
4
-26
/
+26
*
blk-mq: rename blk_mq_sysfs_{,un}register
Christoph Hellwig
2022-06-28
3
-6
/
+6
*
block: remove the extra gendisk reference in __blk_mq_register_dev
Christoph Hellwig
2022-06-28
1
-3
/
+1
*
block: use default groups to register the queue attributes
Christoph Hellwig
2022-06-28
1
-6
/
+6
*
block: remove a superflous queue kobject reference
Christoph Hellwig
2022-06-28
1
-5
/
+1
*
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
2022-06-28
6
-32
/
+6
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
47
-90
/
+74
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
34
-113
/
+105
*
block: stop setting the nomerges flags in blk_cleanup_queue
Christoph Hellwig
2022-06-28
1
-3
/
+0
*
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
2022-06-28
3
-10
/
+3
*
mtip32xx: fix device removal
Christoph Hellwig
2022-06-28
2
-114
/
+44
*
mtip32xx: remove the device_status debugfs file
Christoph Hellwig
2022-06-28
2
-144
/
+1
*
blk-mq: blk_mq_tag_busy is no need to return a value
Liu Song
2022-06-27
2
-17
/
+11
*
block: Always initialize bio IO priority on submit
Jan Kara
2022-06-27
1
-0
/
+3
*
block: Initialize bio priority earlier
Jan Kara
2022-06-27
1
-2
/
+2
*
blk-ioprio: Convert from rqos policy to direct call
Jan Kara
2022-06-27
4
-45
/
+23
*
blk-ioprio: Remove unneeded field
Jan Kara
2022-06-27
1
-6
/
+3
*
block: Fix handling of tasks without ioprio in ioprio_get(2)
Jan Kara
2022-06-27
1
-7
/
+23
*
block: Make ioprio_best() static
Jan Kara
2022-06-27
2
-6
/
+1
*
block: Generalize get_current_ioprio() for any task
Jan Kara
2022-06-27
2
-16
/
+36
*
block: Return effective IO priority from get_current_ioprio()
Jan Kara
2022-06-27
1
-2
/
+9
*
block: fix default IO priority handling again
Jan Kara
2022-06-27
3
-3
/
+5
*
blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().
Sebastian Andrzej Siewior
2022-06-27
1
-5
/
+1
*
block: bfq: Fix kernel-doc headers
Bart Van Assche
2022-06-27
2
-2
/
+6
*
block: bfq: Remove an unused function definition
Bart Van Assche
2022-06-27
1
-2
/
+0
*
bfq: Remove useless code in bfq_lookup_next_entity
GuoYong Zheng
2022-06-27
1
-3
/
+0
*
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2022-06-27
2
-13
/
+13
*
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
2
-21
/
+7
*
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
2022-06-27
1
-10
/
+8
*
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
2022-06-27
1
-4
/
+5
*
dm: open code blk_max_size_offset in max_io_len
Christoph Hellwig
2022-06-27
1
-11
/
+6
*
block: factor out a chunk_size_left helper
Christoph Hellwig
2022-06-27
1
-6
/
+13
*
block: Make blk_mq_get_sq_hctx() select the proper hardware queue type
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Rename a blk_mq_map_queue() argument
Bart Van Assche
2022-06-27
1
-6
/
+6
*
blk-iocost: Simplify ioc_rqos_done()
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Directly use ida_alloc()/free()
Bo Liu
2022-06-27
2
-3
/
+3
*
iomap: add support for dma aligned direct-io
Keith Busch
2022-06-27
1
-2
/
+2
*
block: relax direct io memory alignment
Keith Busch
2022-06-27
3
-2
/
+16
*
block: introduce bdev_iter_is_aligned helper
Keith Busch
2022-06-27
1
-0
/
+7
*
iov: introduce iov_iter_aligned
Keith Busch
2022-06-27
2
-0
/
+94
*
block/bounce: count bytes instead of sectors
Keith Busch
2022-06-27
1
-3
/
+10
*
block/merge: count bytes instead of sectors
Keith Busch
2022-06-27
1
-17
/
+24
*
block: add a helper function for dio alignment
Keith Busch
2022-06-27
1
-6
/
+10
[next]