index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2023-09-08
md: fix warning for holder mismatch from export_rdev()
Yu Kuai
-3
/
+15
2023-09-08
md: don't dereference mddev after export_rdev()
Yu Kuai
-3
/
+3
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
-463
/
+508
2023-08-17
md: raid0: account for split bio in iostat accounting
David Jeffery
-2
/
+1
2023-08-17
md/raid0: Fix performance regression for large sequential writes
Jan Kara
-1
/
+1
2023-08-17
md/raid0: Factor out helper for mapping and submitting a bio
Jan Kara
-39
/
+40
2023-08-17
md raid1: allow writebehind to work on any leg device set WriteMostly
Heinz Mauelshagen
-2
/
+1
2023-08-17
md/raid1: hold the barrier until handle_read_error() finishes
Xueshi Hu
-1
/
+3
2023-08-17
md/raid1: free the r1bio before waiting for blocked rdev
Xueshi Hu
-2
/
+2
2023-08-17
md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()
Xueshi Hu
-3
/
+4
2023-08-15
md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()
Yu Kuai
-2
/
+1
2023-08-15
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
-14
/
+15
2023-08-15
md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()
Yu Kuai
-1
/
+0
2023-08-15
md: raid1: fix potential OOB in raid1_remove_disk()
Zhang Shurong
-0
/
+4
2023-08-15
md/raid5-cache: fix a deadlock in r5l_exit_log()
Yu Kuai
-3
/
+6
2023-08-09
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
-1
/
+0
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
-0
/
+1
2023-07-27
md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
Yu Kuai
-0
/
+7
2023-07-27
md/md-bitmap: remove unnecessary local variable in backlog_store()
Yu Kuai
-2
/
+0
2023-07-27
md/raid10: use dereference_rdev_and_rrdev() to get devices
Li Nan
-10
/
+5
2023-07-27
md/raid10: factor out dereference_rdev_and_rrdev()
Li Nan
-9
/
+20
2023-07-27
md/raid10: check replacement and rdev to prevent submit the same io twice
Li Nan
-0
/
+2
2023-07-27
md/raid1: Avoid lock contention from wake_up()
Jack Wang
-6
/
+12
2023-07-27
md: restore 'noio_flag' for the last mddev_resume()
Yu Kuai
-2
/
+4
2023-07-27
md: don't quiesce in mddev_suspend()
Yu Kuai
-2
/
+0
2023-07-27
md: remove redundant check in fix_read_error()
Li Nan
-2
/
+2
2023-07-27
md/raid10: optimize fix_read_error
Li Nan
-10
/
+10
2023-07-27
md/raid1: prioritize adding disk to 'removed' mirror
Li Nan
-11
/
+15
2023-07-27
md/md-faulty: enable io accounting
Yu Kuai
-0
/
+2
2023-07-27
md/md-linear: enable io accounting
Yu Kuai
-0
/
+1
2023-07-27
md/md-multipath: enable io accounting
Yu Kuai
-0
/
+1
2023-07-27
md/raid10: switch to use md_account_bio() for io accounting
Yu Kuai
-12
/
+9
2023-07-27
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
-9
/
+6
2023-07-27
raid5: fix missing io accounting in raid5_align_endio()
Yu Kuai
-21
/
+8
2023-07-27
md: also clone new io if io accounting is disabled
Yu Kuai
-43
/
+42
2023-07-27
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
-63
/
+23
2023-07-27
md: deprecate bitmap file support
Christoph Hellwig
-1
/
+3
2023-07-27
md: make bitmap file support optional
Christoph Hellwig
-0
/
+32
2023-07-27
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
-27
/
+39
2023-07-27
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
-9
/
+8
2023-07-27
md-bitmap: cleanup read_sb_page
Christoph Hellwig
-12
/
+11
2023-07-27
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
-71
/
+70
2023-07-27
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
-6
/
+4
2023-07-27
md-bitmap: split file writes into a separate helper
Christoph Hellwig
-24
/
+24
2023-07-27
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
-10
/
+2
2023-07-27
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
-8
/
+4
2023-07-27
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
-13
/
+8
2023-07-27
md: enhance checking in md_check_recovery()
Yu Kuai
-7
/
+15
2023-07-27
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
-1
/
+1
2023-07-27
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
-4
/
+21
[prev]
[next]