index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
2
-0
/
+2
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
3
-0
/
+6
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
6
-0
/
+6
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-02-24
13
-335
/
+768
|
\
|
*
md/raid1: fix write behind issues introduced by bio_clone_bioset_partial
Shaohua Li
2017-02-23
1
-4
/
+11
|
*
md/raid1: handle flush request correctly
Shaohua Li
2017-02-23
1
-3
/
+7
|
*
md/linear: shutup lockdep warnning
Shaohua Li
2017-02-23
1
-1
/
+2
|
*
md/raid1: fix a use-after-free bug
Shaohua Li
2017-02-19
1
-1
/
+2
|
*
RAID1: avoid unnecessary spin locks in I/O barrier code
colyli@suse.de
2017-02-19
2
-66
/
+130
|
*
RAID1: a new I/O barrier implementation to remove resync window
colyli@suse.de
2017-02-19
2
-236
/
+294
|
*
md/raid5: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-02-16
1
-4
/
+2
|
*
md: fast clone bio in bio_clone_mddev()
Ming Lei
2017-02-15
6
-22
/
+14
|
*
md: remove unnecessary check on mddev
Ming Lei
2017-02-15
1
-3
/
+0
|
*
md/raid1: use bio_clone_bioset_partial() in case of write behind
Ming Lei
2017-02-15
1
-5
/
+15
|
*
md: fail if mddev->bio_set can't be created
Ming Lei
2017-02-15
1
-1
/
+4
|
*
md: disable WRITE SAME if it fails in underlayer disks
Shaohua Li
2017-02-13
4
-0
/
+10
|
*
md/raid5-cache: exclude reclaiming stripes in reclaim check
Shaohua Li
2017-02-13
3
-2
/
+16
|
*
md/raid5-cache: stripe reclaim only counts valid stripes
Shaohua Li
2017-02-13
1
-2
/
+2
|
*
md: ensure md devices are freed before module is unloaded.
NeilBrown
2017-02-13
1
-0
/
+7
|
*
md/r5cache: improve journal device efficiency
Song Liu
2017-02-13
2
-20
/
+58
|
*
md/r5cache: enable chunk_aligned_read with write back cache
Song Liu
2017-02-13
3
-24
/
+168
|
*
raid5: only dispatch IO from raid5d for harddisk raid
Shaohua Li
2017-02-13
2
-2
/
+57
|
*
md linear: fix a race between linear_add() and linear_congested()
colyli@suse.de
2017-02-13
2
-5
/
+35
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-24
1
-2
/
+4
|
\
\
|
*
|
dm-rq: don't dereference request payload after ending request
Jens Axboe
2017-02-24
1
-2
/
+4
*
|
|
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-21
16
-227
/
+854
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dm: flush queued bios when process blocks to avoid deadlock
Mikulas Patocka
2017-02-17
1
-0
/
+55
|
*
|
dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
Mike Snitzer
2017-02-17
1
-53
/
+14
|
*
|
dm stats: fix a leaked s->histogram_boundaries array
Mikulas Patocka
2017-02-16
1
-0
/
+1
|
*
|
dm space map metadata: constify dm_space_map structures
Bhumika Goyal
2017-02-16
1
-2
/
+2
|
*
|
dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()
Mike Snitzer
2017-02-16
1
-7
/
+26
|
*
|
dm persistent data: add cursor skip functions to the cursor APIs
Joe Thornber
2017-02-16
6
-0
/
+70
|
*
|
dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2
Joe Thornber
2017-02-16
1
-11
/
+11
|
*
|
dm bitset: add dm_bitset_new()
Joe Thornber
2017-02-16
2
-0
/
+58
|
*
|
dm cache metadata: name the cache block that couldn't be loaded
Mike Snitzer
2017-02-16
1
-4
/
+8
|
*
|
dm cache metadata: add "metadata2" feature
Joe Thornber
2017-02-16
3
-53
/
+274
|
*
|
dm cache metadata: use bitset cursor api to load discard bitset
Joe Thornber
2017-02-16
1
-20
/
+28
|
*
|
dm bitset: introduce cursor api
Joe Thornber
2017-02-16
2
-0
/
+91
|
*
|
dm btree: use GFP_NOFS in dm_btree_del()
Joe Thornber
2017-02-16
1
-1
/
+6
|
*
|
dm space map common: memcpy the disk root to ensure it's arch aligned
Joe Thornber
2017-02-16
1
-5
/
+11
|
*
|
dm block manager: add unlikely() annotations on dm_bufio error paths
Joe Thornber
2017-02-16
1
-4
/
+4
|
*
|
dm cache: fix corruption seen when using cache > 2TB
Joe Thornber
2017-02-16
1
-3
/
+3
|
*
|
dm raid: cleanup awkward branching in raid_message() option processing
Mike Snitzer
2017-01-25
1
-3
/
+4
|
*
|
dm raid: use mddev rather than rdev->mddev
Heinz Mauelshagen
2017-01-25
1
-1
/
+1
|
*
|
dm raid: use read_disk_sb() throughout
Heinz Mauelshagen
2017-01-25
1
-8
/
+9
|
*
|
dm raid: add raid4/5/6 journaling support
Heinz Mauelshagen
2017-01-25
1
-21
/
+140
|
*
|
dm raid: be prepared to accept arbitrary '- -' tuples
Heinz Mauelshagen
2017-01-25
1
-5
/
+23
|
*
|
dm raid: fix transient device failure processing
Heinz Mauelshagen
2017-01-25
1
-49
/
+38
*
|
|
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-21
20
-423
/
+142
|
\
\
\
[next]