Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2b7f1b8c8f4a8991dfeefc31844e15c642b6de2a
/
drivers
/
md
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
· 18 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
642f14903
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
c00046c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
80fd662
dm crypt: tidy pending
by Milan Broz
· 17 years ago
b15546f
dm mpath: send uevents
by Mike Anderson
· 17 years ago
7a8c3d3
dm: uevent generate events
by Mike Anderson
· 17 years ago
51e5b2b
dm: add uevent to core
by Mike Anderson
· 17 years ago
96a1f7d
dm: export name and uuid
by Mike Anderson
· 17 years ago
aa5617c
dm raid1: add mirror_set to struct mirror
by Jonathan Brassow
· 17 years ago
6b3df0d
dm log: split suspend
by Jonathan Brassow
· 17 years ago
fe97e2a
dm mpath: hp retry if not ready
by Dave Wysochanski
· 17 years ago
16ebbf3
dm mpath: add hp handler
by Dave Wysochanski
· 17 years ago
c9e4558
dm mpath: add retry pg init
by Dave Wysochanski
· 17 years ago
636d578
dm crypt: tidy labels
by Milan Broz
· 17 years ago
d469f84
dm crypt: tidy whitespace
by Milan Broz
· 17 years ago
cabf08e
dm crypt: add post processing queue
by Milan Broz
· 17 years ago
9934a8b
dm crypt: use per device singlethread workqueues
by Milan Broz
· 17 years ago
d336416
dm mpath: emc fix an error message
by Alasdair G Kergon
· 17 years ago
051814c
dm: bio_list macro renaming
by Alasdair G Kergon
· 17 years ago
bb56acf
dm io:ctl remove vmalloc void cast
by Jesper Juhl
· 17 years ago
9e4e5f8
dm: tidy bio_io_error usage
by Milan Broz
· 17 years ago
def5b5b
kcopyd use mutex instead of semaphore
by Matthias Kaehlcke
· 17 years ago
094262d
dm: use kzalloc
by Dmitry Monakhov
· 17 years ago
6f3c3f0
dm: use is_power_of_2
by vignesh babu
· 17 years ago
ae9da83
dm: fix thaw_bdev
by Jun'ichi Nomura
· 17 years ago
79662d1
dm delay: fix status
by Milan Broz
· 17 years ago
2e64a0f
dm delay: fix ctr error paths
by Dmitry Monakhov
· 17 years ago
a72cf73
dm raid1: fix leakage
by Dmitry Monakhov
· 17 years ago
815f9e3
dm crypt: missing kfree in ctr error path
by Dmitry Monakhov
· 17 years ago
55b42c5
dm crypt: drop device ref in ctr error path
by Dmitry Monakhov
· 17 years ago
027d50f
dm io:ctl use constant struct size
by Milan Broz
· 17 years ago
c7ac86d
dm mpath: rdac fix init race
by Bryn M. Reeves
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
cf7a441
md: make sure read errors are auto-corrected during a 'check' resync in raid1
by NeilBrown
· 17 years ago
d7f3d29
md: expose the degraded status of an assembled array through sysfs
by Iustin Pop
· 17 years ago
2b12ab6
md: 'sync_action' in sysfs returns wrong value for readonly arrays
by NeilBrown
· 17 years ago
8299d7f
md: fix a bug in some never-used code.
by NeilBrown
· 17 years ago
4d936ec
md: software Raid autodetect dev list not array
by Michael J. Evans
· 17 years ago
644bd2f
Fix memory leak in dm-crypt
by Neil Brown
· 17 years ago
fd5d806
block: convert blkdev_issue_flush() to use empty barriers
by Jens Axboe
· 17 years ago
0dddfd4
dm: emc_endio returns void
by Geert Uytterhoeven
· 17 years ago
19c38de
kobjects: fix up improper use of the kobject name field
by Greg Kroah-Hartman
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
6684657
Stop exporting blk_rq_bio_prep
by NeilBrown
· 17 years ago
e4d8490
raid5: fix 2 bugs in ops_complete_biofill
by Dan Williams
· 17 years ago
2123a09
Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)
by aherrman@arcor.de
· 17 years ago
a2e0855
md: fix some bugs with growing raid5/raid6 arrays.
by NeilBrown
· 17 years ago
f99ba18
dm-mpath-rdac: don't stomp on a requests transfer bit
by Andrew Vasquez
· 17 years ago
6e106b0
DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined
by Randy Dunlap
· 17 years ago
a88aa78
md: correctly update sysfs when a raid1 is reshaped
by NeilBrown
· 17 years ago
918f023
md: make sure a re-add after a restart honours bitmap when resyncing
by NeilBrown
· 17 years ago
c7149d6
Fix remap handling by blktrace
by Alan D. Brunelle
· 17 years ago
f6f953a
md: handle writes to broken raid10 arrays gracefully
by Arne Redlich
· 17 years ago
14e7134
md: raid10: fix use-after-free of bio
by Maik Hampel
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 18 years ago
80b16c1
dm io: fix panic on large request
by Milan Broz
· 18 years ago
eb0645a
async_tx: fix kmap_atomic usage in async_memcpy
by Dan Williams
· 18 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 18 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 18 years ago
851a8a7
dm: fix memory leak in dm_create_persistent() when starting metadata update thread fails
by Jesper Juhl
· 18 years ago
Next »