Age | Commit message (Expand) | Author |
2012-03-22 | Merge tag 'md-3.4' of git://neil.brown.name/md | Linus Torvalds |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds |
2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-03-20 | dm: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-03-20 | md: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-03-19 | md: Add judgement bb->unacked_exist in function md_ack_all_badblocks(). | majianpeng |
2012-03-19 | md: fix clearing of the 'changed' flags for the bad blocks list. | NeilBrown |
2012-03-19 | md/bitmap: discard CHUNK_BLOCK_SHIFT macro | NeilBrown |
2012-03-19 | md/bitmap: remove unnecessary indirection when allocating. | NeilBrown |
2012-03-19 | md/bitmap: remove some pointless locking. | NeilBrown |
2012-03-19 | md/bitmap: change a 'goto' to a normal 'if' construct. | NeilBrown |
2012-03-19 | md/bitmap: move printing of bitmap status to bitmap.c | NeilBrown |
2012-03-19 | md/bitmap: remove some unused noise from bitmap.h | NeilBrown |
2012-03-19 | md/raid10 - support resizing some RAID10 arrays. | NeilBrown |
2012-03-19 | md/raid1: handle merge_bvec_fn in member devices. | NeilBrown |
2012-03-19 | md/raid10: handle merge_bvec_fn in member devices. | NeilBrown |
2012-03-19 | md: add proper merge_bvec handling to RAID0 and Linear. | NeilBrown |
2012-03-19 | md: tidy up rdev_for_each usage. | NeilBrown |
2012-03-19 | md/raid1,raid10: avoid deadlock during resync/recovery. | NeilBrown |
2012-03-19 | md/bitmap: ensure to load bitmap when creating via sysfs. | NeilBrown |
2012-03-19 | md: don't set md arrays to readonly on shutdown. | NeilBrown |
2012-03-19 | md: allow re-add to failed arrays. | NeilBrown |
2012-03-13 | md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read(). | majianpeng |
2012-03-13 | md/raid5: removed unused 'added_devices' variable. | NeilBrown |
2012-03-13 | md/raid10: remove unnecessary smp_mb() from end_sync_write | NeilBrown |
2012-03-13 | md/raid5: make sure reshape_position is cleared on error path. | 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-02-03 | Merge branch 'master' into for-next | Jiri Kosina |
2012-02-03 | dm-bufio.c: there's no need to include linux/version.h | Jesper Juhl |
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 |