index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-14
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb
NeilBrown
1
-1
/
+1
2009-12-14
md: support updating bitmap parameters via sysfs.
NeilBrown
3
-2
/
+211
2009-12-14
md: factor out parsing of fixed-point numbers
NeilBrown
2
-23
/
+44
2009-12-14
md: support bitmap offset appropriate for external-metadata arrays.
NeilBrown
2
-5
/
+15
2009-12-14
md: remove needless setting of thread->timeout in raid10_quiesce
NeilBrown
2
-7
/
+1
2009-12-14
md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.
NeilBrown
2
-8
/
+8
2009-12-14
md: move offset, daemon_sleep and chunksize out of bitmap structure
NeilBrown
6
-32
/
+40
2009-12-14
md: collect bitmap-specific fields into one structure.
NeilBrown
3
-56
/
+63
2009-12-14
md/raid1: add takeover support for raid5->raid1
NeilBrown
2
-76
/
+120
2009-12-14
md: add honouring of suspend_{lo,hi} to raid1.
NeilBrown
1
-0
/
+22
2009-12-14
md/raid5: don't complete make_request on barrier until writes are scheduled
NeilBrown
1
-12
/
+39
2009-12-14
md: support barrier requests on all personalities.
NeilBrown
7
-7
/
+126
2009-12-14
md: don't reset curr_resync_completed after an interrupted resync
NeilBrown
1
-1
/
+3
2009-12-14
md: adjust resync_min usefully when resync aborts.
NeilBrown
1
-3
/
+7
2009-12-14
md: remove sparse warning:symbol XXX was not declared.
NeilBrown
1
-19
/
+0
2009-12-14
md/raid5: remove some sparse warnings.
NeilBrown
1
-2
/
+1
2009-12-14
md/bitmap: protect against bitmap removal while being updated.
NeilBrown
4
-8
/
+22
2009-12-10
dm snapshot: use merge origin if snapshot invalid
Mikulas Patocka
1
-5
/
+4
2009-12-10
dm snapshot: report merge failure in status
Mike Snitzer
1
-2
/
+28
2009-12-10
dm snapshot: merge consecutive chunks together
Mike Snitzer
1
-10
/
+21
2009-12-10
dm snapshot: trigger exceptions in remaining snapshots during merge
Mikulas Patocka
1
-0
/
+83
2009-12-10
dm snapshot: delay merging a chunk until writes to it complete
Mikulas Patocka
1
-1
/
+5
2009-12-10
dm snapshot: queue writes to chunks being merged
Mikulas Patocka
1
-13
/
+78
2009-12-10
dm snapshot: add merging
Mikulas Patocka
2
-6
/
+244
2009-12-10
dm snapshot: permit only one merge at once
Mikulas Patocka
1
-6
/
+27
2009-12-10
dm snapshot: support barriers in snapshot merge target
Mike Snitzer
1
-3
/
+18
2009-12-10
dm snapshot: avoid allocating exceptions in merge
Mikulas Patocka
1
-1
/
+56
2009-12-10
dm snapshot: rework writing to origin
Mikulas Patocka
1
-106
/
+49
2009-12-10
dm snapshot: add merge target
Mikulas Patocka
1
-12
/
+41
2009-12-10
dm exception store: add merge specific methods
Mikulas Patocka
2
-2
/
+129
2009-12-10
dm snapshot: create function for chunk_is_tracked wait
Mike Snitzer
1
-6
/
+12
2009-12-10
dm snapshot: make bio optional in __origin_write
Mikulas Patocka
1
-5
/
+18
2009-12-10
dm mpath: reject messages when device is suspended
Kiyoshi Ueda
1
-0
/
+5
2009-12-10
dm: export suspended state to targets
Kiyoshi Ueda
1
-0
/
+11
2009-12-10
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
4
-11
/
+16
2009-12-10
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
1
-2
/
+2
2009-12-10
dm crypt: add plain64 iv
Milan Broz
1
-0
/
+18
2009-12-10
dm: trace request based remapping
Jun'ichi Nomura
1
-0
/
+2
2009-12-10
dm snapshot: allow live exception store handover between tables
Mike Snitzer
1
-27
/
+236
2009-12-10
dm: keep old table until after resume succeeded
Alasdair G Kergon
2
-21
/
+23
2009-12-10
dm: bind new table before destroying old
Alasdair G Kergon
2
-5
/
+14
2009-12-10
dm ioctl: retrieve status from inactive table
Mike Snitzer
1
-13
/
+57
2009-12-10
dm io: handle empty barriers
Mikulas Patocka
1
-3
/
+7
2009-12-10
dm mpath: prevent io from work queue while suspended
Mike Anderson
1
-0
/
+12
2009-12-10
dm mpath: add mutex to synchronize adding and flushing work
Mike Anderson
1
-21
/
+38
2009-12-10
dm ioctl: forbid messages to devices being deleted
Mike Anderson
1
-0
/
+6
2009-12-10
dm: add dm_deleting_md function
Mike Anderson
2
-2
/
+12
2009-12-10
dm mpath: flush workqueues before suspend completes
Kiyoshi Ueda
1
-4
/
+15
2009-12-10
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
2
-19
/
+19
2009-12-10
dm: add request based barrier support
Kiyoshi Ueda
1
-18
/
+196
[prev]
[next]