index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/bitmap: Fix bitmap chunk size overflow issues
Florian-Ewald Mueller
2022-11-14
1
-8
/
+12
*
drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
Li Zhong
2022-11-14
1
-12
/
+15
*
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2022-07-14
1
-2
/
+2
*
md/core: Combine two sync_page_io() arguments
Bart Van Assche
2022-07-14
1
-1
/
+1
*
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
2022-04-25
1
-2
/
+1
*
md/bitmap: don't set sb values if can't pass sanity check
Heming Zhao
2022-04-25
1
-21
/
+23
*
md/bitmap: don't set max_write_behind if there is no write mostly device
Guoqing Jiang
2021-11-02
1
-0
/
+19
*
md: Constify attribute_group structs
Rikard Falkeborn
2021-06-14
1
-1
/
+1
*
md/bitmap: wait for external bitmap writes to complete during tear down
Sudhakar Panneerselvam
2021-04-15
1
-0
/
+2
*
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-10-08
1
-1
/
+2
*
md/bitmap: md_bitmap_get_counter returns wrong blocks
Zhao Heming
2020-10-08
1
-1
/
+1
*
md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
Zhao Heming
2020-10-08
1
-2
/
+2
*
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
2020-09-24
1
-3
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
md: fix deadlock causing by sysfs_notify
Junxiao Bi
2020-07-14
1
-1
/
+1
*
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-10
/
+2
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-02-08
1
-6
/
+10
|
\
|
*
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-02-03
1
-6
/
+10
*
|
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
1
-8
/
+4
*
|
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
2020-01-13
1
-4
/
+8
*
|
md: rename wb stuffs
Guoqing Jiang
2020-01-13
1
-10
/
+10
*
|
md-bitmap: small cleanups
Zhiqiang Liu
2020-01-13
1
-3
/
+2
|
/
*
md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bit
Guoqing Jiang
2019-10-24
1
-1
/
+1
*
md-bitmap: create and destroy wb_info_pool with the change of bitmap
Guoqing Jiang
2019-06-20
1
-0
/
+6
*
md-bitmap: create and destroy wb_info_pool with the change of backlog
Guoqing Jiang
2019-06-20
1
-0
/
+14
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
md: use correct types in md_bitmap_print_sb
Christoph Hellwig
2019-04-10
1
-4
/
+4
*
md/bitmap: use mddev_suspend/resume instead of ->quiesce()
Jack Wang
2018-10-10
1
-4
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-08-18
1
-157
/
+148
|
\
|
*
md: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-08-01
1
-157
/
+148
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+2
|
/
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-11-14
1
-1
/
+1
*
md: free unused memory after bitmap resize
Zdenek Kabelac
2017-11-10
1
-0
/
+9
*
md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sb
Hou Tao
2017-11-09
1
-1
/
+5
*
md: forbid a RAID5 from having both a bitmap and a journal.
NeilBrown
2017-11-01
1
-0
/
+6
*
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
2017-10-16
1
-0
/
+2591