summaryrefslogtreecommitdiff
path: root/drivers/md/raid5-cache.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: use bdev_write_cache instead of open coding itChristoph Hellwig2022-11-141-4/+1
* raid5-cache: use try_cmpxchg in r5l_wake_reclaimUros Bizjak2022-11-141-2/+3
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* md: Fix spelling mistake in comments of r5l_logZhou nan2022-09-221-1/+1
* md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe2022-09-221-1/+2
* md/raid5: Fix spelling mistakes in commentsXU pengfei2022-09-221-3/+3
* md/raid5-cache: Annotate pslot with __rcu notationLogan Gunthorpe2022-08-021-2/+2
* md/raid5-cache: Clear conf->log after finishing workLogan Gunthorpe2022-08-021-2/+3
* md/raid5-cache: Drop RCU usage of conf->logLogan Gunthorpe2022-08-021-11/+5
* md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()Logan Gunthorpe2022-08-021-6/+9
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-6/+6
* md: remove most calls to bdevnameChristoph Hellwig2022-05-221-3/+2
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-3/+3
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* raid5-cache: statically allocate the recovery ra bioChristoph Hellwig2022-03-081-15/+13
* raid5-cache: fully initialize flush_bio when neededChristoph Hellwig2022-03-081-2/+3
* block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-6/+3
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-1/+1
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-4/+4
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
* raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang2020-08-021-6/+3
* md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu2020-07-211-4/+4
* md: raid5-cache: Remove set but unused variableDamien Le Moal2020-07-151-3/+1
* md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu2020-07-141-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2019-01-281-11/+22
* md: remove redundant code that is no longer reachableColin Ian King2018-10-101-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-4/+4
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-4/+4
* | md/r5cache: remove redundant pointer bioColin Ian King2018-07-051-2/+0
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-21/+22
|/
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-151-5/+0
* md/r5cache: print more info of log recoverySong Liu2017-12-201-2/+2
* md: introduce new personality funciton start()Song Liu2017-12-111-5/+17
* md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu2017-12-011-13/+9
* md: use lockdep_assert_heldShaohua Li2017-11-011-6/+6
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-6/+6
* md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-011-5/+13
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-2/+10
|\
| * md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_showSong Liu2017-08-251-2/+10
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-3/+3
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* | md/r5cache: fix io_unit handling in r5l_log_endio()Song Liu2017-08-081-9/+31
* | md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_setSong Liu2017-08-081-6/+15
|/
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-2/+2
|\
| * md: Make flush bios explicitely syncJan Kara2017-05-311-2/+2
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* md/r5cache: handle sync with data in write back cacheSong Liu2017-05-111-1/+7