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.12.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-02-23
md/raid1: handle flush request correctly
Shaohua Li
1
-3
/
+7
2017-02-23
md/linear: shutup lockdep warnning
Shaohua Li
1
-1
/
+2
2017-02-21
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-227
/
+854
2017-02-21
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
20
-423
/
+142
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-5
/
+5
2017-02-20
md/raid1: fix a use-after-free bug
Shaohua Li
1
-1
/
+2
2017-02-20
RAID1: avoid unnecessary spin locks in I/O barrier code
colyli@suse.de
2
-66
/
+130
2017-02-20
RAID1: a new I/O barrier implementation to remove resync window
colyli@suse.de
2
-236
/
+294
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
20
-404
/
+133
2017-02-18
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
3
-19
/
+9
2017-02-17
dm: flush queued bios when process blocks to avoid deadlock
Mikulas Patocka
1
-0
/
+55
2017-02-17
dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
Mike Snitzer
1
-53
/
+14
2017-02-17
md/raid5: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-4
/
+2
2017-02-16
dm stats: fix a leaked s->histogram_boundaries array
Mikulas Patocka
1
-0
/
+1
2017-02-16
dm space map metadata: constify dm_space_map structures
Bhumika Goyal
1
-2
/
+2
2017-02-16
dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()
Mike Snitzer
1
-7
/
+26
2017-02-16
dm persistent data: add cursor skip functions to the cursor APIs
Joe Thornber
6
-0
/
+70
2017-02-16
dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2
Joe Thornber
1
-11
/
+11
2017-02-16
dm bitset: add dm_bitset_new()
Joe Thornber
2
-0
/
+58
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-14
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-28
dm: always defer request allocation to the owner of the request_queue
Christoph Hellwig
7
-341
/
+85
2017-01-28
dm: remove incomplete BLOCK_PC support
Christoph Hellwig
1
-16
/
+0
2017-01-28
block: simplify blk_init_allocated_queue
Christoph Hellwig
1
-1
/
+2
2017-01-28
md: cleanup bio op / flags handling in raid1_write_request
Christoph Hellwig
1
-5
/
+2
2017-01-28
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
[prev]
[next]