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
2015-01-08
dm thin: fix missing out-of-data-space to write mode transition if blocks are...
Joe Thornber
1
-2
/
+20
2015-01-08
dm thin: fix inability to discard blocks when in out-of-data-space mode
Joe Thornber
1
-1
/
+1
2015-01-08
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
Dan Carpenter
1
-1
/
+3
2015-01-08
dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
Joe Thornber
1
-3
/
+7
2015-01-08
dm cache: only use overwrite optimisation for promotion when in writeback mode
Joe Thornber
1
-1
/
+2
2015-01-08
dm crypt: use memzero_explicit for on-stack buffer
Milan Broz
1
-1
/
+1
2015-01-08
dm bufio: fix memleak when using a dm_buffer's inline bio
Darrick J. Wong
1
-1
/
+19
2015-01-08
md/bitmap: always wait for writes on unplug.
NeilBrown
1
-10
/
+6
2014-11-21
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
1
-0
/
+4
2014-11-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-11-21
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
3
-15
/
+17
2014-11-21
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-6
/
+6
2014-11-21
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
1
-4
/
+12
2014-11-14
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-11-14
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
1
-2
/
+2
2014-11-14
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-10-09
md/raid5: disable 'DISCARD' by default due to safety concerns.
NeilBrown
1
-1
/
+17
2014-10-05
md/raid1: intialise start_next_window for READ case to avoid hang
NeilBrown
1
-0
/
+1
2014-10-05
md/raid1: fix_read_error should act on all non-faulty devices.
NeilBrown
1
-2
/
+2
2014-10-05
md/raid1: count resync requests in nr_pending.
NeilBrown
1
-0
/
+2
2014-10-05
md/raid1: update next_resync under resync_lock.
NeilBrown
1
-3
/
+3
2014-10-05
md/raid1: Don't use next_resync to determine how far resync has progressed
NeilBrown
1
-7
/
+5
2014-10-05
md/raid1: make sure resync waits for conflicting writes to complete.
NeilBrown
1
-2
/
+4
2014-10-05
md/raid1: be more cautious where we read-balance during resync.
NeilBrown
1
-5
/
+1
2014-10-05
md/raid1: clean up request counts properly in close_sync()
NeilBrown
1
-0
/
+5
2014-10-05
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
1
-4
/
+16
2014-10-05
dm cache: fix race causing dirty blocks to be marked as clean
Anssi Hannula
1
-2
/
+2
2014-09-17
md/raid10: Fix memory leak when raid10 reshape completes.
NeilBrown
1
-0
/
+1
2014-09-17
md/raid10: fix memory leak when reshaping a RAID10.
NeilBrown
1
-1
/
+1
2014-09-17
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
1
-0
/
+2
2014-09-17
md/raid1,raid10: always abort recover on write error.
NeilBrown
2
-10
/
+9
2014-08-07
dm cache: fix race affecting dirty block count
Anssi Hannula
1
-7
/
+6
2014-08-07
dm bufio: fully initialize shrinker
Greg Thelen
1
-1
/
+1
2014-07-28
dm cache metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-28
dm thin metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-17
dm: allocate a special workqueue for deferred device removal
Mikulas Patocka
1
-2
/
+13
2014-07-17
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
1
-14
/
+8
2014-07-09
md: flush writes before starting a recovery.
NeilBrown
1
-0
/
+13
2014-07-09
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
1
-1
/
+2
2014-06-11
md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
NeilBrown
1
-0
/
+1
2014-06-11
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
NeilBrown
1
-1
/
+3
2014-06-11
dm cache: always split discards on cache block boundaries
Heinz Mauelshagen
1
-0
/
+2
2014-06-11
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
1
-3
/
+9
2014-06-07
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
1
-0
/
+21
2014-06-07
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
1
-1
/
+1
2014-06-07
dm crypt: fix cpu hotplug crash by removing per-cpu structure
Mikulas Patocka
1
-49
/
+12
2014-06-07
md: avoid possible spinning md thread at shutdown.
NeilBrown
1
-1
/
+2
2014-06-07
md/raid10: call wait_barrier() for each request submitted.
NeilBrown
1
-6
/
+7
2014-06-07
dm cache: fix writethrough mode quiescing in cache_map
Mike Snitzer
1
-0
/
+1
2014-06-07
dm verity: fix biovecs hash calculation regression
Milan Broz
1
-6
/
+9
[next]