index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-18
Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
8
-86
/
+209
2017-05-17
dm cache: handle kmalloc failure allocating background_tracker struct
Colin Ian King
1
-0
/
+5
2017-05-16
dm bufio: make the parameter "retain_bytes" unsigned long
Mikulas Patocka
1
-8
/
+8
2017-05-15
dm mpath: multipath_clone_and_map must not return -EIO
Christoph Hellwig
1
-1
/
+1
2017-05-15
dm mpath: don't return -EIO from dm_report_EIO
Christoph Hellwig
1
-8
/
+11
2017-05-15
dm rq: add a missing break to map_request
Christoph Hellwig
1
-0
/
+1
2017-05-15
dm space map disk: fix some book keeping in the disk space map
Joe Thornber
1
-1
/
+14
2017-05-15
dm thin metadata: call precommit before saving the roots
Joe Thornber
1
-2
/
+2
2017-05-15
dm cache policy smq: don't do any writebacks unless IDLE
Joe Thornber
1
-5
/
+4
2017-05-15
dm cache: simplify the IDLE vs BUSY state calculation
Joe Thornber
1
-6
/
+3
2017-05-15
dm cache: track all IO to the cache rather than just the origin device's IO
Joe Thornber
1
-8
/
+7
2017-05-15
dm cache policy smq: stop preemptively demoting blocks
Joe Thornber
1
-12
/
+5
2017-05-15
dm cache policy smq: put newly promoted entries at the top of the multiqueue
Joe Thornber
1
-0
/
+1
2017-05-15
dm cache policy smq: be more aggressive about triggering a writeback
Joe Thornber
1
-1
/
+1
2017-05-15
dm cache policy smq: only demote entries in bottom half of the clean multiqueue
Joe Thornber
1
-1
/
+1
2017-05-15
dm cache: fix incorrect 'idle_time' reset in IO tracker
Joe Thornber
1
-0
/
+3
2017-05-13
raid1: prefer disk without bad blocks
Tomasz Majchrzak
1
-1
/
+4
2017-05-12
md/r5cache: handle sync with data in write back cache
Song Liu
2
-7
/
+22
2017-05-12
md/r5cache: gracefully handle journal device errors for writeback mode
Song Liu
3
-9
/
+34
2017-05-12
md/raid1/10: avoid unnecessary locking
Shaohua Li
2
-8
/
+6
2017-05-10
md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio first
Song Liu
1
-9
/
+19
2017-05-09
md/md0: optimize raid0 discard handling
Shaohua Li
1
-14
/
+102
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-09
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
1
-6
/
+2
2017-05-09
drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant
Michal Hocko
1
-9
/
+4
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-10
/
+2
2017-05-09
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-6
/
+1
2017-05-08
md: don't return -EAGAIN in md_allow_write for external metadata arrays
Artur Paszkiewicz
4
-28
/
+15
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+3
2017-05-06
Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-18
/
+39
2017-05-06
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-49
/
+88
2017-05-05
dm cache metadata: fail operations if fail_io mode has been established
Mike Snitzer
1
-4
/
+8
2017-05-04
md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lock
Julia Cartwright
1
-10
/
+7
2017-05-04
dm integrity: improve the Kconfig help text for DM_INTEGRITY
Mike Snitzer
1
-2
/
+13
2017-05-04
dm cache policy smq: cleanup free_target_met() and clean_target_met()
Mike Snitzer
1
-11
/
+13
2017-05-04
dm cache policy smq: allow demotions to happen even during continuous IO
Joe Thornber
1
-1
/
+5
2017-05-03
Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-48
/
+37
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
41
-2983
/
+7330
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...
Linus Torvalds
18
-1418
/
+3434
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-4
/
+3
2017-05-02
dm: introduce a new DM_MAPIO_KILL return value
Christoph Hellwig
2
-8
/
+6
2017-05-02
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
2
-11
/
+19
2017-05-02
dm mpath: merge do_end_io into multipath_end_io
Christoph Hellwig
1
-34
/
+17
2017-05-02
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
41
-2983
/
+7330
2017-05-02
Merge branch 'md-next' into md-linus
Shaohua Li
18
-1418
/
+3434
2017-05-01
md/raid10: skip spare disk as 'first' disk
Shaohua Li
1
-1
/
+1
2017-05-01
dm bufio: check new buffer allocation watermark every 30 seconds
Mikulas Patocka
1
-0
/
+10
2017-05-01
dm bufio: avoid a possible ABBA deadlock
Mikulas Patocka
1
-4
/
+5
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-81
/
+126
[next]