index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-16
dm cache metadata: name the cache block that couldn't be loaded
Mike Snitzer
1
-4
/
+8
2017-02-16
dm cache metadata: add "metadata2" feature
Joe Thornber
3
-53
/
+274
2017-02-16
dm cache metadata: use bitset cursor api to load discard bitset
Joe Thornber
1
-20
/
+28
2017-02-16
dm bitset: introduce cursor api
Joe Thornber
2
-0
/
+91
2017-02-16
dm btree: use GFP_NOFS in dm_btree_del()
Joe Thornber
1
-1
/
+6
2017-02-16
dm space map common: memcpy the disk root to ensure it's arch aligned
Joe Thornber
1
-5
/
+11
2017-02-16
dm block manager: add unlikely() annotations on dm_bufio error paths
Joe Thornber
1
-4
/
+4
2017-02-16
dm cache: fix corruption seen when using cache > 2TB
Joe Thornber
1
-3
/
+3
2017-02-15
md: fast clone bio in bio_clone_mddev()
Ming Lei
6
-22
/
+14
2017-02-15
md: remove unnecessary check on mddev
Ming Lei
1
-3
/
+0
2017-02-15
md/raid1: use bio_clone_bioset_partial() in case of write behind
Ming Lei
1
-5
/
+15
2017-02-15
md: fail if mddev->bio_set can't be created
Ming Lei
1
-1
/
+4
2017-02-13
md: disable WRITE SAME if it fails in underlayer disks
Shaohua Li
4
-0
/
+10
2017-02-13
md/raid5-cache: exclude reclaiming stripes in reclaim check
Shaohua Li
3
-2
/
+16
2017-02-13
md/raid5-cache: stripe reclaim only counts valid stripes
Shaohua Li
1
-2
/
+2
2017-02-13
md: ensure md devices are freed before module is unloaded.
NeilBrown
1
-0
/
+7
2017-02-13
md/r5cache: improve journal device efficiency
Song Liu
2
-20
/
+58
2017-02-13
md/r5cache: enable chunk_aligned_read with write back cache
Song Liu
3
-24
/
+168
2017-02-13
raid5: only dispatch IO from raid5d for harddisk raid
Shaohua Li
2
-2
/
+57
2017-02-13
md linear: fix a race between linear_add() and linear_congested()
colyli@suse.de
2
-5
/
+35
2017-02-04
dm: don't allow ioctls to targets that don't map to whole devices
Christoph Hellwig
1
-5
/
+8
2017-02-03
dm crypt: replace RCU read-side section with rwsem
Ondrej Kozina
1
-4
/
+4
2017-02-03
dm rq: cope with DM device destruction while in dm_old_request_fn()
Mike Snitzer
1
-0
/
+4
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
1
-2
/
+2
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
14
-37
/
+37
2017-01-27
dm: always defer request allocation to the owner of the request_queue
Christoph Hellwig
7
-341
/
+85
2017-01-27
dm: remove incomplete BLOCK_PC support
Christoph Hellwig
1
-16
/
+0
2017-01-27
block: simplify blk_init_allocated_queue
Christoph Hellwig
1
-1
/
+2
2017-01-27
md: cleanup bio op / flags handling in raid1_write_request
Christoph Hellwig
1
-5
/
+2
2017-01-27
Merge branch 'for-4.11/block' into for-4.11/rq-refactor
Jens Axboe
3
-19
/
+9
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
3
-19
/
+9
2017-01-25
dm raid: cleanup awkward branching in raid_message() option processing
Mike Snitzer
1
-3
/
+4
2017-01-25
dm raid: use mddev rather than rdev->mddev
Heinz Mauelshagen
1
-1
/
+1
2017-01-25
dm raid: use read_disk_sb() throughout
Heinz Mauelshagen
1
-8
/
+9
2017-01-25
dm raid: add raid4/5/6 journaling support
Heinz Mauelshagen
1
-21
/
+140
2017-01-25
dm raid: be prepared to accept arbitrary '- -' tuples
Heinz Mauelshagen
1
-5
/
+23
2017-01-25
dm raid: fix transient device failure processing
Heinz Mauelshagen
1
-49
/
+38
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
3
-7
/
+56
2017-01-24
md/r5cache: shift complex rmw from read path to write path
Song Liu
1
-4
/
+45
2017-01-24
md/r5cache: flush data only stripes in r5l_recovery_log()
Song Liu
2
-16
/
+45
2017-01-24
md/raid5: move comment of fetch_block to right location
Song Liu
1
-7
/
+6
2017-01-24
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
3
-9
/
+42
2017-01-24
md/raid5-cache: delete meaningless code
Shaohua Li
1
-2
/
+0
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
3
-5
/
+5
2017-01-09
md/raid5: Use correct IS_ERR() variation on pointer check
Jes Sorensen
1
-1
/
+1
2017-01-05
md: cleanup mddev flag clear for takeover
Shaohua Li
4
-7
/
+26
2017-01-05
md/r5cache: fix spelling mistake on "recoverying"
Colin Ian King
1
-1
/
+1
2017-01-05
md/r5cache: assign conf->log before r5l_load_log()
Song Liu
1
-1
/
+3
2017-01-05
md/r5cache: simplify handling of sh->log_start in recovery
Song Liu
1
-15
/
+12
2017-01-05
md/raid5-cache: removes unnecessary write-through mode judgments
JackieLiu
1
-3
/
+0
[prev]
[next]