index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-10
raid5-ppl: move no_mem_stripes to struct ppl_conf
Artur Paszkiewicz
1
-13
/
+23
2017-04-10
md/raid1: avoid reusing a resync bio after error handling.
NeilBrown
1
-0
/
+2
2017-04-10
md.c:didn't unlock the mddev before return EINVAL in array_size_store
Zhilong Liu
1
-1
/
+3
2017-04-10
md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop
NeilBrown
1
-0
/
+5
2017-04-10
md/raid10: reset the 'first' at the end of loop
Guoqing Jiang
1
-0
/
+2
2017-04-10
md/raid6: Fix anomily when recovering a single device in RAID6.
NeilBrown
1
-1
/
+12
2017-04-10
md: update slab_cache before releasing new stripes when stripes resizing
Dennis Yang
1
-2
/
+4
2017-04-08
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
7
-61
/
+19
2017-04-08
dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-3
/
+3
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
8
-8
/
+77
2017-04-08
dm io: discards don't take a payload
Christoph Hellwig
1
-2
/
+8
2017-04-08
md: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
7
-1
/
+16
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
1
-0
/
+1
2017-04-07
dm rq: Avoid that request processing stalls sporadically
Bart Van Assche
1
-0
/
+1
2017-04-07
Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
4
-8
/
+24
2017-04-07
block: trace completion of all bios.
NeilBrown
2
-3
/
+0
2017-03-31
dm verity fec: fix bufio leaks
Sami Tolvanen
1
-3
/
+3
2017-03-31
dm cache policy smq: make the cleaner policy write-back more aggressively
Joe Thornber
1
-1
/
+1
2017-03-31
dm cache: set/clear the cache core's dirty_bitset when loading mappings
Joe Thornber
1
-0
/
+6
2017-03-31
dm raid: fix NULL pointer dereference for raid1 without bitmap
Dmitry Bilunov
1
-1
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-03-30
dm raid: select the Kconfig option CONFIG_MD_RAID0
Mikulas Patocka
1
-0
/
+1
2017-03-28
md: raid1: kill warning on powerpc_pseries
Ming Lei
1
-1
/
+1
2017-03-28
Fix dead URLs to ftp.kernel.org
SeongJae Park
1
-1
/
+1
2017-03-27
md/raid5: use consistency_policy to remove journal feature
Song Liu
1
-10
/
+36
2017-03-27
dm raid: add raid4/5/6 journal write-back support via journal_mode option
Heinz Mauelshagen
1
-13
/
+91
2017-03-27
dm raid: fix table line argument order in status
Heinz Mauelshagen
1
-30
/
+32
2017-03-27
md: add raid4/5/6 journal mode switching API
Heinz Mauelshagen
2
-28
/
+45
2017-03-25
md/raid5-cache: fix payload endianness problem in raid5-cache
Jason Yan
1
-9
/
+9
2017-03-25
md/raid1: skip data copy for behind io for discard request
Shaohua Li
1
-1
/
+5
2017-03-24
dm crypt: use shifts instead of sector_div
Mikulas Patocka
1
-7
/
+10
2017-03-24
dm integrity: add recovery mode
Mikulas Patocka
1
-13
/
+27
2017-03-24
dm integrity: factor out create_journal() from dm_integrity_ctr()
Mike Snitzer
1
-183
/
+196
2017-03-24
dm crypt: optionally support larger encryption sector size
Milan Broz
1
-23
/
+82
2017-03-24
dm crypt: introduce new format of cipher with "capi:" prefix
Milan Broz
1
-82
/
+193
2017-03-24
dm crypt: factor IV constructor out to separate function
Milan Broz
1
-61
/
+69
2017-03-24
dm crypt: add cryptographic data integrity protection (authenticated encryption)
Milan Broz
1
-140
/
+742
2017-03-24
dm: add integrity target
Mikulas Patocka
3
-0
/
+3096
2017-03-24
md: raid10: avoid direct access to bvec table in handle_reshape_read_error
Ming Lei
1
-2
/
+5
2017-03-24
md: raid10: retrieve page from preallocated resync page array
Ming Lei
1
-4
/
+9
2017-03-24
md: raid10: don't use bio's vec table to manage resync pages
Ming Lei
1
-52
/
+82
2017-03-24
md: raid10: refactor code of read reshape's .bi_end_io
Ming Lei
1
-10
/
+18
2017-03-24
md: raid1: improve write behind
Ming Lei
2
-66
/
+60
2017-03-24
md: raid1: move 'offset' out of loop
Ming Lei
1
-2
/
+3
2017-03-24
md: raid1: use bio helper in process_checks()
Ming Lei
1
-4
/
+8
2017-03-24
md: raid1: retrieve page from pre-allocated resync page array
Ming Lei
1
-8
/
+8
2017-03-24
md: raid1: don't use bio's vec table to manage resync pages
Ming Lei
1
-28
/
+63
2017-03-24
md: raid1: simplify r1buf_pool_free()
Ming Lei
1
-9
/
+8
2017-03-24
md: prepare for managing resync I/O pages in clean way
Ming Lei
1
-0
/
+50
[prev]
[next]