index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2017-02-03
dm crypt: replace RCU read-side section with rwsem
Ondrej Kozina
2017-02-03
dm rq: cope with DM device destruction while in dm_old_request_fn()
Mike Snitzer
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
2017-01-24
md/r5cache: shift complex rmw from read path to write path
Song Liu
2017-01-24
md/r5cache: flush data only stripes in r5l_recovery_log()
Song Liu
2017-01-24
md/raid5: move comment of fetch_block to right location
Song Liu
2017-01-24
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
2017-01-24
md/raid5-cache: delete meaningless code
Shaohua Li
2017-01-09
md/raid5: Use correct IS_ERR() variation on pointer check
Jes Sorensen
2017-01-05
md: cleanup mddev flag clear for takeover
Shaohua Li
2017-01-05
md/r5cache: fix spelling mistake on "recoverying"
Colin Ian King
2017-01-05
md/r5cache: assign conf->log before r5l_load_log()
Song Liu
2017-01-05
md/r5cache: simplify handling of sh->log_start in recovery
Song Liu
2017-01-05
md/raid5-cache: removes unnecessary write-through mode judgments
JackieLiu
2017-01-03
md/raid10: Refactor raid10_make_request
Robert LeBlanc
2017-01-03
md/raid1: Refactor raid1_make_request
Robert LeBlanc
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-17
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
2016-12-17
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
2016-12-16
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
2016-12-14
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-12-13
Merge branch 'md-next' into md-linus
Shaohua Li
2016-12-13
dm flakey: introduce "error_writes" feature
Mike Snitzer
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-08
md: separate flags for superblock changes
Shaohua Li
2016-12-08
md: MD_RECOVERY_NEEDED is set for mddev->recovery
Shaohua Li
2016-12-08
md: takeover should clear unrelated bits
Shaohua Li
2016-12-08
dm cache policy smq: use hash_32() instead of hash_32_generic()
Mike Snitzer
2016-12-08
dm crypt: reject key strings containing whitespace chars
Ondrej Kozina
2016-12-08
dm space map: always set ev if sm_ll_mutate() succeeds
Benjamin Marzinski
2016-12-08
dm space map metadata: skip useless memcpy in metadata_ll_init_index()
Benjamin Marzinski
2016-12-08
dm space map metadata: fix 'struct sm_metadata' leak on failed create
Benjamin Marzinski
2016-12-08
dm raid: fix discard support regression
Heinz Mauelshagen
2016-12-08
dm raid: don't allow "write behind" with raid4/5/6
Heinz Mauelshagen
2016-12-08
dm mpath: use hw_handler_params if attached hw_handler is same as requested
tang.junhui
2016-12-08
dm crypt: add ability to use keys from the kernel key retention service
Ondrej Kozina
2016-12-08
dm array: remove a dead assignment in populate_ablock_with_values()
Bart Van Assche
2016-12-08
dm ioctl: use offsetof() instead of open-coding it
Bart Van Assche
2016-12-08
dm rq: simplify use_blk_mq initialization
Bart Van Assche
2016-12-08
dm: use blk_set_queue_dying() in __dm_destroy()
Bart Van Assche
2016-12-08
dm bufio: drop the lock when doing GFP_NOIO allocation
Mikulas Patocka
2016-12-08
dm bufio: don't take the lock in dm_bufio_shrink_count
Mikulas Patocka
2016-12-08
dm bufio: avoid sleeping while holding the dm_bufio lock
Douglas Anderson
2016-12-08
dm table: simplify dm_table_determine_type()
Bart Van Assche
2016-12-08
dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device
Bart Van Assche
2016-12-08
dm table: fix 'all_blk_mq' inconsistency when an empty table is loaded
Mike Snitzer
2016-12-08
md/r5cache: after recovery, increase journal seq by 10000
Song Liu
2016-12-08
md/raid5-cache: fix crc in rewrite_data_only_stripes()
Song Liu
2016-12-08
md/raid5-cache: no recovery is required when create super-block
JackieLiu
[next]