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.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-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
2012-06-01
md: Avoid OOPS when reshaping raid1 to raid0
Jes Sorensen
2012-06-01
md: using GFP_NOIO to allocate bio for flush request
Shaohua Li
2012-05-21
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
Jonathan Brassow
2012-05-21
dm mpath: check if scsi_dh module already loaded before trying to load
Mike Snitzer
2012-05-07
md/raid5: Fix a bug about judging if the operation is syncing or replacing
majianpeng
2012-04-27
md: fix possible corruption of array metadata on shutdown.
NeilBrown
2012-04-27
md: don't call ->add_disk unless there is good reason.
NeilBrown
2012-04-22
md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
NeilBrown
2012-04-22
md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery.
majianpeng
2012-04-02
dm thin: fix stacked bi_next usage
Joe Thornber
2012-04-02
dm persistent data: fix btree rebalancing after remove
Joe Thornber
2012-04-02
dm exception store: fix init error path
Andrei Warkentin
2012-04-02
dm crypt: add missing error handling
Mikulas Patocka
2012-04-02
dm crypt: fix mempool deadlock
Mikulas Patocka
2012-04-02
md: fix clearing of the 'changed' flags for the bad blocks list.
NeilBrown
2012-04-02
md/raid1,raid10: avoid deadlock during resync/recovery.
NeilBrown
2012-04-02
md: don't set md arrays to readonly on shutdown.
NeilBrown
2012-04-02
md/bitmap: ensure to load bitmap when creating via sysfs.
NeilBrown
2012-03-08
Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...
Linus Torvalds
2012-03-07
dm raid: fix flush support
Jonathan E Brassow
2012-03-07
dm raid: set MD_CHANGE_DEVS when rebuilding
Jonathan E Brassow
2012-03-07
dm thin metadata: decrement counter after removing mapped block
Joe Thornber
2012-03-07
dm thin metadata: unlock superblock in init_pmd error path
Joe Thornber
2012-03-07
dm thin metadata: remove incorrect close_device on creation error paths
Mike Snitzer
2012-03-07
dm flakey: fix crash on read when corrupt_bio_byte not set
Mike Snitzer
2012-03-07
dm io: fix discard support
Milan Broz
2012-03-07
dm ioctl: do not leak argv if target message only contains whitespace
Jesper Juhl
2012-03-05
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
Linus Torvalds
2012-03-06
md/raid10: fix assembling of arrays with replacement devices.
NeilBrown
2012-02-14
md/raid10: fix handling of error on last working device in array.
NeilBrown
2012-02-13
md/raid1: fix buglet in md_raid1_contested.
NeilBrown
2012-02-08
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
Linus Torvalds
2012-02-07
md: two small fixes to handling interrupt resync.
NeilBrown
2012-01-31
Prevent DM RAID from loading bitmap twice.
Jonathan Brassow
2012-01-15
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-01-14
dm: do not forward ioctls from logical volumes to the underlying device
Paolo Bonzini
2012-01-11
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
Linus Torvalds
2012-01-11
block: Introduce blk_set_stacking_limits function
Martin K. Petersen
2012-01-11
md/raid1: perform bad-block tests for WriteMostly devices too.
NeilBrown
2012-01-11
md: notify the 'degraded' sysfs attribute on failure.
NeilBrown
2012-01-08
Merge tag 'md-3.3' of git://neil.brown.name/md
Linus Torvalds
2012-01-03
fs: move code out of buffer.c
Al Viro
2011-12-23
md/raid1: Mark device want_replacement when we see a write error.
NeilBrown
2011-12-23
md/raid1: If there is a spare and a want_replacement device, start replacement.
NeilBrown
2011-12-23
md/raid1: recognise replacements when assembling arrays.
NeilBrown
2011-12-23
md/raid1: handle activation of replacement device when recovery completes.
NeilBrown
2011-12-23
md/raid1: Allow a failed replacement device to be removed.
NeilBrown
2011-12-23
md/raid1: Allocate spare to store replacement devices and their bios.
NeilBrown
2011-12-23
md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.
NeilBrown
2011-12-23
md/raid10: If there is a spare and a want_replacement device, start replacement.
NeilBrown
[next]