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 thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
2020-09-29
2
-5
/
+4
*
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
2020-09-29
1
-11
/
+0
*
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
2020-09-29
1
-5
/
+7
*
dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-09-29
1
-6
/
+11
*
dm: use dm_table_get_device_name() where appropriate in targets
Mike Snitzer
2020-09-29
2
-10
/
+8
*
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
2020-09-29
5
-70
/
+61
*
dm: eliminate need for start_io_acct() forward declaration
Mike Snitzer
2020-09-29
1
-40
/
+38
*
dm: simplify __process_abnormal_io()
Mike Snitzer
2020-09-29
1
-51
/
+17
*
dm: push use of on-stack flush_bio down to __send_empty_flush()
Mike Snitzer
2020-09-29
1
-24
/
+13
*
dm: optimize max_io_len() by inlining max_io_len_target_boundary()
Mike Snitzer
2020-09-29
1
-9
/
+10
*
dm: push md->immutable_target optimization down to __process_bio()
Mike Snitzer
2020-09-29
1
-13
/
+9
*
dm: change max_io_len() to use blk_max_size_offset()
Mike Snitzer
2020-09-29
1
-12
/
+8
*
dm table: stack 'chunk_sectors' limit to account for target-specific splitting
Mike Snitzer
2020-09-29
1
-0
/
+5
*
Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10
Mike Snitzer
2020-09-29
129
-2154
/
+2871
|
\
|
*
block-mq: fix comments in blk_mq_queue_tag_busy_iter
yangerkun
2020-09-29
1
-3
/
+1
|
*
blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
Xianting Tian
2020-09-28
1
-1
/
+3
|
*
iocost: consider iocgs with active delays for debt forgiveness
Tejun Heo
2020-09-25
1
-4
/
+7
|
*
iocost: add iocg_forgive_debt tracepoint
Tejun Heo
2020-09-25
2
-0
/
+53
|
*
iocost: reimplement debt forgiveness using average usage
Tejun Heo
2020-09-25
1
-25
/
+69
|
*
iocost: recalculate delay after debt reduction
Tejun Heo
2020-09-25
1
-1
/
+3
|
*
iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one
Tejun Heo
2020-09-25
1
-8
/
+5
|
*
iocost: factor out ioc_forgive_debts()
Tejun Heo
2020-09-25
1
-31
/
+35
|
*
dm: add support for REQ_NOWAIT and enable it for linear target
Konstantin Khlebnikov
2020-09-25
4
-3
/
+44
|
*
block: add QUEUE_FLAG_NOWAIT
Mike Snitzer
2020-09-25
2
-4
/
+7
|
*
vsprintf: use bd_partno in bdev_name
Christoph Hellwig
2020-09-25
1
-2
/
+2
|
*
block: use bd_partno in bdevname
Christoph Hellwig
2020-09-25
1
-1
/
+1
|
*
target/iblock: fix holder printing in iblock_show_configfs_dev_params
Christoph Hellwig
2020-09-25
1
-3
/
+2
|
*
drbd: don't set ->bd_contains
Christoph Hellwig
2020-09-25
1
-2
/
+0
|
*
drbd: don't detour through bd_contains for the gendisk
Christoph Hellwig
2020-09-25
2
-2
/
+2
|
*
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
2020-09-25
2
-2
/
+2
|
*
md: compare bd_disk instead of bd_contains
Christoph Hellwig
2020-09-25
1
-4
/
+3
|
*
block: add a bdev_is_partition helper
Christoph Hellwig
2020-09-25
10
-17
/
+22
|
*
Documentation/hdio: fix up obscure bd_contains references
Christoph Hellwig
2020-09-25
1
-12
/
+12
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
10
-58
/
+29
|
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
4
-13
/
+8
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
18
-36
/
+33
|
*
mm: use SWP_SYNCHRONOUS_IO more intelligently
Christoph Hellwig
2020-09-24
1
-8
/
+10
|
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
6
-20
/
+14
|
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
3
-7
/
+3
|
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
11
-68
/
+24
|
*
md: update the optimal I/O size on reshape
Christoph Hellwig
2020-09-24
2
-10
/
+22
|
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
10
-15
/
+13
|
*
aoe: set an optimal I/O size
Christoph Hellwig
2020-09-24
1
-2
/
+2
|
*
bcache: inherit the optimal I/O size
Christoph Hellwig
2020-09-24
1
-0
/
+2
|
*
drbd: remove dead code in device_to_statistics
Christoph Hellwig
2020-09-24
1
-6
/
+0
|
*
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
2020-09-24
2
-3
/
+2
|
*
block: mark blkdev_get static
Christoph Hellwig
2020-09-23
2
-3
/
+1
|
*
PM: mm: cleanup swsusp_swap_check
Christoph Hellwig
2020-09-23
1
-6
/
+4
|
*
mm: split swap_type_of
Christoph Hellwig
2020-09-23
4
-40
/
+35
|
*
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
2020-09-23
3
-9
/
+9
[next]