aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2015-03-26Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-10/+16
2015-03-23dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer1-10/+16
2015-03-22Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2-3/+2
2015-03-21Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds4-26/+141
2015-03-21md: fix problems with freeing private data after ->run failure.NeilBrown2-3/+2
2015-02-27dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2-6/+42
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka2-9/+86
2015-02-27dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-02-27dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber1-11/+0
2015-02-25md: mark some attributes as pre-allocNeilBrown1-6/+8
2015-02-25raid5: check faulty flag for array status during recovery.Eric Mei1-4/+9
2015-02-25md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-02-21Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-187/+255
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-3/+3
2015-02-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-02-18dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-02-17Merge tag 'md/3.20-fixes' of git://neil.brown.name/mdLinus Torvalds3-3/+6
2015-02-18md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown1-1/+2
2015-02-16dm crypt: sort writesMikulas Patocka1-15/+36
2015-02-16dm crypt: add 'submit_from_crypt_cpus' optionMikulas Patocka1-2/+14
2015-02-16dm crypt: offload writes to threadMikulas Patocka1-20/+94
2015-02-16dm crypt: remove unused io_pool and _crypt_io_poolMikulas Patocka1-22/+2
2015-02-16dm crypt: avoid deadlock in mempoolsMikulas Patocka1-5/+36
2015-02-16dm crypt: don't allocate pages for a partial requestMikulas Patocka1-109/+30
2015-02-16dm crypt: use unbound workqueue for request processingMikulas Patocka1-15/+34
2015-02-16md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown1-1/+2
2015-02-16md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey1-1/+2
2015-02-13dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-02-13dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-02-13dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer1-1/+3
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-193/+407
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds14-606/+858
2015-02-12md/raid10: fix conversion from RAID0 to RAID10NeilBrown1-3/+9
2015-02-11dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch1-0/+13
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-02-09dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring1-10/+4
2015-02-09dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn1-9/+15
2015-02-09dm thin metadata: remove unused dm_pool_get_data_block_size()Rickard Strandqvist2-11/+0
2015-02-09dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi1-2/+2
2015-02-09dm crypt: update url in CONFIG_DM_CRYPT help textLoic Pefferkorn1-3/+2
2015-02-09dm bufio: fix time comparison to use time_after_eq()Asaf Vertz1-1/+2
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling3-6/+9
2015-02-09dm raid: fix a couple integer overflowsDan Carpenter1-9/+7
2015-02-09dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer2-16/+22
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer5-46/+176
2015-02-09dm: prepare for allocating blk-mq clone requests in targetKeith Busch1-68/+66
2015-02-09dm: submit stacked requests in irq enabled contextKeith Busch2-18/+46
2015-02-09dm: split request structure out from dm_rq_target_io structureMike Snitzer1-9/+61
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer1-6/+3
2015-02-09dm: fix multipath regression due to initializing wrong requestMike Snitzer1-1/+1
2015-02-06md: wakeup thread upon rdev_dec_pending()Hannes Reinecke1-7/+10
2015-02-06md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown2-164/+316
2015-02-06md: move mddev_lock and related to md.hNeilBrown2-24/+26
2015-02-06md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2-13/+47
2015-02-06md: minor cleanup in safe_delay_store.NeilBrown1-5/+7
2015-02-06md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2-26/+33
2015-02-06md: tidy up set_bitmap_fileNeilBrown1-7/+9
2015-02-06md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown1-8/+4
2015-02-06md: remove mddev_lock from rdev_attr_show()NeilBrown1-22/+14
2015-02-06md: remove mddev_lock() from md_attr_show()NeilBrown2-16/+20
2015-02-06md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown1-16/+28
2015-02-06md: remove need for mddev_lock() in md_seq_show()NeilBrown1-5/+3
2015-02-06md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown2-0/+3
2015-02-03Merge tag 'md/3.19-fixes' of git://neil.brown.name/mdLinus Torvalds2-0/+18
2015-02-04md: protect ->pers changes with mddev->lockNeilBrown2-21/+35
2015-02-04md: level_store: group all important changes into one place.NeilBrown1-30/+32
2015-02-04md: rename ->stop to ->freeNeilBrown9-50/+35
2015-02-04md: split detach operation out from ->stop.NeilBrown7-32/+29
2015-02-04md/linear: remove rcu protections in favour of suspend/resumeNeilBrown1-30/+14
2015-02-04md: make merge_bvec_fn more robust in face of personality changes.NeilBrown7-20/+42
2015-02-04md: make ->congested robust against personality changes.NeilBrown12-77/+38
2015-02-04md: rename mddev->write_lock to mddev->lockNeilBrown2-19/+25
2015-02-04md/raid5: need_this_block: tidy/fix last condition.NeilBrown1-10/+32
2015-02-04md/raid5: need_this_block: start simplifying the last two conditions.NeilBrown1-5/+23
2015-02-04md/raid5: separate out the easy conditions in need_this_block.NeilBrown1-9/+29
2015-02-04md/raid5: separate large if clause out of fetch_block().NeilBrown1-4/+15
2015-02-04md: do_release_stripe(): No need to call md_wakeup_thread() twiceJes Sorensen1-5/+2
2015-02-02md/bitmap: fix a might_sleep() warning.NeilBrown1-0/+13
2015-02-02md/raid5: fix another livelock caused by non-aligned writes.NeilBrown1-0/+5
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch1-0/+1
2015-01-28dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-28dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-01-24dm: fix handling of multiple internal suspendsMikulas Patocka1-2/+7
2015-01-23dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-23dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2-3/+3
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-12-17dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen1-1/+1
2014-12-17dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne1-3/+2
2014-12-17dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber1-2/+20
2014-12-17dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2014-12-14Merge tag 'md/3.19' of git://neil.brown.name/mdLinus Torvalds2-13/+32
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-32/+10
2014-12-11md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.NeilBrown1-10/+26
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-569/+1610
2014-12-03md: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-12-03md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown1-2/+5
2014-12-02dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2014-12-02dm space map metadata: fix sm_bootstrap_get_count()Joe Thornber1-1/+3
2014-12-01dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2014-12-01dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2014-12-01dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber1-2/+2
2014-12-01dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2014-12-01dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2014-12-01dm cache: discard block size must be a multiple of cache block sizeJoe Thornber1-6/+3
2014-12-01dm cache: fix a harmless race when working out if a block is discardedJoe Thornber1-2/+4
2014-12-01dm cache: when reloading a discard bitset allow for a different discard block...Joe Thornber1-7/+87
2014-12-01dm cache: fix some issues with the new discard range supportJoe Thornber1-3/+3
2014-12-01dm array: if resizing the array is a noop set the new root to the old oneJoe Thornber1-1/+3
2014-11-24md: use generic io stats accounting functions to simplify io stat accountingGu Zheng2-15/+4
2014-11-24md/bcache: use generic io stats accounting functions to simplify io stat acco...Gu Zheng1-17/+6
2014-11-23dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet1-5/+5
2014-11-21dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer1-14/+7
2014-11-19dm thin: suspend/resume active thin devices when reloading thin-poolMike Snitzer1-2/+38
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer4-58/+187
2014-11-19dm thin: do not allow thin device activation while pool is suspendedMike Snitzer1-10/+45
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer3-9/+38
2014-11-19dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer1-2/+3
2014-11-16Merge tag 'md/3.18-fix' of git://neil.brown.name/mdLinus Torvalds1-0/+4
2014-11-17md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown1-0/+4
2014-11-13Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds7-31/+50
2014-11-12dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer1-1/+0
2014-11-12dm thin: fix a race in thin_dtrMikulas Patocka1-3/+3
2014-11-12dm cache: emit a warning message if there are a lot of cache blocksJoe Thornber1-3/+16
2014-11-10dm cache: improve discard supportJoe Thornber1-45/+121
2014-11-10dm cache: revert "prevent corruption caused by discard_block_size > cache_blo...Joe Thornber1-3/+34
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber4-46/+77
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber4-9/+16
2014-11-10dm cache policy mq: simplify ability to promote sequential IO to the cacheMike Snitzer1-3/+4
2014-11-10dm cache policy mq: tweak algorithm that decides when to promote a blockJoe Thornber1-25/+50
2014-11-10dm: do not call dm_sync_table() when creating new devicesHannes Reinecke1-3/+6
2014-11-10dm: sparse: Annotate field with __rcu for checkingPranith Kumar1-1/+1
2014-11-10dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar1-4/+4
2014-11-10dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer1-20/+23
2014-11-10dm thin: optimize retry_bios_on_resumeMike Snitzer1-7/+2
2014-11-10dm thin: sort the deferred cellsJoe Thornber1-20/+68
2014-11-10dm thin: direct dispatch when breaking sharingJoe Thornber1-13/+57
2014-11-10dm thin: remap the bios in a cell immediatelyJoe Thornber3-29/+83
2014-11-10dm thin: defer whole cells rather than individual biosJoe Thornber2-47/+208
2014-11-10dm thin: factor out remap_and_issue_overwriteMike Snitzer1-18/+20
2014-11-10dm thin: performance improvement to discard processingJoe Thornber1-7/+3
2014-11-10dm thin: implement thin_mergeMike Snitzer1-2/+18
2014-11-10dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer1-6/+6
2014-11-10dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer1-3/+31
2014-11-10dm thin: throttle incoming IOJoe Thornber1-1/+65
2014-11-10dm thin: prefetch missing metadata pagesJoe Thornber3-4/+16
2014-11-10dm transaction manager: add support for prefetching blocks of metadataJoe Thornber2-2/+82
2014-11-10dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...Joe Thornber2-19/+15
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber4-106/+79
2014-11-10dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber1-34/+75
2014-11-10dm bufio: switch from a huge hash table to an rbtreeJoe Thornber1-43/+54
2014-11-10dm btree: fix a recursion depth bug in btree walking codeJoe Thornber3-15/+17
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber1-4/+12
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen1-1/+5
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen1-4/+7
2014-10-18Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds8-87/+236
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-18Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds11-526/+260
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka1-6/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-14crypto, dm: LLVMLinux: Remove VLAIS usage from dm-cryptJan-Simon Möller1-20/+14
2014-10-14md: move EXPORT_SYMBOL to after function in md.cNeilBrown1-12/+11
2014-10-14md: discard PRINT_RAID_DEBUG ioctlNeilBrown1-138/+0
2014-10-14md: remove MD_BUG()NeilBrown1-46/+12
2014-10-14md: clean up 'exit' labels in md_ioctl().NeilBrown1-41/+35
2014-10-14md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown1-4/+1
2014-10-14md: don't allow "-sync" to be set for device in an active array.NeilBrown1-4/+6
2014-10-14md: remove unwanted white space from md.cNeilBrown10-191/+114
2014-10-14md: don't start resync thread directly from md thread.NeilBrown1-23/+36
2014-10-14md: Just use RCU when checking for overlap between arrays.NeilBrown1-8/+7
2014-10-14md: avoid potential long delay under pers_lockChao Yu1-1/+2
2014-10-14md: simplify export_array()NeilBrown1-8/+4
2014-10-14md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown1-14/+8
2014-10-14md: use wait_event() to simplify md_super_wait()NeilBrown1-8/+1
2014-10-14md: be more relaxed about stopping an array which isn't started.NeilBrown1-3/+3
2014-10-14md/raid1: process_checks doesn't use its return value.NeilBrown1-4/+3
2014-10-14md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen1-3/+1
2014-10-14md/raid10: another memory leak due to reshape.NeilBrown1-1/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-10-10dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar1-1/+3
2014-10-09md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown3-5/+5
2014-10-09md/raid1: minor typos and reformatting.NeilBrown1-7/+7
2014-10-09md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2014-10-05dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov1-1/+1
2014-10-05dm bufio: when done scanning return from __scan immediatelyMikulas Patocka1-2/+2
2014-10-05dm bufio: update last_accessed when relinking a bufferJoe Thornber1-0/+1
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen1-4/+34
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen1-2/+28
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski4-70/+165
2014-10-05dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski1-1/+3
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura1-1/+1
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura1-10/+5
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-09-24Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds1-18/+22
2014-09-22md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown1-2/+2
2014-09-22md/raid1: count resync requests in nr_pending.NeilBrown1-0/+2