summaryrefslogtreecommitdiff
path: root/drivers/md/md-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* md: Fix bitmap offset type in sb writerJonathan Derrick2023-04-281-3/+3
* md: Use optimal I/O size for last bitmap pageJon Derrick2023-04-131-4/+29
* md: Fix types in sb writerJon Derrick2023-04-131-21/+14
* md: Move sb writer loop to its own functionJon Derrick2023-04-131-60/+65
* md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller2022-11-141-8/+12
* drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong2022-11-141-12/+15
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-1/+1
* md: replace deprecated strlcpy & remove duplicated lineHeming Zhao2022-04-251-2/+1
* md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao2022-04-251-21/+23
* md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang2021-11-021-0/+19
* md: Constify attribute_group structsRikard Falkeborn2021-06-141-1/+1
* md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-04-151-0/+2
* md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-081-1/+2
* md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-10-081-1/+1
* md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming2020-10-081-2/+2
* md: only calculate blocksize once and use i_blocksize()Xianting Tian2020-09-241-3/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-1/+1
* md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang2020-06-021-10/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-6/+10
|\
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-6/+10
* | md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-8/+4
* | md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang2020-01-131-4/+8
* | md: rename wb stuffsGuoqing Jiang2020-01-131-10/+10
* | md-bitmap: small cleanupsZhiqiang Liu2020-01-131-3/+2
|/
* md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang2019-10-241-1/+1
* md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang2019-06-201-0/+6
* md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang2019-06-201-0/+14
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* md: use correct types in md_bitmap_print_sbChristoph Hellwig2019-04-101-4/+4
* md/bitmap: use mddev_suspend/resume instead of ->quiesce()Jack Wang2018-10-101-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-157/+148
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-157/+148
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-141-1/+1
* md: free unused memory after bitmap resizeZdenek Kabelac2017-11-101-0/+9
* md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbHou Tao2017-11-091-1/+5
* md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-011-0/+6
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-0/+2591