summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2009-09-25dm-snapshot-allow-chunk-size-to-be-less-than-page-sizeMikulas Patocka
2009-09-25dm-snapshot-avoid-else-clause-in-persistent_read_metadataJonthan Brassow
2009-09-25dm-ioctl-prefer-strlcpy-over-strncpyRoel Kluin
2009-09-25dm-snapshot-require-non-zero-chunk-size-by-end-of-ctrMikulas Patocka
2009-09-25dm-dec_pending-needs-locking-to-save-error-valueKiyoshi Ueda
2009-09-25dm-add-missing-del_gendisk-to-alloc_dev-error-pathZdenek Kabelac
2009-09-25dm-snapshot-free-exception-store-on-init-failureJonthan Brassow
2009-09-25dm-log-userspace-fix-incorrect-luid-cast-in-userspace_ctrAndrew Morton
2009-09-25dm-log-fix-cn_ulog_callback-declarationJiri Slaby
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-10md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven
2009-09-04dm snapshot: fix on disk chunk size validationMikulas Patocka
2009-09-04dm exception store: split set_chunk_sizeMikulas Patocka
2009-09-04dm snapshot: fix header corruption race on invalidationMikulas Patocka
2009-09-04dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka
2009-09-04dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow
2009-09-04dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow
2009-09-04dm log: remove incorrect field from userspace table outputJonathan Brassow
2009-09-04dm log: fix userspace status outputJonathan Brassow
2009-09-04dm stripe: expose correct io hintsMike Snitzer
2009-09-04dm table: add more context to terse warning messagesMike Snitzer
2009-09-04dm table: fix queue_limit checking device iteratorMikulas Patocka
2009-09-04dm snapshot: implement iterate devicesMike Snitzer
2009-09-04dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda
2009-08-22[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman
2009-08-18Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-08-18Fix new incorrect error return from do_md_stop.NeilBrown
2009-08-16dm-log-userspace: fix printk format warningRandy Dunlap
2009-08-13md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown
2009-08-13md: never advance 'events' counter by more than 1.NeilBrown
2009-08-10Remove deadlock potential in md_openNeilBrown
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown
2009-08-03md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown
2009-08-03md/raid5: set reshape_position correctly when reshape starts.NeilBrown
2009-08-03md: Handle growth of v1.x metadata correctly.NeilBrown
2009-08-03md: avoid array overflow with bad v1.x metadataNeilBrown
2009-08-03md: when a level change reduces the number of devices, remove the excess.NeilBrown
2009-08-03md: Push down data integrity code to personalities.Andre Noll