index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
dm: fix comment in __dm_suspend()
Mike Snitzer
1
-5
/
+4
2020-10-01
dm: fold dm_process_bio() into dm_submit_bio()
Mike Snitzer
1
-30
/
+22
2020-09-30
dm: fix missing imposition of queue_limits from dm_wq_work() thread
Mike Snitzer
1
-25
/
+9
2020-09-29
dm snap persistent: simplify area_io()
Qinglang Miao
1
-9
/
+2
2020-09-29
dm thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
2
-5
/
+4
2020-09-29
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
1
-11
/
+0
2020-09-29
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
1
-5
/
+7
2020-09-29
dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-6
/
+11
2020-09-29
dm: use dm_table_get_device_name() where appropriate in targets
Mike Snitzer
2
-10
/
+8
2020-09-29
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
5
-70
/
+61
2020-09-29
dm: eliminate need for start_io_acct() forward declaration
Mike Snitzer
1
-40
/
+38
2020-09-29
dm: simplify __process_abnormal_io()
Mike Snitzer
1
-51
/
+17
2020-09-29
dm: push use of on-stack flush_bio down to __send_empty_flush()
Mike Snitzer
1
-24
/
+13
2020-09-29
dm: optimize max_io_len() by inlining max_io_len_target_boundary()
Mike Snitzer
1
-9
/
+10
2020-09-29
dm: push md->immutable_target optimization down to __process_bio()
Mike Snitzer
1
-13
/
+9
2020-09-29
dm: change max_io_len() to use blk_max_size_offset()
Mike Snitzer
1
-12
/
+8
2020-09-29
dm table: stack 'chunk_sectors' limit to account for target-specific splitting
Mike Snitzer
1
-0
/
+5
2020-09-29
Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10
Mike Snitzer
13
-116
/
+102
2020-09-25
dm: add support for REQ_NOWAIT and enable it for linear target
Konstantin Khlebnikov
3
-3
/
+38
2020-09-25
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
2
-2
/
+2
2020-09-25
md: compare bd_disk instead of bd_contains
Christoph Hellwig
1
-4
/
+3
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-09-24
md/raid10: improve discard request for far layout
Xiao Ni
2
-23
/
+64
2020-09-24
md/raid10: improve raid10 discard request
Xiao Ni
1
-1
/
+255
2020-09-24
md/raid10: pull codes that wait for blocked dev into one function
Xiao Ni
1
-51
/
+67
2020-09-24
md/raid10: extend r10bio devs to raid disks
Xiao Ni
1
-5
/
+4
2020-09-24
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
3
-12
/
+24
2020-09-24
md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
Zhen Lei
1
-4
/
+4
2020-09-24
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
1
-0
/
+20
2020-09-24
md/raid5: resize stripe_head when reshape array
Yufen Yu
1
-0
/
+24
2020-09-24
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
2
-3
/
+114
2020-09-24
md/raid6: let async recovery function support different page offset
Yufen Yu
1
-2
/
+2
2020-09-24
md/raid6: let syndrome computor support different page offset
Yufen Yu
1
-12
/
+24
2020-09-24
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-24
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-24
md/raid5: add a new member of offset into r5dev
Yufen Yu
2
-11
/
+40
2020-09-24
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
1
-3
/
+4
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
12
-106
/
+58
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2
-7
/
+7
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
5
-56
/
+3
2020-09-24
md: update the optimal I/O size on reshape
Christoph Hellwig
2
-10
/
+22
2020-09-24
bcache: inherit the optimal I/O size
Christoph Hellwig
1
-0
/
+2
2020-09-21
dm: fix comment in dm_process_bio()
Mike Snitzer
1
-1
/
+3
2020-09-21
dm: fix bio splitting and its bio completion order for regular IO
Mike Snitzer
1
-21
/
+2
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
1
-3
/
+7
2020-09-20
dm/dax: Fix table reference counts
Dan Williams
1
-2
/
+3
2020-09-11
bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
1
-4
/
+6
2020-09-11
md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
1
-4
/
+4
2020-09-10
md: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-02
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2
-7
/
+9
[prev]
[next]