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-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-08-30
fs: drop GFP_NOFAIL mode from alloc_page_buffers
Michal Hocko
2024-08-27
md/md-bitmap: make in memory structure internal
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_enabled() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_free() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.
Yu Kuai
2024-08-27
md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge bitmap_unplug() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge bitmap_write_all() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: make md_bitmap_print_sb() internal
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_flush() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_create() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
Yu Kuai
2024-08-27
md/md-bitmap: introduce struct bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: add a new helper md_bitmap_set_pages()
Yu Kuai
2024-08-27
md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: add 'file_pages' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
2024-08-27
md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
Yu Kuai
2024-06-11
md/md-bitmap: fix writing non bitmap pages
Ofir Gal
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
[next]