index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
md/raid5: Refactor add_stripe_bio()
Logan Gunthorpe
1
-30
/
+56
2022-08-03
md/raid5: Keep a reference to last stripe_head for batch
Logan Gunthorpe
1
-12
/
+40
2022-08-03
md/raid5: Refactor for loop in raid5_make_request() into while loop
Logan Gunthorpe
1
-4
/
+5
2022-08-03
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
1
-7
/
+5
2022-08-03
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
1
-6
/
+2
2022-08-03
md/raid5: Factor out helper from raid5_make_request() loop
Logan Gunthorpe
1
-98
/
+133
2022-08-03
md/raid5: Move common stripe get code into new find_get_stripe() helper
Logan Gunthorpe
1
-67
/
+64
2022-08-03
md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
Logan Gunthorpe
1
-2
/
+3
2022-08-03
md/raid5: Refactor raid5_make_request loop
Logan Gunthorpe
1
-54
/
+55
2022-08-03
md/raid5: Factor out ahead_of_reshape() function
Logan Gunthorpe
1
-12
/
+15
2022-08-03
md/raid5: Make logic blocking check consistent with logic that blocks
Logan Gunthorpe
1
-1
/
+1
2022-08-03
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
2
-2
/
+18
2022-08-03
md: Explicitly create command-line configured devices
Chris Webb
3
-1
/
+3
2022-08-03
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
1
-0
/
+1
2022-08-03
md: Ensure resync is reported after it starts
Logan Gunthorpe
1
-2
/
+12
2022-08-03
md: Use enum for overloaded magic numbers used by mddev->curr_resync
Logan Gunthorpe
2
-22
/
+33
2022-08-03
md/raid5-cache: Annotate pslot with __rcu notation
Logan Gunthorpe
1
-2
/
+2
2022-08-03
md/raid5-cache: Clear conf->log after finishing work
Logan Gunthorpe
1
-2
/
+3
2022-08-03
md/raid5-cache: Drop RCU usage of conf->log
Logan Gunthorpe
1
-11
/
+5
2022-08-03
md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
Logan Gunthorpe
1
-6
/
+9
2022-08-03
md/raid5: suspend the array for calls to log_exit()
Logan Gunthorpe
1
-1
/
+4
2022-08-03
md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
Logan Gunthorpe
2
-3
/
+3
2022-08-03
md/raid5-log: Drop extern decorators for function prototypes
Logan Gunthorpe
1
-39
/
+36
2022-08-03
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-1
/
+112
2022-08-03
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-394
/
+676
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
26
-268
/
+254
2022-07-29
dm: verity-loadpin: Drop use of dm_table_get_num_targets()
Matthias Kaehlcke
1
-1
/
+2
2022-07-29
dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flag
Nathan Huckleberry
1
-3
/
+19
2022-07-29
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
7
-8
/
+11
2022-07-29
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
2
-7
/
+7
2022-07-29
dm raid: fix address sanitizer warning in raid_resume
Mikulas Patocka
1
-1
/
+1
2022-07-29
dm raid: fix address sanitizer warning in raid_status
Mikulas Patocka
1
-1
/
+1
2022-07-29
dm: Start pr_preempt from the same starting path
Mike Christie
1
-14
/
+31
2022-07-29
dm: Fix PR release handling for non All Registrants
Mike Christie
1
-14
/
+34
2022-07-29
dm: Start pr_reserve from the same starting path
Mike Christie
1
-14
/
+32
2022-07-29
dm: Allow dm_call_pr to be used for path searches
Mike Christie
1
-12
/
+38
2022-07-29
dm: return early from dm_pr_call() if DM device is suspended
Mike Snitzer
1
-0
/
+5
2022-07-22
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2022-07-19
md/raid5: missing error code in setup_conf()
Dan Carpenter
1
-1
/
+3
2022-07-18
dax: introduce holder for dax_device
Shiyang Ruan
1
-1
/
+1
2022-07-16
dm thin: fix use-after-free crash in dm_sm_register_threshold_callback
Luo Meng
2
-3
/
+8
2022-07-14
dm writecache: count number of blocks discarded, not number of discard bios
Mikulas Patocka
1
-1
/
+1
2022-07-14
dm writecache: count number of blocks written, not number of write bios
Mikulas Patocka
1
-3
/
+9
2022-07-14
dm writecache: count number of blocks read, not number of read bios
Mikulas Patocka
1
-0
/
+1
2022-07-14
dm writecache: return void from functions
Mikulas Patocka
1
-13
/
+13
2022-07-14
dm kcopyd: use __GFP_HIGHMEM when allocating pages
Mikulas Patocka
1
-1
/
+1
2022-07-14
dm writecache: set a default MAX_WRITEBACK_JOBS
Mikulas Patocka
1
-1
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-2
/
+2
2022-07-14
md/raid5: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-1
/
+2
2022-07-14
md/raid10: Use the new blk_opf_t type
Bart Van Assche
1
-5
/
+5
[prev]
[next]