index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
dm crypt: optionally support larger encryption sector size
Milan Broz
2017-03-24
1
-23
/
+82
|
*
|
dm crypt: introduce new format of cipher with "capi:" prefix
Milan Broz
2017-03-24
1
-82
/
+193
|
*
|
dm crypt: factor IV constructor out to separate function
Milan Broz
2017-03-24
1
-61
/
+69
|
*
|
dm crypt: add cryptographic data integrity protection (authenticated encryption)
Milan Broz
2017-03-24
1
-140
/
+742
|
*
|
dm: add integrity target
Mikulas Patocka
2017-03-24
3
-0
/
+3096
|
*
|
dm bufio: add sector start offset to dm-bufio interface
Mikulas Patocka
2017-03-07
2
-19
/
+39
|
*
|
dm table: add flag to allow target to handle its own integrity metadata
Milan Broz
2017-03-07
1
-0
/
+11
|
*
|
dm cache: significant rework to leverage dm-bio-prison-v2
Joe Thornber
2017-03-07
10
-2399
/
+1922
|
*
|
dm bio prison v2: new interface for the bio prison
Joe Thornber
2017-03-07
7
-6
/
+568
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...
Linus Torvalds
2017-05-03
18
-1418
/
+3434
|
\
\
\
|
*
\
\
Merge branch 'md-next' into md-linus
Shaohua Li
2017-05-01
18
-1418
/
+3434
|
|
\
\
\
|
|
*
|
|
md/raid10: skip spare disk as 'first' disk
Shaohua Li
2017-05-01
1
-1
/
+1
|
|
*
|
|
md/raid1: Use a new variable to count flighting sync requests
Xiao Ni
2017-04-27
2
-3
/
+5
|
|
*
|
|
md: clear WantReplacement once disk is removed
Guoqing Jiang
2017-04-25
3
-15
/
+8
|
|
*
|
|
md/raid1/10: remove unused queue
Lidong Zhong
2017-04-24
2
-5
/
+0
|
|
*
|
|
md: handle read-only member devices better.
NeilBrown
2017-04-20
1
-15
/
+26
|
|
*
|
|
md/raid10: wait up frozen array in handle_write_completed
Guoqing Jiang
2017-04-20
1
-0
/
+5
|
|
*
|
|
md-cluster: Fix a memleak in an error handling path
Christophe JAILLET
2017-04-14
1
-1
/
+1
|
|
*
|
|
md: support disabling of create-on-open semantics.
NeilBrown
2017-04-12
1
-1
/
+13
|
|
*
|
|
md: allow creation of mdNNN arrays via md_mod/parameters/new_array
NeilBrown
2017-04-12
1
-6
/
+30
|
|
*
|
|
raid5-ppl: use a single mempool for ppl_io_unit and header_page
Artur Paszkiewicz
2017-04-11
1
-16
/
+37
|
|
*
|
|
md/raid0: fix up bio splitting.
NeilBrown
2017-04-11
1
-36
/
+37
|
|
*
|
|
md/linear: improve bio splitting.
NeilBrown
2017-04-11
1
-39
/
+34
|
|
*
|
|
md/raid5: make chunk_aligned_read() split bios more cleanly.
NeilBrown
2017-04-11
2
-16
/
+18
|
|
*
|
|
md/raid10: simplify handle_read_error()
NeilBrown
2017-04-11
1
-75
/
+47
|
|
*
|
|
md/raid10: simplify the splitting of requests.
NeilBrown
2017-04-11
2
-114
/
+51
|
|
*
|
|
md/raid1: factor out flush_bio_list()
NeilBrown
2017-04-11
1
-40
/
+26
|
|
*
|
|
md/raid1: simplify handle_read_error().
NeilBrown
2017-04-11
1
-80
/
+60
|
|
*
|
|
md/raid1: simplify alloc_behind_master_bio()
NeilBrown
2017-04-11
1
-7
/
+4
|
|
*
|
|
md/raid1: simplify the splitting of requests.
NeilBrown
2017-04-11
2
-91
/
+52
|
|
*
|
|
raid5-ppl: partial parity calculation optimization
Artur Paszkiewicz
2017-04-10
2
-13
/
+13
|
|
*
|
|
raid5-ppl: use resize_stripes() when enabling or disabling ppl
Artur Paszkiewicz
2017-04-10
3
-53
/
+43
|
|
*
|
|
raid5-ppl: move no_mem_stripes to struct ppl_conf
Artur Paszkiewicz
2017-04-10
1
-13
/
+23
|
|
*
|
|
md/raid1: avoid reusing a resync bio after error handling.
NeilBrown
2017-04-10
1
-0
/
+2
|
|
*
|
|
md.c:didn't unlock the mddev before return EINVAL in array_size_store
Zhilong Liu
2017-04-10
1
-1
/
+3
|
|
*
|
|
md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop
NeilBrown
2017-04-10
1
-0
/
+5
|
|
*
|
|
md/raid10: reset the 'first' at the end of loop
Guoqing Jiang
2017-04-10
1
-0
/
+2
|
|
*
|
|
md/raid6: Fix anomily when recovering a single device in RAID6.
NeilBrown
2017-04-10
1
-1
/
+12
|
|
*
|
|
md: update slab_cache before releasing new stripes when stripes resizing
Dennis Yang
2017-04-10
1
-2
/
+4
|
|
*
|
|
md: raid1: kill warning on powerpc_pseries
Ming Lei
2017-03-28
1
-1
/
+1
|
|
*
|
|
md/raid5: use consistency_policy to remove journal feature
Song Liu
2017-03-27
1
-10
/
+36
|
|
*
|
|
md/raid5-cache: fix payload endianness problem in raid5-cache
Jason Yan
2017-03-25
1
-9
/
+9
|
|
*
|
|
md/raid1: skip data copy for behind io for discard request
Shaohua Li
2017-03-25
1
-1
/
+5
|
|
*
|
|
md: raid10: avoid direct access to bvec table in handle_reshape_read_error
Ming Lei
2017-03-24
1
-2
/
+5
|
|
*
|
|
md: raid10: retrieve page from preallocated resync page array
Ming Lei
2017-03-24
1
-4
/
+9
|
|
*
|
|
md: raid10: don't use bio's vec table to manage resync pages
Ming Lei
2017-03-24
1
-52
/
+82
|
|
*
|
|
md: raid10: refactor code of read reshape's .bi_end_io
Ming Lei
2017-03-24
1
-10
/
+18
|
|
*
|
|
md: raid1: improve write behind
Ming Lei
2017-03-24
2
-67
/
+61
|
|
*
|
|
md: raid1: move 'offset' out of loop
Ming Lei
2017-03-24
1
-2
/
+3
|
|
*
|
|
md: raid1: use bio helper in process_checks()
Ming Lei
2017-03-24
1
-4
/
+8
[prev]
[next]