index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-bitmap.c
Age
Commit message (
Expand
)
Author
2024-05-02
md: fix resync softlockup when bitmap size is less than array size
Yu Kuai
2024-03-06
md: add a mddev_add_trace_msg helper
Christoph Hellwig
2024-02-26
md/md-bitmap: fix incorrect usage for sb_index
Heming Zhao
2023-10-10
md: cleanup mddev_create/destroy_serial_pool()
Yu Kuai
2023-10-10
md: use new apis to suspend array before mddev_create/destroy_serial_pool
Yu Kuai
2023-10-10
md/md-bitmap: use new apis to suspend array for location_store()
Yu Kuai
2023-09-22
md-bitmap: suspend array earlier in location_store()
Yu Kuai
2023-09-22
md-bitmap: remove the checking of 'pers->quiesce' from location_store()
Yu Kuai
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
2020-02-03
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-01-13
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
[next]