index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
2022-08-02
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
2022-08-02
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
2022-08-02
md/raid5: Factor out helper from raid5_make_request() loop
Logan Gunthorpe
2022-08-02
md/raid5: Move common stripe get code into new find_get_stripe() helper
Logan Gunthorpe
2022-08-02
md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
Logan Gunthorpe
2022-08-02
md/raid5: Refactor raid5_make_request loop
Logan Gunthorpe
2022-08-02
md/raid5: Factor out ahead_of_reshape() function
Logan Gunthorpe
2022-08-02
md/raid5: Make logic blocking check consistent with logic that blocks
Logan Gunthorpe
2022-08-02
md/raid5: suspend the array for calls to log_exit()
Logan Gunthorpe
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-07-22
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-07-19
md/raid5: missing error code in setup_conf()
Dan Carpenter
2022-07-14
md/raid5: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-06-29
dm raid: fix KASAN warning in raid5_add_disks
Mikulas Patocka
2022-06-29
dm raid: fix KASAN warning in raid5_remove_disk
Mikulas Patocka
2022-05-22
md: remove most calls to bdevname
Christoph Hellwig
2022-05-03
raid5: don't set the discard_alignment queue limit
Christoph Hellwig
2022-04-25
md/raid5: Annotate functions that hold device_lock with __must_hold
Logan Gunthorpe
2022-04-25
md/raid5: Annotate rdev/replacement access when mddev_lock is held
Logan Gunthorpe
2022-04-25
md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
Logan Gunthorpe
2022-04-25
md/raid5: Add __rcu annotation to struct disk_info
Logan Gunthorpe
2022-04-25
md/raid5: Cleanup setup_conf() error returns
Logan Gunthorpe
2022-04-25
raid5: introduce MD_BROKEN
Mariusz Tkaczyk
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-08
raid5: initialize the stripe_head embeeded bios as needed
Christoph Hellwig
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
2022-02-22
scsi: md: Remove WRITE_SAME support
Christoph Hellwig
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-01-06
md: Move alloc/free acct bioset in to personality
Xiao Ni
2022-01-06
md: raid456 add nowait support
Vishal Verma
2022-01-06
md/raid5: play nice with PREEMPT_RT
Davidlohr Bueso
2021-10-18
md: remove unused argument from md_new_event
Guoqing Jiang
2021-10-18
md/raid5: call roundup_pow_of_two in raid5_run
Guoqing Jiang
2021-08-28
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-14
md/raid5: avoid device_lock in read_one_chunk()
Gal Ofri
2021-06-14
md: Constify attribute_group structs
Rikard Falkeborn
2021-06-14
md/raid5: avoid redundant bio clone in raid5_read_one_chunk
Guoqing Jiang
2021-06-14
md/raid5: move checking badblock before clone bio in raid5_read_one_chunk
Guoqing Jiang
2021-06-14
md: add io accounting for raid0 and raid5
Guoqing Jiang
2021-05-25
md/raid5: remove an incorrect assert in in_chunk_boundary
Christoph Hellwig
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-03
md/raid5: cast chunk_sectors to sector_t value
Guoqing Jiang
[prev]
[next]