aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-14md: Constify attribute_group structsGravatar Rikard Falkeborn 1-1/+1
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downGravatar Sudhakar Panneerselvam 1-0/+2
2020-10-08md/bitmap: fix memory leak of temporary bitmapGravatar Zhao Heming 1-1/+2
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksGravatar Zhao Heming 1-1/+1
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksGravatar Zhao Heming 1-2/+2
2020-09-24md: only calculate blocksize once and use i_blocksize()Gravatar Xianting Tian 1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-14md: fix deadlock causing by sysfs_notifyGravatar Junxiao Bi 1-1/+1
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGravatar Guoqing Jiang 1-10/+2
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+10
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-6/+10
2020-01-13md: introduce a new struct for IO serializationGravatar Guoqing Jiang 1-8/+4
2020-01-13md: don't destroy serial_info_pool if serialize_policy is trueGravatar Guoqing Jiang 1-4/+8
2020-01-13md: rename wb stuffsGravatar Guoqing Jiang 1-10/+10
2020-01-13md-bitmap: small cleanupsGravatar Zhiqiang Liu 1-3/+2
2019-10-24md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGravatar Guoqing Jiang 1-1/+1
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of bitmapGravatar Guoqing Jiang 1-0/+6
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of backlogGravatar Guoqing Jiang 1-0/+14
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-10md: use correct types in md_bitmap_print_sbGravatar Christoph Hellwig 1-4/+4
2018-10-10md/bitmap: use mddev_suspend/resume instead of ->quiesce()Gravatar Jack Wang 1-4/+5
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-157/+148
2018-08-01md: Avoid namespace collision with bitmap APIGravatar Andy Shevchenko 1-157/+148
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-0/+2610
2017-11-10md: free unused memory after bitmap resizeGravatar Zdenek Kabelac 1-0/+9
2017-11-09md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbGravatar Hou Tao 1-1/+5
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.Gravatar NeilBrown 1-0/+6
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixGravatar Mike Snitzer 1-0/+2591