aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-224-5/+9
* dm crypt: optionally support discard requestsMilan Broz2014-04-041-4/+45
* dm table: share target argument parsing functionsMike Snitzer2014-04-043-112/+104
* dm: ignore merge_bvec for snapshots when safeMikulas Patocka2014-04-043-2/+64
* dm: suppress endian warningsAlasdair G Kergon2014-04-043-43/+54
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-277-27/+79
|\
| * dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon2013-01-171-0/+8
| * dm: fix deadlock with request based dm and queue request_fn recursionJens Axboe2012-12-031-1/+7
| * dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer2012-10-071-18/+38
| * md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown2012-10-021-3/+6
| * dm raid1: fix crash with mirror recovery and discardMikulas Patocka2012-08-012-2/+5
| * md/raid10: Don't try to recovery unmatched (and unused) chunks.NeilBrown2012-07-161-0/+6
| * md/raid5: Do not add data_offset before call to is_badblockmajianpeng2012-07-161-1/+3
| * raid5: delayed stripe fixShaohua Li2012-07-161-1/+3
| * md: using GFP_NOIO to allocate bio for flush requestShaohua Li2012-06-011-1/+1
| * MD: Add del_timer_sync to mddev_suspend (fix nasty panic)Jonathan Brassow2012-05-211-0/+2
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-189-14/+79
|\ \ | |/
| * md/bitmap: prevent bitmap_daemon_work running while initialising bitmapNeilBrown2012-04-221-0/+2
| * dm exception store: fix init error pathAndrei Warkentin2012-04-021-1/+1
| * dm crypt: add missing error handlingMikulas Patocka2012-04-021-12/+16
| * dm crypt: fix mempool deadlockMikulas Patocka2012-04-021-6/+4
| * md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown2012-04-022-4/+30
| * md/bitmap: ensure to load bitmap when creating via sysfs.NeilBrown2012-04-021-0/+2
| * dm raid: fix flush supportJonathan E Brassow2012-03-121-0/+1
| * dm io: fix discard supportMilan Broz2012-03-121-7/+16
| * dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-253-2/+27
* | samsung update 1codeworkx2012-06-021-19/+28
|/
* md/raid5: fix bug that could result in reads from a failed device.NeilBrown2011-12-211-1/+1
* md/raid5: abort any pending parity operations when array fails.NeilBrown2011-11-211-12/+20
* md/raid5: fix bug that could result in reads from a failed device.NeilBrown2011-11-111-1/+1
* dm table: avoid crash if integrity profile changesMike Snitzer2011-10-161-6/+7
* md: Avoid waking up a thread after it has been freed.NeilBrown2011-10-166-15/+26
* md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown2011-10-031-2/+10
* md/linear: avoid corrupting structure while waiting for rcu_free to complete.NeilBrown2011-10-031-1/+1
* dm: fix idr leak on module removalAlasdair G Kergon2011-08-041-2/+8
* dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer2011-08-041-0/+5
* dm snapshot: flush disk cache when mergingMikulas Patocka2011-08-041-1/+1
* dm io: flush cpu cache with vmapped ioMikulas Patocka2011-08-041-2/+27
* md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown2011-06-281-0/+1
* md/raid5: remove unusual use of bio_iovec_idx()Namhyung Kim2011-06-141-3/+3
* md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim2011-06-141-3/+3
* md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim2011-06-141-1/+1
* md/bitmap: remove unused fields from struct bitmapNamhyung Kim2011-06-092-13/+0
* md/bitmap: use proper accessor macroNamhyung Kim2011-06-091-3/+3
* md: check ->hot_remove_disk when removing diskNamhyung Kim2011-06-091-1/+1
* md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋2011-06-091-0/+2
* MD: use is_power_of_2 macroJonathan Brassow2011-06-091-1/+1
* MD: raid5 do not set fullsyncJonathan Brassow2011-06-091-1/+1
* MD: support initial bitmap creation in-kernelJonathan Brassow2011-06-092-5/+89
* MD: add sync_super to mddev_t structJonathan Brassow2011-06-082-2/+14