index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: manage redundancy group in sysfs when changing level.
NeilBrown
2010-07-05
3
-13
/
+38
*
md: set mddev readonly flag on blkdev BLKROSET ioctl
Dan Williams
2010-07-05
1
-0
/
+29
*
md: remove unneeded sysfs files more promptly
NeilBrown
2010-07-05
1
-10
/
+31
*
md/linear: avoid possible oops and array stop
NeilBrown
2010-07-05
1
-0
/
+1
*
md: Fix read balancing in RAID1 and RAID10 on drives > 2TB
NeilBrown
2010-07-05
2
-3
/
+3
*
md/raid1: fix counting of write targets.
NeilBrown
2010-07-05
1
-2
/
+3
*
md/raid6: Fix raid-6 read-error correction in degraded state
Gabriele A. Trombetti
2010-05-12
1
-1
/
+1
*
md: restore ability of spare drives to spin down.
NeilBrown
2010-05-12
1
-2
/
+8
*
md/raid5: fix previous patch.
NeilBrown
2010-05-12
1
-17
/
+18
*
md/raid5: allow for more than 2^31 chunks.
NeilBrown
2010-05-12
1
-12
/
+7
*
md: deal with merge_bvec_fn in component devices better.
NeilBrown
2010-04-26
4
-30
/
+43
*
dm ioctl: introduce flag indicating uevent was generated
Peter Rajnoha
2010-04-26
3
-12
/
+18
*
dm ioctl: only issue uevent on resume if state changed
Mike Snitzer
2010-03-15
1
-4
/
+5
*
dm: free dm_io before bio_endio not after
Mikulas Patocka
2010-03-15
1
-2
/
+2
*
dm: sysfs revert add empty release function to avoid debug warning
Alasdair G Kergon
2010-02-16
1
-8
/
+0
*
dm mpath: fix stall when requeueing io
Kiyoshi Ueda
2010-02-16
1
-4
/
+17
*
dm raid1: fix null pointer dereference in suspend
Takahiro Yasui
2010-02-16
1
-3
/
+2
*
dm raid1: fail writes if errors are not handled and log fails
Mikulas Patocka
2010-02-16
1
-1
/
+1
*
dm log: userspace fix overhead_size calcuations
Jonathan Brassow
2010-02-16
1
-3
/
+7
*
dm snapshot: persistent annotate work_queue as on stack
Mike Snitzer
2010-02-16
1
-1
/
+1
*
dm stripe: avoid divide by zero with invalid stripe count
Nikanth Karthikesan
2010-02-16
1
-1
/
+1
*
md: fix some lockdep issues between md and sysfs.
NeilBrown
2010-02-10
2
-11
/
+6
*
md: fix 'degraded' calculation when starting a reshape.
NeilBrown
2010-02-09
1
-4
/
+7
*
DM: Fix device mapper topology stacking
Martin K. Petersen
2010-01-11
1
-15
/
+5
*
md: allow a resync that is waiting for other resync to complete, to be aborted.
NeilBrown
2009-12-30
1
-2
/
+3
*
md: remove unnecessary code from do_md_run
NeilBrown
2009-12-30
1
-28
/
+0
*
md: make recovery started by do_md_run() visible via sync_action
Dan Williams
2009-12-30
1
-0
/
+1
*
md: fix small irregularity with start_ro module parameter
NeilBrown
2009-12-30
1
-1
/
+1
*
md: Fix unfortunate interaction with evms
NeilBrown
2009-12-30
1
-1
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2009-12-15
18
-874
/
+2274
|
\
|
*
dm snapshot: use merge origin if snapshot invalid
Mikulas Patocka
2009-12-10
1
-5
/
+4
|
*
dm snapshot: report merge failure in status
Mike Snitzer
2009-12-10
1
-2
/
+28
|
*
dm snapshot: merge consecutive chunks together
Mike Snitzer
2009-12-10
1
-10
/
+21
|
*
dm snapshot: trigger exceptions in remaining snapshots during merge
Mikulas Patocka
2009-12-10
1
-0
/
+83
|
*
dm snapshot: delay merging a chunk until writes to it complete
Mikulas Patocka
2009-12-10
1
-1
/
+5
|
*
dm snapshot: queue writes to chunks being merged
Mikulas Patocka
2009-12-10
1
-13
/
+78
|
*
dm snapshot: add merging
Mikulas Patocka
2009-12-10
2
-6
/
+244
|
*
dm snapshot: permit only one merge at once
Mikulas Patocka
2009-12-10
1
-6
/
+27
|
*
dm snapshot: support barriers in snapshot merge target
Mike Snitzer
2009-12-10
1
-3
/
+18
|
*
dm snapshot: avoid allocating exceptions in merge
Mikulas Patocka
2009-12-10
1
-1
/
+56
|
*
dm snapshot: rework writing to origin
Mikulas Patocka
2009-12-10
1
-106
/
+49
|
*
dm snapshot: add merge target
Mikulas Patocka
2009-12-10
1
-12
/
+41
|
*
dm exception store: add merge specific methods
Mikulas Patocka
2009-12-10
2
-2
/
+129
|
*
dm snapshot: create function for chunk_is_tracked wait
Mike Snitzer
2009-12-10
1
-6
/
+12
|
*
dm snapshot: make bio optional in __origin_write
Mikulas Patocka
2009-12-10
1
-5
/
+18
|
*
dm mpath: reject messages when device is suspended
Kiyoshi Ueda
2009-12-10
1
-0
/
+5
|
*
dm: export suspended state to targets
Kiyoshi Ueda
2009-12-10
1
-0
/
+11
|
*
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
2009-12-10
4
-11
/
+16
|
*
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
2009-12-10
1
-2
/
+2
|
*
dm crypt: add plain64 iv
Milan Broz
2009-12-10
1
-0
/
+18
[next]