Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ddd9e91b71072b8ebe89311c3a44b077defa1756
/
drivers
/
md
/
md.c
5fd3a17
md: fix deadlock when stopping arrays
by Dan Williams
· 16 years ago
93dbb39
block: fix bad definition of BIO_RW_SYNC
by Jens Axboe
· 16 years ago
de01dfa
md: Ensure an md array never has too many devices.
by NeilBrown
· 16 years ago
4044ba5
md: don't retry recovery of raid1 that fails due to error on source drive.
by NeilBrown
· 16 years ago
efeb53c
md: Allow md devices to be created by name.
by NeilBrown
· 16 years ago
d337482
md: make devices disappear when they are no longer needed.
by NeilBrown
· 16 years ago
a21d150
md: centralise all freeing of an 'mddev' in 'md_free'
by NeilBrown
· 16 years ago
8b76539
md: move allocation of ->queue from mddev_find to md_probe
by NeilBrown
· 16 years ago
cd2ac93
md: need another print_sb for mdp_superblock_1
by Cheng Renquan
· 16 years ago
159ec1f
md: use list_for_each_entry macro directly
by Cheng Renquan
· 16 years ago
0c3573f
md: use sysfs_notify_dirent to notify changes to md/sync_action.
by NeilBrown
· 16 years ago
cb3ac42
md: revert the recent addition of a call to the BLKRRPART ioctl.
by NeilBrown
· 16 years ago
934d9c2
md: destroy partitions and notify udev when md array is stopped.
by NeilBrown
· 16 years ago
f8d56f1
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
9a1c354
[PATCH] pass fmode_t to blkdev_put()
by Al Viro
· 17 years ago
a39907f
[PATCH] switch md
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
92850bb
md: allow extended partitions on md devices.
by NeilBrown
· 16 years ago
3c0ee63
md: use sysfs_notify_dirent to notify changes to md/dev-xxx/state
by NeilBrown
· 16 years ago
b62b759
md: use sysfs_notify_dirent to notify changes to md/array_state
by NeilBrown
· 16 years ago
97ce0a7
md: fix input truncation in safe_delay_store()
by Dan Williams
· 16 years ago
2557072
md: build failure due to missing delay.h
by Stephen Rothwell
· 16 years ago
4bbf377
md: Relax minimum size restrictions on chunk_size.
by NeilBrown
· 16 years ago
d710e13
md: remove space after function name in declaration and call.
by NeilBrown
· 16 years ago
fb4d8c7
md: Remove unnecessary #includes, #defines, and function declarations.
by NeilBrown
· 16 years ago
80268ee
md: Don't try to set an array to 'read-auto' if it is already in that state.
by NeilBrown
· 16 years ago
ea43ddd
md: Allow metadata_version to be updated for externally managed metadata.
by NeilBrown
· 16 years ago
7d3c6f8
md: Fix rdev_size_store with size == 0
by Chris Webb
· 16 years ago
074a7ac
block: move stats from disk to part0
by Tejun Heo
· 16 years ago
0762b8b
block: always set bdev->bd_part
by Tejun Heo
· 16 years ago
ed9e198
block: implement and use {disk|part}_to_dev()
by Tejun Heo
· 16 years ago
9744197
md: Don't wait UNINTERRUPTIBLE for other resync to finish
by NeilBrown
· 16 years ago
271f5a9
Remove invalidate_partition call from do_md_stop.
by NeilBrown
· 16 years ago
56ac36d
md: cancel check/repair requests when recovery is needed
by Dan Williams
· 16 years ago
c89a8ee
Allow faulty devices to be removed from a readonly array.
by NeilBrown
· 16 years ago
dba034e
Fail safely when trying to grow an array with a write-intent bitmap.
by NeilBrown
· 16 years ago
2b25000
Restore force switch of md array to readonly at reboot time.
by NeilBrown
· 16 years ago
19052c0
Make writes to md/safe_mode_delay immediately effective.
by NeilBrown
· 16 years ago
e542713
md: do not count blocked devices as spares
by Dan Williams
· 16 years ago
d8e6440
md: delay notification of 'active_idle' to the recovery thread
by Dan Williams
· 16 years ago
4b80991
md: Protect access to mddev->disks list using RCU
by NeilBrown
· 16 years ago
f2ea68c
md: only count actual openers as access which prevent a 'stop'
by NeilBrown
· 16 years ago
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
b5470dc
md: resolve external metadata handling deadlock in md_allow_write
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
9bbbca3
Fix error paths if md_probe fails.
by Neil Brown
· 16 years ago
a6d8113
md: fix uninitialized use of mddev->recovery_wait
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
6bcfd60
md: kill file_path wrapper
by Christoph Hellwig
· 16 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
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
75ad23b
block: make queue flags non-atomic
by Nick Piggin
· 17 years ago
9a7b2b0
md: fix integer as NULL pointer warnings in md.c
by Harvey Harrison
· 17 years ago
fdefa4d
RAID: remove trailing space from printk line
by Nick Andrew
· 17 years ago
0e82989
md: remove the 'super' sysfs attribute from devices in an 'md' array
by NeilBrown
· 17 years ago
52720ae
md: fix formatting error in /proc/mdstat
by NeilBrown
· 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
Next »