Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ae782bb16c35ce27512beeda9be6024c88f85b08
/
drivers
/
md
ea88eea
Merge tag 'md-3.8' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
a9add5d
md/raid5: add blktrace calls
by NeilBrown
· 12 years ago
9228ff9
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
749586b
md/raid5: use async_tx_quiesce() instead of open-coding it.
by NeilBrown
· 12 years ago
0a19caa
md: Use ->curr_resync as last completed request when cleanly aborting resync.
by majianpeng
· 12 years ago
54f8934
md: Update checkpoint of resync/recovery based on time.
by majianpeng
· 12 years ago
35d78c6
md:Add place to update ->recovery_cp.
by kernelmail
· 12 years ago
c02c0ae
md.c: re-indent various 'switch' statements.
by NeilBrown
· 12 years ago
a7a3f08
md: close race between removing and adding a device.
by NeilBrown
· 12 years ago
1f3c990
md: removed unused variable in calc_sb_1_csm.
by NeilBrown
· 12 years ago
4ccc804586
Merge tag 'md-3.7-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
eed8c02
wait: add wait_event_lock_irq() interface
by Lukas Czerner
· 12 years ago
874807a
md/raid1{,0}: fix deadlock in bitmap_unplug.
by NeilBrown
· 12 years ago
1d838d7
Merge tag 'md-3.7-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
a8c32a5
dm: fix deadlock with request based dm and queue request_fn recursion
by Jens Axboe
· 12 years ago
884162d
md/raid10: decrement correct pending counter when writing to replacement.
by NeilBrown
· 12 years ago
e7c0c3f
md/raid10: close race that lose writes lost when replacement completes.
by NeilBrown
· 12 years ago
ca64cae
md/raid5: Make sure we clear R5_Discard when discard is finished.
by NeilBrown
· 12 years ago
ef5b7c6
md/raid5: move resolving of reconstruct_state earlier in stripe_handle.
by NeilBrown
· 12 years ago
4ac6875
md/raid5: round discard alignment up to power of 2.
by NeilBrown
· 12 years ago
5eff3c4
md: make sure everything is freed when dm-raid stops an array.
by NeilBrown
· 12 years ago
35f9ac2
md: Avoid write invalid address if read_seqretry returned true.
by majianpeng
· 12 years ago
ab05613
md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock.
by majianpeng
· 12 years ago
ed30be0
MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c
by Jonathan Brassow
· 12 years ago
02b898f
md/raid1: Fix assembling of arrays containing Replacements.
by NeilBrown
· 12 years ago
83f0d77
md: Fix typo in drivers/md
by Masanari Iida
· 12 years ago
0be1fec
md faulty: use disk_stack_limits()
by Eric Sandeen
· 12 years ago
9db9088
Merge tag 'md-3.7' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
dba1416
dm: store dm_target_io in bio front_pad
by Mikulas Patocka
· 12 years ago
4f81a41
dm thin: move bio_prison code to separate module
by Mike Snitzer
· 12 years ago
44feb38
dm thin: prepare to separate bio_prison code
by Mike Snitzer
· 12 years ago
28eed34
dm thin: support discard with non power of two block size
by Mike Snitzer
· 12 years ago
0bcf087
dm persistent data: convert to use le32_add_cpu
by Wei Yongjun
· 12 years ago
fe5fe90
dm: use ACCESS_ONCE for sysfs values
by Mikulas Patocka
· 12 years ago
54499af
dm bufio: use list_move
by Wei Yongjun
· 12 years ago
a71a261
dm mpath: fix check for null mpio in end_io fn
by Wei Yongjun
· 12 years ago
72f36d5
md: refine reporting of resync/reshape delays.
by NeilBrown
· 12 years ago
e56108d6
md/raid5: be careful not to resize_stripes too big.
by NeilBrown
· 12 years ago
db07d85
md: make sure manual changes to recovery checkpoint are saved.
by NeilBrown
· 12 years ago
91502f0
md/raid10: use correct limit variable
by Dan Carpenter
· 12 years ago
48c26dd
md: writing to sync_action should clear the read-auto state.
by NeilBrown
· 12 years ago
7f7583d
Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races
by Jianpeng Ma
· 12 years ago
1ed850f
md/raid5: make sure to_read and to_write never go negative.
by NeilBrown
· 12 years ago
a785448
md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.
by Alexander Lyakas
· 12 years ago
b97390a
md/raid5: protect debug message against NULL derefernce.
by NeilBrown
· 12 years ago
143c4d0
md/raid5: add some missing locking in handle_failed_stripe.
by NeilBrown
· 12 years ago
9e444768
MD: raid5 avoid unnecessary zero page for trim
by Shaohua Li
· 12 years ago
620125f
MD: raid5 trim support
by Shaohua Li
· 12 years ago
582e2e0
md/bitmap:Don't use IS_ERR to judge alloc_page().
by Jianpeng Ma
· 12 years ago
7ad4d4a
md/raid1: Don't release reference to device while handling read error.
by NeilBrown
· 12 years ago
fd17748
raid: replace list_for_each_continue_rcu with new interface
by Michael Wang
· 12 years ago
761becf
DM RAID: Fix for "sync" directive ineffectiveness
by Jonathan Brassow
· 12 years ago
7386199
DM RAID: Fix comparison of index and quantity for "rebuild" parameter
by Jonathan Brassow
· 12 years ago
4ec1e36
DM RAID: Add rebuild capability for RAID10
by Jonathan Brassow
· 12 years ago
eb64912
DM RAID: Move 'rebuild' checking code to its own function
by Jonathan Brassow
· 12 years ago
2863b9e
MD RAID10: Prep for DM RAID10 device replacement capability
by Jonathan Brassow
· 12 years ago
1ca69c4
md: avoid taking the mutex on some ioctls.
by NeilBrown
· 12 years ago
4ed8731
MD: change the parameter of md thread
by Shaohua Li
· 12 years ago
57c67df
md/raid10: submit IO from originating thread instead of md thread.
by NeilBrown
· 12 years ago
532a2a3
md: raid 10 supports TRIM
by Shaohua Li
· 12 years ago
2ff8cc2
md: raid 1 supports TRIM
by Shaohua Li
· 12 years ago
c83057a
md: raid 0 supports TRIM
by Shaohua Li
· 12 years ago
f1cad2b
md: linear supports TRIM
by Shaohua Li
· 12 years ago
bc78c57
md/linear: rcu_dereference outside read-lock section
by Denis Efremov
· 12 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
c3a086e
Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 12 years ago
80b4812
md/raid10: fix "enough" function for detecting if array is failed.
by NeilBrown
· 12 years ago
1d55f6b
dm verity: fix overflow check
by Mikulas Patocka
· 12 years ago
0424caa
dm thin: fix discard support for data devices
by Mike Snitzer
· 12 years ago
9bc142d
dm thin: tidy discard support
by Mike Snitzer
· 12 years ago
3ae7065
dm: retain table limits when swapping to new table with no devices
by Mike Snitzer
· 12 years ago
c3c4555
dm table: clear add_random unless all devices have it set
by Milan Broz
· 12 years ago
ba1cbad
dm: handle requests beyond end of device instead of using BUG_ON
by Mike Snitzer
· 12 years ago
7ba10aa
dm mpath: only retry ioctl when no paths if queue_if_no_path set
by Mike Snitzer
· 12 years ago
307615a
dm thin: do not set discard_zeroes_data
by Mike Snitzer
· 12 years ago
cb13ff6
md/raid5: add missing spin_lock_init.
by NeilBrown
· 12 years ago
4363ac7
block: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
6dafab6
md: make sure metadata is updated when spares are activated or removed.
by NeilBrown
· 12 years ago
e5c8647
md/raid5: fix calculate of 'degraded' when a replacement becomes active.
by NeilBrown
· 12 years ago
a852d7b
Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE."
by NeilBrown
· 12 years ago
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
9481874
dm: Use bioset's front_pad for dm_rq_clone_bio_info
by Kent Overstreet
· 12 years ago
1e2a410f
block: Ues bi_pool for bio_integrity_alloc()
by Kent Overstreet
· 12 years ago
395c72a
block: Generalized bio pool freeing
by Kent Overstreet
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
e0ee778
md/raid10: fix problem with on-stack allocation of r10bio structure.
by NeilBrown
· 12 years ago
667a531
md: Don't truncate size at 4TB for RAID0 and Linear
by NeilBrown
· 12 years ago
25aa6a7
Merge tag 'md-3.6' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
d9f691c
md/dm-raid: DM_RAID should select MD_RAID10
by NeilBrown
· 12 years ago
f54a9d0
md/raid1: submit IO from originating thread instead of md thread.
by NeilBrown
· 12 years ago
46a0640
raid5: raid5d handle stripe in batch way
by Shaohua Li
· 12 years ago
8811b59
raid5: make_request use batch stripe release
by Shaohua Li
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
fcff06c
Merge branch 'for-next' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
63f33b8d
DM RAID: Add support for MD RAID10
by Jonathan Brassow
· 12 years ago
bb181e2
Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md
by NeilBrown
· 12 years ago
74018dc
blk: pass from_schedule to non-request unplug functions.
by NeilBrown
· 12 years ago
9cbb175
blk: centralize non-request unplug handling.
by NeilBrown
· 12 years ago
Next »