Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fac1d933f4691d59eb5f6ec02bb8eae8d5c68297
/
drivers
/
md
257a4b4
md/raid5: STRIPE_ACTIVE has lock semantics, add barriers
by Dan Williams
· 13 years ago
9a3f530
md/raid5: abort any pending parity operations when array fails.
by NeilBrown
· 13 years ago
a844506
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
by Stephen Rothwell
· 13 years ago
6f66263
device-mapper: dm-bufio.c needs to include module.h
by Stephen Rothwell
· 13 years ago
1944ce6
drivers/md: change module.h -> export.h in persistent-data/dm-*
by Paul Gortmaker
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b4fdcb0
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
43672a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dm
by Linus Torvalds
· 13 years ago
daaa5f7
md: Add in export.h for files using EXPORT_SYMBOL
by Paul Gortmaker
· 13 years ago
056075c
md: Add module.h to all files using it implicitly
by Paul Gortmaker
· 13 years ago
571109f
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
2e727c3
dm: raid fix device status indicator when array initializing
by Jonathan E Brassow
· 13 years ago
5a25f0e
dm log userspace: add log device dependency
by Jonathan E Brassow
· 13 years ago
b895445
dm log userspace: fix comment hyphens
by Jonathan Brassow
· 13 years ago
991d9fa
dm: add thin provisioning target
by Joe Thornber
· 13 years ago
3241b1d
dm: add persistent data library
by Joe Thornber
· 13 years ago
95d402f
dm: add bufio
by Mikulas Patocka
· 13 years ago
3cf2e4b
dm: export dm get md
by Alasdair G Kergon
· 13 years ago
36a0456
dm table: add immutable feature
by Alasdair G Kergon
· 13 years ago
cc6cbe1
dm table: add always writeable feature
by Alasdair G Kergon
· 13 years ago
3791e2f
dm table: add singleton feature
by Alasdair G Kergon
· 13 years ago
7f06965
dm kcopyd: add dm_kcopyd_zero to zero an area
by Mikulas Patocka
· 13 years ago
fbdc86f
dm: remove superfluous smp_mb
by Namhyung Kim
· 13 years ago
71a1673
dm: use local printk ratelimit
by Namhyung Kim
· 13 years ago
4693c966
dm table: propagate non rotational flag
by Mandeep Singh Baines
· 13 years ago
7fcc7c8
md/raid10: Fix bug when activating a hot-spare.
by NeilBrown
· 13 years ago
c3ae1f3
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
d890fa2
md: Fix some bugs in recovery_disabled handling.
by NeilBrown
· 13 years ago
355840e
md/raid5: fix bug that could result in reads from a failed device.
by NeilBrown
· 13 years ago
9562ad9
block: Remove the control of complete cpu from bio.
by Tao Ma
· 13 years ago
d136f2e
dm kcopyd: fix job_pool leak
by Alasdair G Kergon
· 13 years ago
5c04b42
Merge branch 'v3.1-rc10' into for-3.2/core
by Jens Axboe
· 13 years ago
751e67c
md.c: trivial comment fix
by Chris Dunlop
· 13 years ago
d70ed2e
MD: Allow restarting an interrupted incremental recovery.
by Andrei Warkentin
· 13 years ago
d30519f
md: clear In_sync bit on devices added to an active array.
by NeilBrown
· 13 years ago
34db0cd
md: add proper write-congestion reporting to RAID1 and RAID10.
by NeilBrown
· 13 years ago
84fc4b5
md: rename "mdk_personality" to "md_personality"
by NeilBrown
· 13 years ago
29d3247
md/bitmap remove fault injection options.
by NeilBrown
· 13 years ago
d1688a6
md/raid5: typedef removal: raid5_conf_t -> struct r5conf
by NeilBrown
· 13 years ago
e809636
md/raid1: typedef removal: conf_t -> struct r1conf
by NeilBrown
· 13 years ago
e879a87
md/raid10: typedef removal: conf_t -> struct r10conf
by NeilBrown
· 13 years ago
e373ab1
md/raid0: typedef removal: raid0_conf_t -> struct r0conf
by NeilBrown
· 13 years ago
69724e2
md/multipath: typedef removal: multipath_conf_t -> struct mpconf
by NeilBrown
· 13 years ago
e849b93
md/linear: typedef removal: linear_conf_t -> struct linear_conf
by NeilBrown
· 13 years ago
8f1ae43
md/faulty: remove typedef: conf_t -> struct faulty_conf
by NeilBrown
· 13 years ago
a712077
md/linear: remove typedefs: dev_info_t -> struct dev_info
by NeilBrown
· 13 years ago
0f6d02d
md: remove typedefs: mirror_info_t -> struct mirror_info
by NeilBrown
· 13 years ago
9f2c9d1
md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio
by NeilBrown
· 13 years ago
2b8bf34
md: remove typedefs: mdk_thread_t -> struct md_thread
by NeilBrown
· 13 years ago
fd01b88
md: remove typedefs: mddev_t -> struct mddev
by NeilBrown
· 13 years ago
3cb0300
md: removing typedefs: mdk_rdev_t -> struct md_rdev
by NeilBrown
· 13 years ago
50de8df
md/raid0: convert some printks to pr_debug.
by NeilBrown
· 13 years ago
36a4e1f
md: remove PRINTK and dprintk debugging and use pr_debug
by NeilBrown
· 13 years ago
bdc04e6
md: remove some old DEBUGging code.
by NeilBrown
· 13 years ago
db298e1
md/raid5: convert to macros into inline functions.
by NeilBrown
· 13 years ago
0fc280f
md/raid1/ avoid bio search in end_sync_read()
by NeilBrown
· 13 years ago
ba3ae3b
md/raid1: factor out common bio handling code
by Namhyung Kim
· 13 years ago
e4f869d
md/raid5: remove pointless NULL test.
by NeilBrown
· 13 years ago
ce550c2
md/raid1: add documentation to r1_private_data_s data structure.
by NeilBrown
· 13 years ago
6367f17
Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm
by Linus Torvalds
· 13 years ago
983c7db
dm crypt: always disable discard_zeroes_data
by Milan Broz
· 13 years ago
8232480
dm: raid fix write_mostly arg validation
by Jonthan Brassow
· 13 years ago
876fbba
dm table: avoid crash if integrity profile changes
by Mike Snitzer
· 13 years ago
68e58a2
dm: flakey fix corrupt_bio_byte error path
by Mike Snitzer
· 13 years ago
2dba6a9
md: don't delay reboot by 1 second if no MD devices exist
by Daniel P. Berrange
· 13 years ago
7e84152
trival: md_k.h should be md.h in the beginning comment of file md.h
by Wang Sheng-Hui
· 13 years ago
2585f3e
md/bitmap: improve handling of 'allclean'.
by NeilBrown
· 13 years ago
5a537df
md/bitmap: rename and tidy up BITMAP_PAGE_CLEAN
by NeilBrown
· 13 years ago
01f96c0
md: Avoid waking up a thread after it has been freed.
by NeilBrown
· 13 years ago
5a7bbad
block: remove support for bio remapping from ->make_request
by Christoph Hellwig
· 13 years ago
c20e8de
block: rename __make_request() to blk_queue_bio()
by Jens Axboe
· 13 years ago
166e1f9
block: export __make_request
by Christoph Hellwig
· 13 years ago
27a7b26
md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.
by NeilBrown
· 13 years ago
079fa16
md/raid1,10: Remove use-after-free bug in make_request.
by NeilBrown
· 13 years ago
19d5f83
md/raid10: unify handling of write completion.
by NeilBrown
· 13 years ago
43220aa
md/raid5: fix a hang on device failure.
by NeilBrown
· 13 years ago
7da64a0
md: fix clearing of 'blocked' flag in the presence of bad blocks.
by NeilBrown
· 13 years ago
1b6afa1
md/linear: avoid corrupting structure while waiting for rcu_free to complete.
by NeilBrown
· 13 years ago
a5bf4df
md: use REQ_NOIDLE flag in md_super_write()
by Namhyung Kim
· 13 years ago
aeb9b21
md: ensure changes to 'write-mostly' are reflected in metadata.
by NeilBrown
· 13 years ago
5ef56c8
md: report failure if a 'set faulty' request doesn't.
by NeilBrown
· 13 years ago
ed8b752
dm table: set flush capability based on underlying devices
by Mike Snitzer
· 13 years ago
772ae5f
dm crypt: optionally support discard requests
by Milan Broz
· 13 years ago
3273727
dm raid: add md raid1 support
by Jonathan Brassow
· 13 years ago
b12d437
dm raid: support metadata devices
by Jonathan Brassow
· 13 years ago
46bed2b
dm raid: add write_mostly parameter
by Jonathan Brassow
· 13 years ago
c108456
dm raid: add region_size parameter
by Jonathan Brassow
· 13 years ago
759dea2
dm ioctl: forbid multiple device specifiers
by Mikulas Patocka
· 13 years ago
ba2e19b
dm ioctl: introduce __get_dev_cell
by Mikulas Patocka
· 13 years ago
0ddf964
dm ioctl: fill in device parameters in more ioctls
by Mikulas Patocka
· 13 years ago
a399879
dm flakey: add corrupt_bio_byte feature
by Mike Snitzer
· 13 years ago
b26f5e3
dm flakey: add drop_writes
by Mike Snitzer
· 13 years ago
dfd068b
dm flakey: support feature args
by Mike Snitzer
· 13 years ago
30e4171
dm flakey: use dm_target_offset and support discards
by Mike Snitzer
· 13 years ago
498f010
dm table: share target argument parsing functions
by Mike Snitzer
· 13 years ago
a6e50b4
dm snapshot: skip reading origin when overwriting complete chunk
by Mikulas Patocka
· 13 years ago
d5b9dd0
dm: ignore merge_bvec for snapshots when safe
by Mikulas Patocka
· 13 years ago
0864901
dm table: clean dm_get_device and move exports
by Mike Snitzer
· 13 years ago
3e8dbb7
dm raid: tidy includes
by Alasdair G Kergon
· 13 years ago
2ca4c92
dm ioctl: prevent empty message
by Alasdair G Kergon
· 13 years ago
Next »