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
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
2014-05-31
md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...
NeilBrown
1
-4
/
+13
2014-05-13
dm cache: fix a lock-inversion
Joe Thornber
3
-52
/
+20
2014-05-13
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-05-13
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
2
-55
/
+85
2014-05-13
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
5
-27
/
+16
2014-05-13
dm cache: prevent corruption caused by discard_block_size > cache_block_size
Mike Snitzer
1
-34
/
+3
2014-03-12
dm cache: fix access beyond end of origin device
Heinz Mauelshagen
1
-5
/
+3
2014-03-12
dm cache: fix truncation bug when copying a block to/from >2TB fast device
Heinz Mauelshagen
1
-1
/
+2
2014-03-07
dm space map metadata: fix refcount decrement below 0 which caused corruption
Joe Thornber
1
-21
/
+92
2014-03-05
dm thin: fix noflush suspend IO queueing
Joe Thornber
1
-2
/
+72
2014-03-05
dm thin: fix deadlock in __requeue_bio_list
Joe Thornber
1
-6
/
+7
2014-03-05
dm thin: fix out of data space handling
Joe Thornber
1
-45
/
+102
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
3
-23
/
+101
2014-03-04
dm thin: synchronize the pool mode during suspend
Mike Snitzer
1
-0
/
+6
2014-03-03
dm snapshot: fix metadata corruption
Mikulas Patocka
1
-0
/
+3
2014-03-03
dm: fix Kconfig indentation
Mike Snitzer
2
-10
/
+10
2014-02-28
dm cache mq: fix memory allocation failure for large cache devices
Heinz Mauelshagen
1
-2
/
+2
2014-02-28
dm cache: fix truncation bug when mapping I/O to >2TB fast device
Heinz Mauelshagen
1
-2
/
+3
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
5
-19
/
+37
2014-02-26
dm mpath: fix stalls when handling invalid ioctls
Hannes Reinecke
1
-2
/
+5
2014-02-24
dm thin: fix the error path for the thin device constructor
Mike Snitzer
1
-1
/
+4
2014-02-18
dm raid1: fix immutable biovec related BUG when retrying read bio
Mikulas Patocka
1
-0
/
+3
2014-02-17
dm io: fix I/O to multiple destinations
Mikulas Patocka
1
-12
/
+11
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
3
-1
/
+21
2014-02-17
dm cache: do not add migration to completed list before unhooking bio
Mike Snitzer
1
-2
/
+4
2014-02-17
dm cache: move hook_info into common portion of per_bio_data structure
Mike Snitzer
1
-1
/
+1
2014-02-14
Merge tag 'md/3.14-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-49
/
+54
2014-02-13
md/raid5: Fix CPU hotplug callback registration
Oleg Nesterov
1
-46
/
+44
2014-02-05
md/raid1: restore ability for check and repair to fix read errors.
NeilBrown
1
-3
/
+10
2014-01-30
Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...
Jens Axboe
6
-10
/
+15
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
22
-1755
/
+2213
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
36
-936
/
+569
2014-01-29
bcache: bugfix - gc thread now gets woken when cache is full
Nicholas Swenson
1
-3
/
+3
[next]