index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: remove unwanted white space from md.c
NeilBrown
2014-10-14
10
-191
/
+114
*
md: don't start resync thread directly from md thread.
NeilBrown
2014-10-14
1
-23
/
+36
*
md: Just use RCU when checking for overlap between arrays.
NeilBrown
2014-10-14
1
-8
/
+7
*
md: avoid potential long delay under pers_lock
Chao Yu
2014-10-14
1
-1
/
+2
*
md: simplify export_array()
NeilBrown
2014-10-14
1
-8
/
+4
*
md: discard find_rdev_nr in favour of find_rdev_nr_rcu
NeilBrown
2014-10-14
1
-14
/
+8
*
md: use wait_event() to simplify md_super_wait()
NeilBrown
2014-10-14
1
-8
/
+1
*
md: be more relaxed about stopping an array which isn't started.
NeilBrown
2014-10-14
1
-3
/
+3
*
md/raid1: process_checks doesn't use its return value.
NeilBrown
2014-10-14
1
-4
/
+3
*
md/raid5: fix init_stripe() inconsistencies
Markus Stockhausen
2014-10-14
1
-3
/
+1
*
md/raid10: another memory leak due to reshape.
NeilBrown
2014-10-14
1
-1
/
+3
*
md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.
NeilBrown
2014-10-09
3
-5
/
+5
*
md/raid1: minor typos and reformatting.
NeilBrown
2014-10-09
1
-7
/
+7
*
md/bitmap: always wait for writes on unplug.
NeilBrown
2014-10-09
1
-10
/
+6
*
md/raid5: disable 'DISCARD' by default due to safety concerns.
NeilBrown
2014-10-02
1
-1
/
+17
*
Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/md
Linus Torvalds
2014-09-24
1
-18
/
+22
|
\
|
*
md/raid1: fix_read_error should act on all non-faulty devices.
NeilBrown
2014-09-22
1
-2
/
+2
|
*
md/raid1: count resync requests in nr_pending.
NeilBrown
2014-09-22
1
-0
/
+2
|
*
md/raid1: update next_resync under resync_lock.
NeilBrown
2014-09-22
1
-3
/
+3
|
*
md/raid1: Don't use next_resync to determine how far resync has progressed
NeilBrown
2014-09-22
1
-7
/
+5
|
*
md/raid1: make sure resync waits for conflicting writes to complete.
NeilBrown
2014-09-22
1
-2
/
+4
|
*
md/raid1: clean up request counts properly in close_sync()
NeilBrown
2014-09-22
1
-0
/
+5
|
*
md/raid1: be more cautious where we read-balance during resync.
NeilBrown
2014-09-22
1
-5
/
+1
|
*
md/raid1: intialise start_next_window for READ case to avoid hang
NeilBrown
2014-09-22
1
-0
/
+1
*
|
dm cache: fix race causing dirty blocks to be marked as clean
Anssi Hannula
2014-09-10
1
-2
/
+2
|
/
*
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
2014-08-28
1
-6
/
+19
*
md/raid10: always initialise ->state on newly allocated r10_bio
NeilBrown
2014-08-19
1
-0
/
+3
*
md/raid10: avoid memory leak on error path during reshape.
NeilBrown
2014-08-19
1
-0
/
+1
*
md/raid10: Fix memory leak when raid10 reshape completes.
NeilBrown
2014-08-19
1
-0
/
+1
*
md/raid10: fix memory leak when reshaping a RAID10.
NeilBrown
2014-08-19
1
-1
/
+1
*
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
2014-08-18
1
-0
/
+2
*
md/raid5: avoid livelock caused by non-aligned writes.
NeilBrown
2014-08-18
1
-1
/
+1
*
Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-08-14
10
-205
/
+394
|
\
|
*
dm table: propagate QUEUE_FLAG_NO_SG_MERGE
Jeff Moyer
2014-08-10
1
-0
/
+13
|
*
dm switch: efficiently support repetitive patterns
Mikulas Patocka
2014-08-01
1
-2
/
+47
|
*
dm switch: factor out switch_region_table_read
Mikulas Patocka
2014-08-01
1
-5
/
+13
|
*
dm cache: set minimum_io_size to cache's data block size
Mike Snitzer
2014-08-01
1
-1
/
+1
|
*
dm thin: set minimum_io_size to pool's data block size
Mike Snitzer
2014-08-01
1
-1
/
+1
|
*
dm crypt: use per-bio data
Mikulas Patocka
2014-08-01
1
-14
/
+27
|
*
dm table: make dm_table_supports_discards static
Mikulas Patocka
2014-08-01
2
-37
/
+37
|
*
dm cache metadata: use dm-space-map-metadata.h defined size limits
Mike Snitzer
2014-08-01
3
-8
/
+6
|
*
dm cache: fail migrations in the do_worker error path
Joe Thornber
2014-08-01
1
-0
/
+1
|
*
dm cache: simplify deferred set reference count increments
Joe Thornber
2014-08-01
1
-46
/
+77
|
*
dm thin: relax external origin size constraints
Joe Thornber
2014-08-01
1
-43
/
+115
|
*
dm thin: switch to an atomic_t for tracking pending new block preparations
Joe Thornber
2014-08-01
1
-13
/
+16
|
*
dm mpath: eliminate pg_ready() wrapper
Mike Snitzer
2014-08-01
1
-4
/
+2
|
*
dm io: simplify dec_count and sync_io
Joe Thornber
2014-08-01
1
-35
/
+42
*
|
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-08-14
14
-65
/
+119
|
\
\
|
*
|
bcache: Drop unneeded blk_sync_queue() calls
Kent Overstreet
2014-08-04
1
-8
/
+2
|
*
|
bcache: add mutex lock for bch_is_open
Jianjian Huo
2014-08-04
1
-0
/
+2
[next]