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
2022-08-02
md: open code md_probe in autorun_devices
Christoph Hellwig
-1
/
+1
2022-08-02
md: remove unneeded semicolon
Yang Li
-1
/
+1
2022-08-02
md: fix build failure for !MODULE
Stephen Rothwell
-0
/
+2
2022-08-02
raid5: fix duplicate checks for rdev->saved_raid_disk
Jackie Liu
-2
/
+1
2022-08-02
md: simplify md_open
Christoph Hellwig
-27
/
+15
2022-08-02
md: only delete entries from all_mddevs when the disk is freed
Christoph Hellwig
-18
/
+40
2022-08-02
md: stop using for_each_mddev in md_exit
Christoph Hellwig
-28
/
+11
2022-08-02
md: stop using for_each_mddev in md_notify_reboot
Christoph Hellwig
-3
/
+9
2022-08-02
md: stop using for_each_mddev in md_do_sync
Christoph Hellwig
-3
/
+5
2022-08-02
md: factor out the rdev overlaps check from rdev_size_store
Christoph Hellwig
-45
/
+39
2022-08-02
md: rename md_free to md_kobj_release
Christoph Hellwig
-2
/
+2
2022-08-02
md: implement ->free_disk
Christoph Hellwig
-6
/
+12
2022-08-02
md: fix error handling in md_alloc
Christoph Hellwig
-13
/
+32
2022-08-02
md: fix mddev->kobj lifetime
Christoph Hellwig
-6
/
+4
2022-08-02
md/raid5: Convert prepare_to_wait() to wait_woken() api
Logan Gunthorpe
-7
/
+6
2022-08-02
md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()
Logan Gunthorpe
-8
/
+11
2022-08-02
bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...
Coly Li
-1
/
+1
2022-08-02
md: Fix spelling mistake in comments
Zhang Jiaming
-2
/
+2
2022-08-02
md/raid5: Increase restriction on max segments per request
Logan Gunthorpe
-0
/
+3
2022-08-02
md/raid5: Improve debug prints
Logan Gunthorpe
-2
/
+6
2022-08-02
md/raid5: Pivot raid5_make_request()
Logan Gunthorpe
-6
/
+83
2022-08-02
md/raid5: Check all disks in a stripe_head for reshape progress
Logan Gunthorpe
-14
/
+39
2022-08-02
md/raid5: Refactor add_stripe_bio()
Logan Gunthorpe
-30
/
+56
2022-08-02
md/raid5: Keep a reference to last stripe_head for batch
Logan Gunthorpe
-12
/
+40
2022-08-02
md/raid5: Refactor for loop in raid5_make_request() into while loop
Logan Gunthorpe
-4
/
+5
2022-08-02
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
-7
/
+5
2022-08-02
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
-6
/
+2
2022-08-02
md/raid5: Factor out helper from raid5_make_request() loop
Logan Gunthorpe
-98
/
+133
2022-08-02
md/raid5: Move common stripe get code into new find_get_stripe() helper
Logan Gunthorpe
-67
/
+64
2022-08-02
md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
Logan Gunthorpe
-2
/
+3
2022-08-02
md/raid5: Refactor raid5_make_request loop
Logan Gunthorpe
-54
/
+55
2022-08-02
md/raid5: Factor out ahead_of_reshape() function
Logan Gunthorpe
-12
/
+15
2022-08-02
md/raid5: Make logic blocking check consistent with logic that blocks
Logan Gunthorpe
-1
/
+1
2022-08-02
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
-2
/
+18
2022-08-02
md: Explicitly create command-line configured devices
Chris Webb
-1
/
+3
2022-08-02
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
-0
/
+1
2022-08-02
md: Ensure resync is reported after it starts
Logan Gunthorpe
-2
/
+12
2022-08-02
md: Use enum for overloaded magic numbers used by mddev->curr_resync
Logan Gunthorpe
-22
/
+33
2022-08-02
md/raid5-cache: Annotate pslot with __rcu notation
Logan Gunthorpe
-2
/
+2
2022-08-02
md/raid5-cache: Clear conf->log after finishing work
Logan Gunthorpe
-2
/
+3
2022-08-02
md/raid5-cache: Drop RCU usage of conf->log
Logan Gunthorpe
-11
/
+5
2022-08-02
md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
Logan Gunthorpe
-6
/
+9
2022-08-02
md/raid5: suspend the array for calls to log_exit()
Logan Gunthorpe
-1
/
+4
2022-08-02
md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
Logan Gunthorpe
-3
/
+3
2022-08-02
md/raid5-log: Drop extern decorators for function prototypes
Logan Gunthorpe
-39
/
+36
2022-08-02
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+112
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-394
/
+676
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-268
/
+254
2022-07-28
dm: verity-loadpin: Drop use of dm_table_get_num_targets()
Matthias Kaehlcke
-1
/
+2
2022-07-28
dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flag
Nathan Huckleberry
-3
/
+19
[prev]
[next]