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.12.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid5-cache: fix a deadlock in r5l_exit_log()
Yu Kuai
2023-08-15
1
-3
/
+6
*
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
2023-08-09
1
-1
/
+0
*
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-08-02
1
-0
/
+1
*
md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
Yu Kuai
2023-07-27
1
-0
/
+7
*
md/md-bitmap: remove unnecessary local variable in backlog_store()
Yu Kuai
2023-07-27
1
-2
/
+0
*
md/raid10: use dereference_rdev_and_rrdev() to get devices
Li Nan
2023-07-27
1
-10
/
+5
*
md/raid10: factor out dereference_rdev_and_rrdev()
Li Nan
2023-07-27
1
-9
/
+20
*
md/raid10: check replacement and rdev to prevent submit the same io twice
Li Nan
2023-07-27
1
-0
/
+2
*
md/raid1: Avoid lock contention from wake_up()
Jack Wang
2023-07-27
1
-6
/
+12
*
md: restore 'noio_flag' for the last mddev_resume()
Yu Kuai
2023-07-27
1
-2
/
+4
*
md: don't quiesce in mddev_suspend()
Yu Kuai
2023-07-27
1
-2
/
+0
*
md: remove redundant check in fix_read_error()
Li Nan
2023-07-27
2
-2
/
+2
*
md/raid10: optimize fix_read_error
Li Nan
2023-07-27
1
-10
/
+10
*
md/raid1: prioritize adding disk to 'removed' mirror
Li Nan
2023-07-27
1
-11
/
+15
*
md/md-faulty: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+2
*
md/md-linear: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+1
*
md/md-multipath: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+1
*
md/raid10: switch to use md_account_bio() for io accounting
Yu Kuai
2023-07-27
2
-12
/
+9
*
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
2023-07-27
2
-9
/
+6
*
raid5: fix missing io accounting in raid5_align_endio()
Yu Kuai
2023-07-27
1
-21
/
+8
*
md: also clone new io if io accounting is disabled
Yu Kuai
2023-07-27
3
-43
/
+42
*
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
2023-07-27
4
-63
/
+23
*
md: deprecate bitmap file support
Christoph Hellwig
2023-07-27
2
-1
/
+3
*
md: make bitmap file support optional
Christoph Hellwig
2023-07-27
3
-0
/
+32
*
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2023-07-27
2
-27
/
+39
*
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
2023-07-27
1
-9
/
+8
*
md-bitmap: cleanup read_sb_page
Christoph Hellwig
2023-07-27
1
-12
/
+11
*
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
2023-07-27
1
-71
/
+70
*
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
2023-07-27
1
-6
/
+4
*
md-bitmap: split file writes into a separate helper
Christoph Hellwig
2023-07-27
1
-24
/
+24
*
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
2023-07-27
1
-10
/
+2
*
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
2023-07-27
1
-8
/
+4
*
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
2023-07-27
1
-13
/
+8
*
md: enhance checking in md_check_recovery()
Yu Kuai
2023-07-27
1
-7
/
+15
*
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
2023-07-27
1
-1
/
+1
*
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2023-07-27
2
-4
/
+21
*
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2023-07-27
2
-0
/
+8
*
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
2023-07-27
1
-16
/
+45
*
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-27
2
-18
/
+2
*
Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-07-08
1
-0
/
+3
|
\
|
*
dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter
Matthias Kaehlcke
2023-06-28
1
-0
/
+3
*
|
Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-07-03
7
-100
/
+130
|
\
\
|
*
|
md/raid0: add discard support for the 'original' layout
Jason Baron
2023-06-30
2
-8
/
+55
|
*
|
Merge branch 'for-6.5/block-late' into block-6.5
Jens Axboe
2023-06-28
5
-92
/
+75
|
|
\
\
|
|
*
|
bcache: Fix bcache device claiming
Jan Kara
2023-06-23
1
-27
/
+38
|
|
*
|
bcache: Alloc holder object before async registration
Jan Kara
2023-06-23
1
-41
/
+25
|
|
*
|
raid10: avoid spin_lock from fastpath from raid10_unplug()
Yu Kuai
2023-06-23
1
-2
/
+2
|
|
*
|
md: fix 'delete_mutex' deadlock
Yu Kuai
2023-06-23
2
-22
/
+10
|
|
*
|
md: use mddev->external to select holder in export_rdev()
Song Liu
2023-06-23
1
-2
/
+2
|
|
*
|
md/raid1-10: fix casting from randomized structure in raid1_submit_write()
Yu Kuai
2023-06-23
1
-1
/
+1
[next]