index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2007-08-23
md: avoid possible BUG_ON in md bitmap handling
Neil Brown
2007-08-23
md: fix a few problems with the interface (sysfs and ioctl) to md
Neil Brown
2007-08-23
md: assorted md and raid1 one-liners
Neil Brown
2007-08-23
md: fix some small races in bitmap plugging in raid5
Neil Brown
2007-08-23
md: fix a plug/unplug race in raid5
Neil Brown
2007-08-23
md: fix resync speed calculation for restarted resyncs
Neil Brown
2007-08-23
md: Allow re-add to work on array without bitmaps
Neil Brown
2007-08-12
md/bitmap: tidy up i_writecount handling in md/bitmap
Neil Brown
2007-08-12
md/bitmap: remove dead code from md/bitmap
Neil Brown
2007-08-12
md/bitmap: remove unnecessary page reference manipulations from md/bitmap code
Neil Brown
2007-08-12
md/bitmap: use set_bit etc for bitmap page attributes
Neil Brown
2007-08-12
md/bitmap: cleaner separation of page attribute handlers in md/bitmap
Neil Brown
2007-08-12
md/bitmap: fix online removal of file-backed bitmaps
Neil Brown
2007-08-12
md: Don't clear bits in bitmap when writing to one device fails during recovery
Neil Brown
2007-08-12
md: Add '4' to the list of levels for which bitmaps are supported
Neil Brown
2007-03-26
md: fix /proc/mdstat refcounting
Akinbou Mita
2007-03-26
fix read past end of array in md/linear.c
Andy Isaacson
2007-03-26
md: pass down BIO_RW_SYNC in raid{1,10}
Lars Ellenberg
2007-03-26
md: Fix bug where spares don't always get rebuilt properly when they become live
Neil Brown
2007-03-26
MD: Fix problem where hot-added drives are not resynced.
Neil Brown
2007-02-03
Make 'repair' actually work for raid1.
Neil Brown
2006-12-15
md: Fix md grow/size code to correctly find the maximum available space
Neil Brown
2006-12-15
dm crypt: Fix data corruption with dm-crypt over RAID5
Christophe Saout
2006-12-14
dm snapshot: fix metadata writing when suspending
Mark McLoughlin
2006-12-14
dm: Fix deadlock under high i/o load in raid1 setup.
Daniel Kobras
2006-12-14
dm: mirror sector offset fix
Neil Brown
2006-12-14
dm: add module ref counting
Jeff Mahoney
2006-12-14
dm snapshot: unify chunk_size
Alasdair G Kergon
2006-12-14
dm: BUG/OOPS fix
Michal Miroslaw
2006-11-08
drivers/md/md.c: update START_ARRAY printk
Adrian Bunk
2006-08-26
Fix a potential NULL dereference in md/raid1
Neil Brown
2006-05-20
[PATCH] md: Avoid oops when attempting to fix read errors on raid10
NeilBrown
2006-05-01
[PATCH] dm flush queue EINTR
Jun'ichi Nomura
2006-05-01
[PATCH] dm snapshot: fix kcopyd destructor
Alasdair G Kergon
2006-03-27
[PATCH] dm: bio split bvec fix
Alasdair G Kergon
2006-03-17
[PATCH] dm stripe: Fix bounds
Kevin Corry
2006-03-09
[PATCH] md: Fix several raid1 bugs which cause a memory leak
NeilBrown
2006-02-24
[PATCH] dm: free minor after unlink gendisk
Jun'ichi Nomura
2006-02-24
[PATCH] dm: missing bdput/thaw_bdev at removal
Jun'ichi Nomura
2006-02-03
[PATCH] md: Make sure rdev->size gets set for version-1 superblocks
NeilBrown
2006-02-03
[PATCH] md: Assorted little md fixes
NeilBrown
2006-02-03
[PATCH] md: Handle overflow of mdu_array_info_t->size better
NeilBrown
2006-02-02
[PATCH] device-mapper log bitset: fix big endian find_next_zero_bit
Stefan Bader
2006-02-02
[PATCH] md: Add sysfs access to raid6 stripe cache size
NeilBrown
2006-02-02
[PATCH] md: Don't remove bitmap from md array when switching to read-only
NeilBrown
2006-02-02
[PATCH] md: Make sure array geometry changes persist with version-1 superblocks
NeilBrown
2006-02-02
[PATCH] md: Fix device-size updates in md
NeilBrown
2006-02-01
[PATCH] dm: dm-table warning fix
Alasdair G Kergon
2006-02-01
[PATCH] device-mapper snapshot: barriers not supported
Alasdair G Kergon
2006-02-01
[PATCH] device-mapper disk statistics: timing
Jun'ichi "Nick" Nomura
[next]