Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f233ea5c9e0d8b95e4283bf6a3436b88f6fd3586
/
drivers
/
md
f233ea5
md: Make mddev->array_size sector-based.
by Andre Noll
· 16 years ago
15f4a5f
md: Make super_type->rdev_size_change() take sector-based sizes.
by Andre Noll
· 16 years ago
d07bd3b
md: Fix check for overlapping devices.
by Andre Noll
· 16 years ago
d702745
md: Tidy up rdev_size_store a bit:
by Neil Brown
· 16 years ago
0f42035
md: Turn rdev->sb_offset into a sector-based quantity.
by Andre Noll
· 16 years ago
b73df2d
md: Make calc_dev_sboffset() return a sector count.
by Andre Noll
· 16 years ago
e7debaa
md: Replace calc_dev_size() by calc_num_sectors().
by Andre Noll
· 16 years ago
d71f9f8
md: Make update_size() take the number of sectors.
by Andre Noll
· 16 years ago
df5b20c
md: Better control of when do_md_stop is allowed to stop the array.
by Neil Brown
· 16 years ago
26ef379
md: get_disk_info(): Don't convert between signed and unsigned and back.
by Andre Noll
· 16 years ago
80fab1d
md: Simplify restart_array().
by Andre Noll
· 16 years ago
ebc2433
md: alloc_disk_sb(): Return proper error value.
by Andre Noll
· 16 years ago
ce0c8e0
md: Simplify sb_equal().
by Andre Noll
· 16 years ago
0571046
md: Simplify uuid_equal().
by Andre Noll
· 16 years ago
35020f1
md: sb_equal(): Fix misleading printk.
by Andre Noll
· 17 years ago
7f6ce76
md: Fix a typo in the comment to cmd_match().
by Andre Noll
· 17 years ago
910d8cb
md: Fix typo in array_state comment.
by Andre Noll
· 17 years ago
9687a60
md: sync_speed_show(): Trivial cleanups.
by Andre Noll
· 17 years ago
13e53df
md: do_md_run(): Fix misleading error message.
by Andre Noll
· 17 years ago
2f9618c
md: md_getgeo(): Move comment to proper position.
by Andre Noll
· 17 years ago
bb57fc6
md: md_ioctl(): Fix misleading indentation.
by Andre Noll
· 17 years ago
0529613
Merge branch 'for-neil' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md into for-next
by Neil Brown
· 16 years ago
5b1a4bf
Merge branch 'master' into for-next
by Neil Brown
· 16 years ago
cefcade9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 16 years ago
c7f1b20
dm crypt: use cond_resched
by Milan Broz
· 16 years ago
b5470dc
md: resolve external metadata handling deadlock in md_allow_write
by Dan Williams
· 16 years ago
1fe797e
md: rationalize raid5 function names
by Dan Williams
· 16 years ago
7b3a871
md: handle operation chaining in raid5_run_ops
by Dan Williams
· 16 years ago
d8ee072
md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states
by Dan Williams
· 16 years ago
600aa10
md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'
by Dan Williams
· 16 years ago
976ea8d
md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
by Dan Williams
· 16 years ago
83de75c
md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
by Dan Williams
· 16 years ago
ecc65c9
md: replace STRIPE_OP_CHECK with 'check_states'
by Dan Williams
· 16 years ago
f0e43bc
md: unify raid5/6 i/o submission
by Dan Williams
· 16 years ago
c4e5ac0
md: use stripe_head_state in ops_run_io()
by Dan Williams
· 16 years ago
2b7497f
md: kill STRIPE_OP_IO flag
by Dan Williams
· 16 years ago
b203886
md: kill STRIPE_OP_MOD_DMA in raid5 offload
by Dan Williams
· 16 years ago
0cd17fe
Support changing rdev size on running arrays.
by Chris Webb
· 16 years ago
5266473
Make sure all changes to md/dev-XX/state are notified
by Neil Brown
· 16 years ago
a99ac97
Make sure all changes to md/degraded are notified.
by Neil Brown
· 16 years ago
72a23c2
Make sure all changes to md/sync_action are notified.
by Neil Brown
· 16 years ago
0fd62b8
Make sure all changes to md/array_state are notified.
by Neil Brown
· 16 years ago
c7d0c94
Don't reject HOT_REMOVE_DISK request for an array that is not yet started.
by Neil Brown
· 16 years ago
199050e
rationalise return value for ->hot_add_disk method.
by Neil Brown
· 16 years ago
6c2fce2
Support adding a spare to a live md array with external metadata.
by Neil Brown
· 16 years ago
8ed0a52
Enable setting of 'offset' and 'size' of a hot-added spare.
by Neil Brown
· 16 years ago
1a0fd49
Don't try to make md arrays dirty if that is not meaningful.
by Neil Brown
· 16 years ago
f48ed53
Close race in md_probe
by Neil Brown
· 16 years ago
5e96ee6
Allow setting start point for requested check/repair
by Neil Brown
· 16 years ago
a0da84f
Improve setting of "events_cleared" for write-intent bitmaps.
by Neil Brown
· 16 years ago
0e13fe23
use bio_endio instead of a call to bi_end_io
by Neil Brown
· 16 years ago
1386451
linear: correct disk numbering error check
by Nikanth Karthikesan
· 16 years ago
9bbbca3
Fix error paths if md_probe fails.
by Neil Brown
· 16 years ago
efe3114
Don't acknowlege that stripe-expand is complete until it really is.
by Neil Brown
· 16 years ago
8c2e870
Ensure interrupted recovery completed properly (v1 metadata plus bitmap)
by Neil Brown
· 16 years ago
c337869
md: do not compute parity unless it is on a failed drive
by Dan Williams
· 16 years ago
a6d8113
md: fix uninitialized use of mddev->recovery_wait
by Dan Williams
· 16 years ago
e0a115e
md: fix prexor vs sync_request race
by Dan Williams
· 16 years ago
dfc7064
md: restart recovery cleanly after device failure.
by NeilBrown
· 16 years ago
90b0871
md: allow parallel resync of md-devices.
by Bernd Schubert
· 16 years ago
4f54b0e
md: notify userspace on 'stop' events
by Dan Williams
· 16 years ago
09a44cc
md: notify userspace on 'write-pending' changes to array_state
by NeilBrown
· 16 years ago
698b18c
md: raid1: Fix restoration of bio between failed read and write.
by NeilBrown
· 16 years ago
6be9d49
md: md: raid5 rate limit error printk
by Bernd Schubert
· 16 years ago
6bcfd60
md: kill file_path wrapper
by Christoph Hellwig
· 16 years ago
84255d1
md: fix possible oops when removing a bitmap from an active array
by NeilBrown
· 16 years ago
e7e72bf
Remove blkdev warning triggered by using md
by Neil Brown
· 17 years ago
c8894419
md: fix raid5 'repair' operations
by Dan Williams
· 17 years ago
cb6969e
misc: fix integer as NULL pointer warnings
by Harvey Harrison
· 17 years ago
6bfe0b4
md: support blocking writes to an array on device failure
by Dan Williams
· 17 years ago
11e2ede
md: prevent duplicates in bind_rdev_to_array
by Dan Williams
· 17 years ago
242b363
md: remove a stray command from a copy and paste error in resync_start_store
by Dan Williams
· 17 years ago
648b629
md: fix up switching md arrays between read-only and read-write
by NeilBrown
· 17 years ago
31a59e3
md: fix 'safemode' handling for external metadata.
by NeilBrown
· 17 years ago
d897dbf
md: reinitialise more mddev fields in do_md_stop.
by NeilBrown
· 17 years ago
8377bc8
md: skip all metadata update processing when using external metadata.
by NeilBrown
· 17 years ago
6a51830
md: fix use after free when removing rdev via sysfs
by Dan Williams
· 17 years ago
c9a3f6d
dm: use unlocked variants of queue flag check/set
by Jens Axboe
· 17 years ago
bd5d435
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
c7705f344
drivers: use non-racy method for proc entries creation (2)
by Denis V. Lunev
· 17 years ago
992b5bc
block: no need to initialize rq->cmd with blk_get_request
by FUJITA Tomonori
· 17 years ago
75ad23b
block: make queue flags non-atomic
by Nick Piggin
· 17 years ago
62b0559
drivers/md: use time_before, time_before_eq, etc
by Julia Lawall
· 17 years ago
d7a420c
raid: remove leading TAB on printk messages
by Nick Andrew
· 17 years ago
4ef197d8
md: raid5.c convert simple_strtoul to strict_strtoul
by Dan Williams
· 17 years ago
8b3e6cd
md: introduce get_priority_stripe() to improve raid456 write performance
by Dan Williams
· 17 years ago
e46b272
md: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
9a7b2b0
md: fix integer as NULL pointer warnings in md.c
by Harvey Harrison
· 17 years ago
cf13ab8
dm: remove md argument from specific_minor
by Frederik Deweerdt
· 17 years ago
4fdfe40
dm table: remove unused dm_create_error_table
by Adrian Bunk
· 17 years ago
e8488d0
dm table: drop void suspend_targets return
by Adrian Bunk
· 17 years ago
7ff14a3
dm: unplug queues in threads
by Mikulas Patocka
· 17 years ago
a2aebe0
dm raid1: use timer
by Mikulas Patocka
· 17 years ago
a765e20
dm: move include files
by Alasdair G Kergon
· 17 years ago
2d1e580
dm kcopyd: rename
by Alasdair G Kergon
· 17 years ago
0da336e
dm: expose macros
by Alasdair G Kergon
· 17 years ago
945fa4d
dm kcopyd: remove redundant client counting
by Mikulas Patocka
· 17 years ago
08d8757
dm kcopyd: private mempool
by Mikulas Patocka
· 17 years ago
8c0cbc2
dm kcopyd: per device
by Mikulas Patocka
· 17 years ago
2a23aa1
dm log: make module use tracking internal
by Jonathan Brassow
· 17 years ago
Next »