index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2011-10-23
dm kcopyd: fix job_pool leak
Alasdair G Kergon
-0
/
+1
2011-10-06
Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm
Linus Torvalds
-8
/
+32
2011-09-25
dm crypt: always disable discard_zeroes_data
Milan Broz
-0
/
+21
2011-09-25
dm: raid fix write_mostly arg validation
Jonthan Brassow
-1
/
+1
2011-09-25
dm table: avoid crash if integrity profile changes
Mike Snitzer
-6
/
+7
2011-09-25
dm: flakey fix corrupt_bio_byte error path
Mike Snitzer
-1
/
+3
2011-09-21
md: Avoid waking up a thread after it has been freed.
NeilBrown
-15
/
+26
2011-09-10
md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.
NeilBrown
-2
/
+10
2011-09-10
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
-10
/
+17
2011-09-10
md/raid10: unify handling of write completion.
NeilBrown
-20
/
+18
2011-08-31
md/raid5: fix a hang on device failure.
NeilBrown
-1
/
+1
2011-08-30
md: fix clearing of 'blocked' flag in the presence of bad blocks.
NeilBrown
-1
/
+1
2011-08-25
md/linear: avoid corrupting structure while waiting for rcu_free to complete.
NeilBrown
-1
/
+1
2011-08-25
md: use REQ_NOIDLE flag in md_super_write()
Namhyung Kim
-1
/
+1
2011-08-25
md: ensure changes to 'write-mostly' are reflected in metadata.
NeilBrown
-0
/
+5
2011-08-25
md: report failure if a 'set faulty' request doesn't.
NeilBrown
-1
/
+6
2011-08-02
dm table: set flush capability based on underlying devices
Mike Snitzer
-1
/
+43
2011-08-02
dm crypt: optionally support discard requests
Milan Broz
-4
/
+45
2011-08-02
dm raid: add md raid1 support
Jonathan Brassow
-10
/
+39
2011-08-02
dm raid: support metadata devices
Jonathan Brassow
-18
/
+406
2011-08-02
dm raid: add write_mostly parameter
Jonathan Brassow
-1
/
+25
2011-08-02
dm raid: add region_size parameter
Jonathan Brassow
-3
/
+79
2011-08-02
dm ioctl: forbid multiple device specifiers
Mikulas Patocka
-0
/
+6
2011-08-02
dm ioctl: introduce __get_dev_cell
Mikulas Patocka
-17
/
+24
2011-08-02
dm ioctl: fill in device parameters in more ioctls
Mikulas Patocka
-27
/
+36
2011-08-02
dm flakey: add corrupt_bio_byte feature
Mike Snitzer
-15
/
+140
2011-08-02
dm flakey: add drop_writes
Mike Snitzer
-8
/
+55
2011-08-02
dm flakey: support feature args
Mike Snitzer
-19
/
+64
2011-08-02
dm flakey: use dm_target_offset and support discards
Mike Snitzer
-1
/
+2
2011-08-02
dm table: share target argument parsing functions
Mike Snitzer
-112
/
+104
2011-08-02
dm snapshot: skip reading origin when overwriting complete chunk
Mikulas Patocka
-3
/
+88
2011-08-02
dm: ignore merge_bvec for snapshots when safe
Mikulas Patocka
-2
/
+64
2011-08-02
dm table: clean dm_get_device and move exports
Mike Snitzer
-20
/
+13
2011-08-02
dm raid: tidy includes
Alasdair G Kergon
-1
/
+2
2011-08-02
dm ioctl: prevent empty message
Alasdair G Kergon
-0
/
+5
2011-08-02
dm raid: cleanup parameter handling
Jonathan Brassow
-19
/
+23
2011-08-02
dm snapshot: style cleanups
Jonathan Brassow
-10
/
+8
2011-08-02
dm snapshot: remove unused definitions
Mikulas Patocka
-10
/
+0
2011-08-02
dm kcopyd: remove nr_pages field from job structure
Mikulas Patocka
-4
/
+2
2011-08-02
dm kcopyd: remove offset field from job structure
Mikulas Patocka
-5
/
+2
2011-08-02
dm: use vzalloc
Joe Perches
-7
/
+3
2011-08-02
dm log: userspace use list_move
Kirill A. Shutemov
-2
/
+1
2011-08-02
dm log: clean up bit little endian bitops
Akinobu Mita
-5
/
+4
2011-08-02
dm table: fix discard support
Mike Snitzer
-9
/
+9
2011-08-02
dm: suppress endian warnings
Alasdair G Kergon
-43
/
+54
2011-08-02
dm: fix idr leak on module removal
Alasdair G Kergon
-2
/
+8
2011-08-02
dm io: flush cpu cache with vmapped io
Mikulas Patocka
-2
/
+27
2011-08-02
dm mpath: fix potential NULL pointer in feature arg processing
Mike Snitzer
-0
/
+5
2011-08-02
dm snapshot: flush disk cache when merging
Mikulas Patocka
-1
/
+1
2011-07-28
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
-1369
/
+3060
[next]