aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+32
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds10-85/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner9-79/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner1-6/+1
2019-05-22Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2019-05-21dm: make sure to obey max_io_len_target_boundaryMichael Lass1-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams3-6/+32
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-293/+1583
2019-05-16dm: fix a couple brace coding style issuesSheetal Singala1-2/+4
2019-05-16dm crypt: print device name in integrity error messageMilan Broz1-3/+6
2019-05-16dm crypt: move detailed message into debug levelMilan Broz1-4/+5
2019-05-16dm ioctl: fix hang in early create error conditionHelen Koike1-1/+5
2019-05-09dm integrity: whitespace, coding style and dead code cleanupMike Snitzer1-43/+61
2019-05-08dm integrity: implement synchronous mode for reboot handlingMikulas Patocka1-5/+38
2019-05-08dm integrity: handle machine reboot in bitmap modeMikulas Patocka1-0/+24
2019-05-08dm integrity: add a bitmap modeMikulas Patocka1-33/+503
2019-05-08dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka1-4/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds16-232/+275
2019-05-07dm integrity: allow large ranges to be describedMikulas Patocka1-3/+3
2019-05-07dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka1-15/+15
2019-05-07dm integrity: introduce rw_journal_sectors()Mikulas Patocka1-6/+14
2019-05-07dm integrity: update documentationMikulas Patocka1-1/+3
2019-05-07dm integrity: don't report unused optionsMikulas Patocka1-3/+7
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka1-4/+2
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing1-2/+2
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King1-1/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-5/+0
2019-05-01bcache: make is_discard_enabled() staticJens Axboe1-1/+1
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck1-1/+1
2019-04-30dm init: fix max devices/targets checksHelen Koike1-4/+4
2019-04-30dm: add dust targetBryan Gurney3-0/+525
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig3-7/+5
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig1-4/+5
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-04-29dm persistent data: Simplify stack trace handlingThomas Gleixner1-10/+9
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner1-9/+6
2019-04-26dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka1-6/+5
2019-04-26dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye1-2/+0
2019-04-26dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-04-26dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang1-4/+2
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu3-6/+22
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-5/+0
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang1-0/+8
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang1-1/+1
2019-04-24bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-04-24bcache: improve bcache_reboot()Coly Li1-2/+10
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li1-0/+6
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li1-0/+8
2019-04-24bcache: add error check for calling register_bdev()Coly Li1-6/+10
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-04-24bcache: add comments for kobj release callback routineColy Li1-0/+4
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li1-2/+3
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-04-24bcache: Clean up bch_get_congested()George Spelvin3-15/+28
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang1-6/+4
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang1-2/+0
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang1-5/+21
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer1-3/+23
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer1-44/+64
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer1-1/+6
2019-04-18dm space map common: zero entire ll_diskMike Snitzer1-0/+2
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye1-2/+2
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye1-6/+6
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis1-40/+44
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis2-24/+116
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis1-45/+43
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis1-37/+65
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-04-18dm zoned: Silence a static checker warningDan Carpenter1-1/+2
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig1-4/+4
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak1-2/+2
2019-04-15Merge tag 'v5.1-rc5' into for-5.2/blockJens Axboe6-27/+72
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig1-0/+2
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig1-0/+4
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig1-2/+1
2019-04-10md: use correct type in super_1_syncChristoph Hellwig1-1/+1
2019-04-10md: use correct type in super_1_loadChristoph Hellwig1-2/+2
2019-04-10md: use correct types in md_bitmap_print_sbChristoph Hellwig1-4/+4
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig1-1/+1
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig3-36/+6
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka1-3/+1
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer3-8/+24
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka1-9/+1
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen1-1/+1
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing1-2/+2
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-4/+4
2019-04-01md: batch flush requests.NeilBrown2-4/+26
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown2-119/+62
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds4-1/+69
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski3-0/+65
2019-03-12md: convert to kvmallocKent Overstreet3-56/+46
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-139/+647
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds14-74/+124
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka1-4/+4
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka1-8/+0
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer1-26/+100
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike4-0/+422
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)1-0/+13
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu1-4/+4
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu1-3/+3
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu1-1/+1
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer1-3/+2
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer3-36/+18
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer5-27/+15
2019-02-19dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer1-27/+66
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+18
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe4-16/+35
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-13/+0
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei3-3/+6
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis1-5/+50
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey1-10/+18
2019-02-11dm crypt: don't overallocate the integrity tag spaceMikulas Patocka1-1/+1
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li1-0/+10
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King1-15/+15
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li1-1/+1
2019-02-09bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-02-06dm: don't use bio_trim() afterallMike Snitzer1-1/+5
2019-02-06dm: add memory barrier before waitqueue_activeMikulas Patocka2-2/+2
2019-02-04raid1: simplify raid1_error functionYufen Yu1-4/+2
2019-02-04md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2-13/+28
2019-01-25Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-28/+56
2019-01-22dm: add missing trace_block_split() to __split_and_process_bio()Mike Snitzer1-0/+1
2019-01-22dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriateMike Snitzer1-6/+12
2019-01-21dm: fix redundant IO accounting for bios that need splittingMike Snitzer1-0/+16
2019-01-21dm: fix clone_bio() to trigger blk_recount_segments()Mike Snitzer1-6/+2
2019-01-15dm thin: fix passdown_double_checking_shared_status()Joe Thornber3-8/+8
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza1-6/+1
2019-01-10dm crypt: fix parsing of extended IV argumentsMilan Broz1-8/+17
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2-57/+33
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+4
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-82/+121
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds16-78/+231
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS4-4/+4
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2018-12-20md: fix raid10 hang issue caused by barrierGuoqing Jiang1-0/+4
2018-12-20raid10: refactor common wait code from regular read/write requestGuoqing Jiang1-47/+25
2018-12-20md: remvoe redundant condition checkChengguang Xu1-8/+4
2018-12-20md: remove set but not used variable 'bi_rdev'Yue Haibing1-2/+0
2018-12-19dm: don't reuse bio for flushesJens Axboe2-13/+25
2018-12-18dm: do not allow readahead to limit IO sizeJaegeuk Kim1-0/+3
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen1-2/+1
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer1-3/+1
2018-12-18dm verity: log the hash algorithm implementationEric Biggers1-0/+9
2018-12-18dm crypt: log the encryption algorithm implementationEric Biggers1-0/+9
2018-12-18dm integrity: fix spelling mistake in workqueue nameColin Ian King1-1/+1
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz6-6/+7
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security1-3/+3
2018-12-18dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis1-5/+14
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang1-6/+6
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang1-1/+1
2018-12-18dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer1-10/+7
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui1-2/+4
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer1-9/+5
2018-12-18dm: avoid indirect call in __dm_make_requestMikulas Patocka1-23/+6
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe1-1/+1
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang1-1/+1
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20