Age | Commit message (Expand) | Author |
2008-11-06 | md: linear: Fix a division by zero bug for very small arrays. | Andre Noll |
2008-11-06 | md: fix bug in raid10 recovery. | NeilBrown |
2008-11-06 | md: revert the recent addition of a call to the BLKRRPART ioctl. | NeilBrown |
2008-10-30 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds |
2008-10-30 | dm snapshot: wait for chunks in destructor | Mikulas Patocka |
2008-10-30 | dm snapshot: fix register_snapshot deadlock | Mikulas Patocka |
2008-10-30 | dm raid1: fix do_failures | Ilpo Jarvinen |
2008-10-28 | md: destroy partitions and notify udev when md array is stopped. | NeilBrown |
2008-10-26 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds |
2008-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds |
2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2008-10-23 | [PATCH] dm: kill lookup_device wrapper | Christoph Hellwig |
2008-10-21 | dm: tidy local_init | Kiyoshi Ueda |
2008-10-21 | dm: remove unused flush_all | Kiyoshi Ueda |
2008-10-21 | dm raid1: separate region_hash interface part1 | Heinz Mauelshagen |
2008-10-21 | dm: mark split bio as cloned | Martin K. Petersen |
2008-10-21 | dm crypt: remove waitqueue | Milan Broz |
2008-10-21 | dm crypt: fix async split | Milan Broz |
2008-10-21 | dm crypt: tidy sector | Milan Broz |
2008-10-21 | dm: remove dm header from targets | Mikulas Patocka |
2008-10-21 | dm: publish array_too_big | Mikulas Patocka |
2008-10-21 | dm exception store: fix misordered writes | Mikulas Patocka |
2008-10-21 | dm exception store: refactor zero_area | Alasdair G Kergon |
2008-10-21 | dm snapshot: drop unused last_percent | Mikulas Patocka |
2008-10-21 | dm snapshot: fix primary_pe race | Mikulas Patocka |
2008-10-21 | dm kcopyd: avoid queue shuffle | Kazuo Ito |
2008-10-21 | [PATCH] pass fmode_t to blkdev_put() | Al Viro |
2008-10-21 | [PATCH] switch md | Al Viro |
2008-10-21 | [PATCH] switch dm | Al Viro |
2008-10-21 | [PATCH] beginning of methods conversion | Al Viro |
2008-10-21 | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro |
2008-10-21 | [PATCH] lose unused arguments in dm ioctl callbacks | Al Viro |
2008-10-21 | [PATCH] introduce fmode_t, do annotations | Al Viro |
2008-10-21 | md: allow extended partitions on md devices. | NeilBrown |
2008-10-21 | md: use sysfs_notify_dirent to notify changes to md/dev-xxx/state | NeilBrown |
2008-10-21 | md: use sysfs_notify_dirent to notify changes to md/array_state | NeilBrown |
2008-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2008-10-16 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds |
2008-10-16 | md: fix input truncation in safe_delay_store() | Dan Williams |
2008-10-16 | md: check for memory allocation failure in faulty personality | Sven Wegener |
2008-10-15 | md: build failure due to missing delay.h | Stephen Rothwell |
2008-10-13 | [SCSI] block: separate failfast into multiple bits. | Mike Christie |
2008-10-13 | md: Relax minimum size restrictions on chunk_size. | NeilBrown |
2008-10-13 | md: remove space after function name in declaration and call. | NeilBrown |
2008-10-13 | md: Remove unnecessary #includes, #defines, and function declarations. | NeilBrown |
2008-10-13 | md: Convert remaining 1k representations in linear.c to sectors. | Andre Noll |
2008-10-13 | md: linear.c: Make two local variables sector-based. | Andre Noll |
2008-10-13 | md: linear: Represent dev_info->size and dev_info->offset in sectors. | Andre Noll |
2008-10-13 | md: linear.c: Remove broken debug code. | Andre Noll |
2008-10-13 | md: linear.c: Remove pointless initialization of curr_offset. | Andre Noll |