index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
tables.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
dm kcopyd: use __GFP_HIGHMEM when allocating pages
Mikulas Patocka
1
-1
/
+1
2022-07-14
dm writecache: set a default MAX_WRITEBACK_JOBS
Mikulas Patocka
1
-1
/
+1
2022-07-07
Documentation: dm writecache: Render status list as list
Bagas Sanjaya
1
-0
/
+1
2022-07-07
Documentation: dm writecache: add blank line before optional parameters
Mauro Carvalho Chehab
1
-0
/
+1
2022-07-07
dm snapshot: fix typo in snapshot_map() comment
Zhang Jiaming
1
-1
/
+1
2022-07-07
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
1
-1
/
+1
2022-07-07
dm cache: fix typo in 2 comment blocks
Steven Lung
2
-2
/
+2
2022-07-07
dm verity: fix checkpatch close brace error
JeongHyeon Lee
1
-4
/
+3
2022-07-07
dm table: rename dm_target variable in dm_table_add_target()
Mike Snitzer
1
-28
/
+28
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
6
-143
/
+97
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
6
-29
/
+23
2022-07-07
dm: add two stage requeue mechanism
Ming Lei
3
-31
/
+130
2022-07-07
dm: add dm_bio_rewind() API to DM core
Ming Lei
3
-1
/
+146
2022-06-29
dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handling
Ming Lei
1
-25
/
+45
2022-06-29
dm: refactor dm_md_mempool allocation
Christoph Hellwig
4
-71
/
+44
2022-06-29
dm: unexport dm_get_reserved_rq_based_ios
Christoph Hellwig
1
-1
/
+0
2022-06-29
block: simplify disk_set_independent_access_ranges
Christoph Hellwig
3
-44
/
+18
2022-06-29
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
2
-15
/
+15
2022-06-29
block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency
Ying Sun
1
-1
/
+0
2022-06-28
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
4
-26
/
+26
2022-06-28
blk-mq: rename blk_mq_sysfs_{,un}register
Christoph Hellwig
3
-6
/
+6
2022-06-28
block: remove the extra gendisk reference in __blk_mq_register_dev
Christoph Hellwig
1
-3
/
+1
2022-06-28
block: use default groups to register the queue attributes
Christoph Hellwig
1
-6
/
+6
2022-06-28
block: remove a superflous queue kobject reference
Christoph Hellwig
1
-5
/
+1
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
6
-32
/
+6
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
47
-90
/
+74
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
34
-113
/
+105
2022-06-28
block: stop setting the nomerges flags in blk_cleanup_queue
Christoph Hellwig
1
-3
/
+0
2022-06-28
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
3
-10
/
+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-27
blk-mq: blk_mq_tag_busy is no need to return a value
Liu Song
2
-17
/
+11
2022-06-27
block: Always initialize bio IO priority on submit
Jan Kara
1
-0
/
+3
2022-06-27
block: Initialize bio priority earlier
Jan Kara
1
-2
/
+2
2022-06-27
blk-ioprio: Convert from rqos policy to direct call
Jan Kara
4
-45
/
+23
2022-06-27
blk-ioprio: Remove unneeded field
Jan Kara
1
-6
/
+3
2022-06-27
block: Fix handling of tasks without ioprio in ioprio_get(2)
Jan Kara
1
-7
/
+23
2022-06-27
block: Make ioprio_best() static
Jan Kara
2
-6
/
+1
2022-06-27
block: Generalize get_current_ioprio() for any task
Jan Kara
2
-16
/
+36
2022-06-27
block: Return effective IO priority from get_current_ioprio()
Jan Kara
1
-2
/
+9
2022-06-27
block: fix default IO priority handling again
Jan Kara
3
-3
/
+5
2022-06-27
blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().
Sebastian Andrzej Siewior
1
-5
/
+1
2022-06-27
block: bfq: Fix kernel-doc headers
Bart Van Assche
2
-2
/
+6
2022-06-27
block: bfq: Remove an unused function definition
Bart Van Assche
1
-2
/
+0
2022-06-27
bfq: Remove useless code in bfq_lookup_next_entity
GuoYong Zheng
1
-3
/
+0
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2
-13
/
+13
2022-06-27
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2
-21
/
+7
2022-06-27
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
1
-10
/
+8
2022-06-27
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
1
-4
/
+5
2022-06-27
dm: open code blk_max_size_offset in max_io_len
Christoph Hellwig
1
-11
/
+6
[next]