aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* dm crypt: wait for endio to complete before destructionMilan Broz2009-03-16
* dm crypt: fix kcryptd_async_done parameterHuang Ying2009-03-16
* dm io: respect BIO_MAX_PAGES limitMikulas Patocka2009-03-16
* dm table: rework reference counting fixMikulas Patocka2009-03-16
* dm ioctl: validate name length when renamingMilan Broz2009-03-16
* md: fix deadlock when stopping arraysDan Williams2009-03-04
* md: avoid races when stopping resync.NeilBrown2009-02-24
* md/raid10: Don't call bitmap_cond_end_sync when we are doing recovery.NeilBrown2009-02-24
* md/raid10: Don't skip more than 1 bitmap-chunk at a time during recovery.NeilBrown2009-02-24
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-18
* md: Ensure an md array never has too many devices.NeilBrown2009-02-06
* md: Fix a bug in linear.c causing which_dev() to return the wrong device.Andre Noll2009-02-05
* md: Allow read error in a single drive raid1 to be passed up.NeilBrown2009-02-05
* md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-08
* md: Allow md devices to be created by name.NeilBrown2009-01-08
* md: make devices disappear when they are no longer needed.NeilBrown2009-01-08
* md: centralise all freeing of an 'mddev' in 'md_free'NeilBrown2009-01-08
* md: move allocation of ->queue from mddev_find to md_probeNeilBrown2009-01-08
* md: need another print_sb for mdp_superblock_1Cheng Renquan2009-01-08
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-08
* md: raid0: make hash_spacing and preshift sector-based.Andre Noll2009-01-08
* md: raid0: Represent the size of strip zones in sectors.Andre Noll2009-01-08
* md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.Andre Noll2009-01-08
* md: raid0 create_strip_zones(): Make two local variables sector-based.Andre Noll2009-01-08
* md: raid0: Represent zone->zone_offset in sectors.Andre Noll2009-01-08
* md: raid0: Represent device offset in sectors.Andre Noll2009-01-08
* md: raid0_make_request(): Replace local variable block by sector.Andre Noll2009-01-08
* md: raid0_make_request(): Remove local variable chunk_size.Andre Noll2009-01-08
* md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.Andre Noll2009-01-08
* md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-08
* md: fix bitmap-on-external-file bug.NeilBrown2009-01-08
* dm snapshot: extend exception store functionsJonathan Brassow2009-01-05
* dm snapshot: split out exception store implementationsAlasdair G Kergon2009-01-05
* dm snapshot: rename struct exception_storeJonathan Brassow2009-01-05
* dm snapshot: separate out exception store interfaceJonathan Brassow2009-01-05
* dm mpath: move trigger_event to system workqueueAlasdair G Kergon2009-01-05
* dm: add name and uuid to sysfsMilan Broz2009-01-05
* dm table: rework reference countingMikulas Patocka2009-01-05
* dm: support barriers on simple devicesAndi Kleen2009-01-05
* dm request: add cachesKiyoshi Ueda2009-01-05
* dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz2009-01-05
* dm log: ensure log bitmap fits on log deviceMilan Broz2009-01-05
* dm log: move region_size validationMilan Broz2009-01-05
* dm log: avoid reinitialising io_req on every operationTakahiro Yasui2009-01-05
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-05
* dm raid1: fix error countJonathan Brassow2009-01-05
* dm log: fix dm_io_client leak on error pathsTakahiro Yasui2009-01-05
* dm snapshot: change yield to msleepMikulas Patocka2009-01-05
* dm table: drop reference at unbindMikulas Patocka2009-01-05
* bio: allow individual slabs in the bio_setJens Axboe2008-12-29