index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-06
Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm
Linus Torvalds
4
-8
/
+32
2011-09-25
dm crypt: always disable discard_zeroes_data
Milan Broz
2
-0
/
+21
2011-09-25
dm: raid fix write_mostly arg validation
Jonthan Brassow
1
-1
/
+1
2011-09-25
dm table: avoid crash if integrity profile changes
Mike Snitzer
1
-6
/
+7
2011-09-25
dm: flakey fix corrupt_bio_byte error path
Mike Snitzer
1
-1
/
+3
2011-09-21
md: Avoid waking up a thread after it has been freed.
NeilBrown
6
-15
/
+26
2011-09-10
md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.
NeilBrown
1
-2
/
+10
2011-09-10
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
2
-10
/
+17
2011-09-10
md/raid10: unify handling of write completion.
NeilBrown
1
-20
/
+18
2011-08-31
md/raid5: fix a hang on device failure.
NeilBrown
1
-1
/
+1
2011-08-30
md: fix clearing of 'blocked' flag in the presence of bad blocks.
NeilBrown
1
-1
/
+1
2011-08-25
md/linear: avoid corrupting structure while waiting for rcu_free to complete.
NeilBrown
1
-1
/
+1
2011-08-25
md: use REQ_NOIDLE flag in md_super_write()
Namhyung Kim
1
-1
/
+1
2011-08-25
md: ensure changes to 'write-mostly' are reflected in metadata.
NeilBrown
1
-0
/
+5
2011-08-25
md: report failure if a 'set faulty' request doesn't.
NeilBrown
1
-1
/
+6
2011-08-02
dm table: set flush capability based on underlying devices
Mike Snitzer
2
-1
/
+43
2011-08-02
dm crypt: optionally support discard requests
Milan Broz
1
-4
/
+45
2011-08-02
dm raid: add md raid1 support
Jonathan Brassow
1
-10
/
+39
2011-08-02
dm raid: support metadata devices
Jonathan Brassow
2
-18
/
+406
2011-08-02
dm raid: add write_mostly parameter
Jonathan Brassow
1
-1
/
+25
2011-08-02
dm raid: add region_size parameter
Jonathan Brassow
1
-3
/
+79
2011-08-02
dm ioctl: forbid multiple device specifiers
Mikulas Patocka
1
-0
/
+6
2011-08-02
dm ioctl: introduce __get_dev_cell
Mikulas Patocka
1
-17
/
+24
2011-08-02
dm ioctl: fill in device parameters in more ioctls
Mikulas Patocka
1
-27
/
+36
2011-08-02
dm flakey: add corrupt_bio_byte feature
Mike Snitzer
1
-15
/
+140
2011-08-02
dm flakey: add drop_writes
Mike Snitzer
1
-8
/
+55
2011-08-02
dm flakey: support feature args
Mike Snitzer
1
-19
/
+64
2011-08-02
dm flakey: use dm_target_offset and support discards
Mike Snitzer
1
-1
/
+2
2011-08-02
dm table: share target argument parsing functions
Mike Snitzer
3
-112
/
+104
2011-08-02
dm snapshot: skip reading origin when overwriting complete chunk
Mikulas Patocka
2
-3
/
+88
2011-08-02
dm: ignore merge_bvec for snapshots when safe
Mikulas Patocka
3
-2
/
+64
2011-08-02
dm table: clean dm_get_device and move exports
Mike Snitzer
1
-20
/
+13
2011-08-02
dm raid: tidy includes
Alasdair G Kergon
1
-1
/
+2
2011-08-02
dm ioctl: prevent empty message
Alasdair G Kergon
1
-0
/
+5
2011-08-02
dm raid: cleanup parameter handling
Jonathan Brassow
1
-19
/
+23
2011-08-02
dm snapshot: style cleanups
Jonathan Brassow
2
-10
/
+8
2011-08-02
dm snapshot: remove unused definitions
Mikulas Patocka
1
-10
/
+0
2011-08-02
dm kcopyd: remove nr_pages field from job structure
Mikulas Patocka
1
-4
/
+2
2011-08-02
dm kcopyd: remove offset field from job structure
Mikulas Patocka
1
-5
/
+2
2011-08-02
dm: use vzalloc
Joe Perches
3
-7
/
+3
2011-08-02
dm log: userspace use list_move
Kirill A. Shutemov
1
-2
/
+1
2011-08-02
dm log: clean up bit little endian bitops
Akinobu Mita
1
-5
/
+4
2011-08-02
dm table: fix discard support
Mike Snitzer
2
-9
/
+9
2011-08-02
dm: suppress endian warnings
Alasdair G Kergon
3
-43
/
+54
2011-08-02
dm: fix idr leak on module removal
Alasdair G Kergon
1
-2
/
+8
2011-08-02
dm io: flush cpu cache with vmapped io
Mikulas Patocka
1
-2
/
+27
2011-08-02
dm mpath: fix potential NULL pointer in feature arg processing
Mike Snitzer
1
-0
/
+5
2011-08-02
dm snapshot: flush disk cache when merging
Mikulas Patocka
1
-1
/
+1
2011-07-28
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
10
-1369
/
+3060
2011-07-28
md/raid10: handle further errors during fix_read_error better.
NeilBrown
1
-15
/
+44
[next]