index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-bitmap.c
Age
Commit message (
Expand
)
Author
2025-04-25
md/md-bitmap: fix stats collection for external bitmaps
Zheng Qixing
2025-02-27
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2025-02-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
2025-02-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
2025-02-21
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
2025-02-21
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
2025-02-21
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
Yu Kuai
2024-12-09
md/md-bitmap: Add missing destroy_work_on_stack()
Yuan Can
2024-08-03
md/md-bitmap: fix writing non bitmap pages
Ofir Gal
2024-06-12
md: fix resync softlockup when bitmap size is less than array size
Yu Kuai
2024-04-03
md/md-bitmap: fix incorrect usage for sb_index
Heming Zhao
2023-07-27
md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
Yu Kuai
2023-07-27
md/md-bitmap: remove unnecessary local variable in backlog_store()
Yu Kuai
2023-07-27
md: make bitmap file support optional
Christoph Hellwig
2023-07-27
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2023-07-27
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
2023-07-27
md-bitmap: cleanup read_sb_page
Christoph Hellwig
2023-07-27
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
2023-07-27
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
2023-07-27
md-bitmap: split file writes into a separate helper
Christoph Hellwig
2023-07-27
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
2023-07-27
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
2023-07-27
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
2023-06-13
md/md-bitmap: add a new helper to unplug bitmap asynchrously
Yu Kuai
2023-06-13
md/raid1-10: submit write io directly if bitmap is not enabled
Yu Kuai
2023-06-13
md: protect md_thread with rcu
Yu Kuai
2023-06-13
md/bitmap: factor out a helper to set timeout
Yu Kuai
2023-06-13
md/bitmap: always wake up md_thread in timeout_store
Yu Kuai
2023-06-13
md/raid10: check slab-out-of-bounds in md_bitmap_get_counter
Li Nan
2023-04-28
md: Fix bitmap offset type in sb writer
Jonathan Derrick
2023-04-13
md: Use optimal I/O size for last bitmap page
Jon Derrick
2023-04-13
md: Fix types in sb writer
Jon Derrick
2023-04-13
md: Move sb writer loop to its own function
Jon Derrick
2022-11-14
md/bitmap: Fix bitmap chunk size overflow issues
Florian-Ewald Mueller
2022-11-14
drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
Li Zhong
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
2022-04-25
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
2022-04-25
md/bitmap: don't set sb values if can't pass sanity check
Heming Zhao
2021-11-02
md/bitmap: don't set max_write_behind if there is no write mostly device
Guoqing Jiang
2021-06-14
md: Constify attribute_group structs
Rikard Falkeborn
2021-04-15
md/bitmap: wait for external bitmap writes to complete during tear down
Sudhakar Panneerselvam
2020-10-08
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-10-08
md/bitmap: md_bitmap_get_counter returns wrong blocks
Zhao Heming
2020-10-08
md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
Zhao Heming
2020-09-24
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-14
md: fix deadlock causing by sysfs_notify
Junxiao Bi
2020-06-02
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
2020-02-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
[next]