Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1f5826bd0ed6c0abec3da28dfffb8d12f0c2cb81
/
drivers
/
md
7be3dfe
md: reduce CPU wastage on idle md array with a write-intent bitmap
by NeilBrown
· 17 years ago
52720ae
md: fix formatting error in /proc/mdstat
by NeilBrown
· 17 years ago
a07e6ab
md: the md RAID10 resync thread could cause a md RAID10 array deadlock
by K.Tanaka
· 17 years ago
1c83053
md: fix possible raid1/raid10 deadlock on read error during resync
by NeilBrown
· 17 years ago
8ed3a19
md: don't attempt read-balancing for raid10 'far' layouts
by Keld Simonsen
· 17 years ago
27c529b
md: lock access to rdev attributes properly
by NeilBrown
· 17 years ago
2515619
md: make sure a reshape is started when device switches to read-write
by NeilBrown
· 17 years ago
d0fae18
md: clean up irregularity with raid autodetect
by NeilBrown
· 17 years ago
a1801f8
md: guard against possible bad array geometry in v1 metadata
by NeilBrown
· 17 years ago
8311c29
md: reduce CPU wastage on idle md array with a write-intent bitmap
by NeilBrown
· 17 years ago
a35e63e
md: fix deadlock in md/raid1 and md/raid10 when handling a read error
by NeilBrown
· 17 years ago
e03f1a8
dm-raid1.c: fix NULL dereferences
by Adrian Bunk
· 17 years ago
cf28b48
d_path: Make d_path() use a struct path
by Jan Blunck
· 17 years ago
c32c2f6
d_path: Make seq_path() use a struct path argument
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
39ed7ad
dm-raid1 breakage on 64bit
by Al Viro
· 17 years ago
af195ac
dm raid1: report fault status
by Jonathan Brassow
· 17 years ago
06386bb
dm raid1: handle read failures
by Jonathan Brassow
· 17 years ago
b80aa7a
dm raid1: fix EIO after log failure
by Jonathan Brassow
· 17 years ago
8f0205b
dm raid1: handle recovery failures
by Jonathan Brassow
· 17 years ago
72f4b31
dm raid1: handle write failures
by Jonathan Brassow
· 17 years ago
d74f81f
dm snapshot: combine consecutive exceptions in memory
by Milan Broz
· 17 years ago
4f7f5c6
dm: stripe enhanced status return
by Brian Wood
· 17 years ago
a25eb94
dm: stripe trigger event on failure
by Brian Wood
· 17 years ago
fb8b284
dm log: auto load modules
by Jonathan Brassow
· 17 years ago
304f3f6
dm: move deferred bio flushing to workqueue
by Milan Broz
· 17 years ago
3a7f6c9
dm crypt: use async crypto
by Milan Broz
· 17 years ago
95497a9
dm crypt: prepare async callback fn
by Milan Broz
· 17 years ago
43d6903
dm crypt: add completion for async
by Milan Broz
· 17 years ago
ddd42ed
dm crypt: add async request mempool
by Milan Broz
· 17 years ago
01482b7
dm crypt: extract scatterlist processing
by Milan Broz
· 17 years ago
899c95d
dm crypt: tidy io ref counting
by Milan Broz
· 17 years ago
84131db
dm crypt: introduce crypt_write_io_loop
by Milan Broz
· 17 years ago
dec1ced
dm crypt: abstract crypt_write_done
by Milan Broz
· 17 years ago
0c395b0
dm crypt: store sector mapping in dm_crypt_io
by Milan Broz
· 17 years ago
395b167
dm crypt: move queue functions
by Alasdair G Kergon
· 17 years ago
4e4eef6
dm crypt: adjust io processing functions
by Milan Broz
· 17 years ago
ee7a491
dm crypt: tidy crypt_endio
by Milan Broz
· 17 years ago
5742fd7
dm crypt: move error setting outside crypt_dec_pending
by Milan Broz
· 17 years ago
fcd369d
dm crypt: remove unnecessary crypt_context write parm
by Milan Broz
· 17 years ago
5301703
dm crypt: move convert_context inside dm_crypt_io
by Milan Broz
· 17 years ago
009cd09
dm mpath: add missing static
by Alasdair G Kergon
· 17 years ago
0149e57
dm: targets no longer experimental
by Alasdair G Kergon
· 17 years ago
46125c1
dm: refactor dm_suspend completion wait
by Milan Broz
· 17 years ago
94d6351
dm: split dm_suspend io_lock hold into two
by Milan Broz
· 17 years ago
73d410c
dm: tidy dm_suspend
by Milan Broz
· 17 years ago
6d6f10d
dm: refactor deferred bio_list processing
by Milan Broz
· 17 years ago
6ed7ade
dm: tidy alloc_dev labels
by Milan Broz
· 17 years ago
a26ffd4
dm ioctl: use uninitialized_var
by Andrew Morton
· 17 years ago
69a2ce7
dm: table use uninitialized_var
by Andrew Morton
· 17 years ago
e48b9db
dm snapshot: use uninitialized_var
by Andrew Morton
· 17 years ago
e61290a
dm: convert suspend_lock semaphore to mutex
by Daniel Walker
· 17 years ago
8defd83
dm snapshot: use rounddown_pow_of_two
by Robert P. J. Day
· 17 years ago
82d601d
dm: table remove unused total
by Jun'ichi Nomura
· 17 years ago
afb2452
dm: table use list_for_each
by Paul Jimenez
· 17 years ago
76c072b
dm ioctl: move compat code
by Milan Broz
· 17 years ago
27238b2
dm ioctl: remove lock_kernel
by Alasdair G Kergon
· 17 years ago
b9249e5
dm: mark function lists static
by Alasdair G Kergon
· 17 years ago
7e5c1e8
dm: add missing memory barrier to dm_suspend
by Milan Broz
· 17 years ago
6ed3003
md: fix an occasional deadlock in raid5
by NeilBrown
· 17 years ago
73c3443
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDEV_PENDING.
by NeilBrown
· 17 years ago
d089c6a
md: change ITERATE_RDEV to rdev_for_each
by NeilBrown
· 17 years ago
29ac4aa
md: change INTERATE_MDDEV to for_each_mddev
by NeilBrown
· 17 years ago
20a49ff
md: change a few 'int' to 'size_t' in md
by NeilBrown
· 17 years ago
177a99b
md: fix use-after-free bug when dropping an rdev from an md array
by NeilBrown
· 17 years ago
a17184a
md: allow an md array to appear with 0 drives if it has external metadata
by NeilBrown
· 17 years ago
ca38805
md: lock address when changing attributes of component devices
by NeilBrown
· 17 years ago
c5d79ad
md: allow devices to be shared between md arrays
by NeilBrown
· 17 years ago
1ec4a93
md: set and test the ->persistent flag for md devices more consistently
by NeilBrown
· 17 years ago
c620727
md: allow a maximum extent to be set for resyncing
by NeilBrown
· 17 years ago
c303da6
md: give userspace control over removing failed devices when external metdata in use
by NeilBrown
· 17 years ago
e691063
md: support 'external' metadata for md arrays
by NeilBrown
· 17 years ago
b47490c
md: Update md bitmap during resync.
by NeilBrown
· 17 years ago
66c811e
md: raid6: clean up the style of raid6test/test.c
by H. Peter Anvin
· 17 years ago
98ec302
md: raid6: Fix mktable.c
by H. Peter Anvin
· 17 years ago
54212cf
coding style cleanups for drivers/md/mktables.c
by Oliver Pinter
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
649316b
Kobject: convert drivers/md/md.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
3830c62
Kobject: change drivers/md/md.c to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
0f94e87
md: fix data corruption when a degraded raid5 array is reshaped
by Dan Williams
· 17 years ago
91e1062
dm crypt: use bio_add_page
by Milan Broz
· 17 years ago
9121250
dm: merge max_hw_sector
by Neil Brown
· 17 years ago
69267a3
dm: trigger change uevent on rename
by Alasdair G Kergon
· 17 years ago
adfe477
dm crypt: fix write endio
by Milan Broz
· 17 years ago
d1622e8
dm mpath: hp requires scsi
by Paul Mundt
· 17 years ago
512875b
dm: table detect io beyond device
by Jun'ichi Nomura
· 17 years ago
6c55be8
raid5: fix unending write sequence
by Dan Williams
· 17 years ago
2ad8b1e
Add UNPLUG traces to all appropriate places
by Alan D. Brunelle
· 17 years ago
def6ae2
md: fix misapplied patch in raid5.c
by Neil Brown
· 17 years ago
5ec140e
dm: bounce_pfn limit added
by Vasily Averin
· 17 years ago
ca5cd87
x86 merge fallout: uml
by Al Viro
· 17 years ago
68e3f5d
[CRYPTO] users: Fix up scatterlist conversion errors
by Herbert Xu
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
4ae3f84
md: raid5: fix clearing of biofill operations
by Dan Williams
· 17 years ago
85bfb4d
md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata
by NeilBrown
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
Next »