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-02
bcache: remove useless alloc_bucket_pages()
Coly Li
1
-3
/
+0
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
7
-24
/
+24
2020-10-02
bcache: add set_uuid in struct cache_set
Coly Li
3
-13
/
+14
2020-10-02
bcache: remove for_each_cache()
Coly Li
6
-294
/
+237
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
3
-17
/
+12
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
4
-24
/
+19
2020-10-02
bcache: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-13
/
+3
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
1
-1
/
+1
2020-10-02
bcache: share register sysfs with async register
Coly Li
1
-5
/
+7
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-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
2020-09-02
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-02
dm cache metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-02
block: remove revalidate_disk()
Christoph Hellwig
1
-1
/
+1
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
4
-10
/
+10
2020-09-01
block: fix locking for struct block_device size updates
Christoph Hellwig
1
-13
/
+2
2020-09-01
dm integrity: fix error reporting in bitmap mode after creation
Mikulas Patocka
1
-0
/
+12
2020-09-01
dm crypt: Initialize crypto wait structures
Damien Le Moal
1
-2
/
+2
2020-09-01
dm mpath: fix racey management of PG initialization
Mike Snitzer
1
-7
/
+15
2020-09-01
dm writecache: handle DAX to partitions on persistent memory correctly
Mikulas Patocka
1
-2
/
+10
2020-08-28
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-08-27
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-16
/
+16
2020-08-15
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+11
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-111
/
+326
[next]