summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-13/+4
|\
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-021-4/+2
| |\
| * | md: Convert md_trim_bio() to use bio_advance()Kent Overstreet2013-03-231-13/+4
* | | block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
* | | md: bad block list should default to disabled.NeilBrown2013-04-301-6/+3
* | | MD: Export 'md_reap_sync_thread' functionJonathan Brassow2013-04-241-50/+49
* | | md: don't update metadata when stopping a read-only array.NeilBrown2013-04-241-1/+2
* | | md: Allow devices to be re-added to a read-only array.NeilBrown2013-04-241-26/+57
* | | md: HOT_DISK_REMOVE shouldn't make a read-auto device active.NeilBrown2013-04-241-4/+7
* | | md: use common code for all calls to ->hot_remove_disk()NeilBrown2013-04-241-9/+16
* | | md: never update metadata when array is read-only.NeilBrown2013-04-241-0/+5
| |/ |/|
* | MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2013-03-201-4/+2
|/
* md: expedite metadata update when switching read-auto -> activeNeilBrown2013-02-281-1/+11
* md: fix two bugs when attempting to resize RAID0 array.NeilBrown2013-02-261-0/+3
* md: protect against crash upon fsync on ro arraySebastian Riemer2013-02-211-0/+4
* Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds2012-12-181-123/+133
|\
| * md: Use ->curr_resync as last completed request when cleanly aborting resync.majianpeng2012-12-131-2/+8
| * md: Update checkpoint of resync/recovery based on time.majianpeng2012-12-131-0/+5
| * md:Add place to update ->recovery_cp.kernelmail2012-12-131-0/+3
| * md.c: re-indent various 'switch' statements.NeilBrown2012-12-111-119/+110
| * md: close race between removing and adding a device.NeilBrown2012-12-111-0/+6
| * md: removed unused variable in calc_sb_1_csm.NeilBrown2012-12-111-2/+1
* | Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-1/+1
|\ \
| * | wait: add wait_event_lock_irq() interfaceLukas Czerner2012-11-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ | |_|/ |/| |
| * | md: Fix typo in drivers/mdMasanari Iida2012-10-291-1/+1
| |/
* | md: make sure everything is freed when dm-raid stops an array.NeilBrown2012-11-201-2/+14
* | md: Avoid write invalid address if read_seqretry returned true.majianpeng2012-11-201-2/+2
* | md: Reassigned the parameters if read_seqretry returned true in func md_is_ba...majianpeng2012-11-201-3/+4
|/
* Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-131-39/+106
|\
| * md: refine reporting of resync/reshape delays.NeilBrown2012-10-111-7/+18
| * md: make sure manual changes to recovery checkpoint are saved.NeilBrown2012-10-111-0/+2
| * md: writing to sync_action should clear the read-auto state.NeilBrown2012-10-111-0/+7
| * Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-111-3/+4
| * MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2012-10-111-2/+8
| * md: avoid taking the mutex on some ioctls.NeilBrown2012-10-111-23/+62
| * MD: change the parameter of md threadShaohua Li2012-10-111-4/+5
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-41/+3
|\ \ | |/
| * block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-19/+1
| * block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-091-1/+1
| * block: Generalized bio pool freeingKent Overstreet2012-09-091-24/+4
* | md: make sure metadata is updated when spares are activated or removed.NeilBrown2012-09-191-1/+5
|/
* md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown2012-08-161-3/+6
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-54/+5
|\
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-1/+1
| * blk: centralize non-request unplug handling.NeilBrown2012-07-311-51/+5
| * md: remove plug_cnt feature of plugging.NeilBrown2012-07-311-4/+1
* | md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown2012-07-311-6/+2
|/
* md: avoid crash when stopping md array races with closing other open fds.NeilBrown2012-07-191-13/+23
* md: fix bug in handling of new_data_offsetNeilBrown2012-07-191-0/+1
OpenPOWER on IntegriCloud