Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3ff195b011d7decf501a4d55aeed312731094796
/
drivers
/
md
/
md.c
3ff195b
sysfs: Implement sysfs tagged directory support.
by Eric W. Biederman
· 15 years ago
1176568
md: restore ability of spare drives to spin down.
by NeilBrown
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
ef286f6
md: fix some lockdep issues between md and sysfs.
by NeilBrown
· 15 years ago
404e4b4
md: allow a resync that is waiting for other resync to complete, to be aborted.
by NeilBrown
· 15 years ago
7fb9dad
md: remove unnecessary code from do_md_run
by NeilBrown
· 15 years ago
a2d79c3
md: make recovery started by do_md_run() visible via sync_action
by Dan Williams
· 15 years ago
0f9552b
md: fix small irregularity with start_ro module parameter
by NeilBrown
· 15 years ago
cbd1998
md: Fix unfortunate interaction with evms
by NeilBrown
· 15 years ago
7b75c2f
drivers/md/md.c: use %pU to print UUIDs
by Joe Perches
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
06e3c81
md: add 'recovery_start' per-device sysfs attribute
by Dan Williams
· 15 years ago
4e59ca7
md: rcu_read_lock() walk of mddev->disks in md_do_sync()
by Dan Williams
· 15 years ago
93be75f
md: integrate spares into array at earliest opportunity.
by NeilBrown
· 15 years ago
aa98aa3
md: move compat_ioctl handling into md.c
by Arnd Bergmann
· 15 years ago
0efb9e6
md: add MODULE_DESCRIPTION for all md related modules.
by NeilBrown
· 15 years ago
1e50915
raid: improve MD/raid10 handling of correctable read errors.
by Robert Becker
· 15 years ago
43a7050
md: support updating bitmap parameters via sysfs.
by NeilBrown
· 15 years ago
72e0207
md: factor out parsing of fixed-point numbers
by NeilBrown
· 15 years ago
42a04b5
md: move offset, daemon_sleep and chunksize out of bitmap structure
by NeilBrown
· 15 years ago
c3d9714
md: collect bitmap-specific fields into one structure.
by NeilBrown
· 15 years ago
a2826aa
md: support barrier requests on all personalities.
by NeilBrown
· 15 years ago
efa5933
md: don't reset curr_resync_completed after an interrupted resync
by NeilBrown
· 15 years ago
c07b70a
md: adjust resync_min usefully when resync aborts.
by NeilBrown
· 15 years ago
aa5cbd1
md/bitmap: protect against bitmap removal while being updated.
by NeilBrown
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
bb9074f
Merge commit 'v2.6.32-rc7'
by Eric W. Biederman
· 15 years ago
0261cd9f
md: allow v0.91 metadata to record devices as being active but not in-sync.
by NeilBrown
· 15 years ago
894d249
sysctl drivers: Remove dead binary sysctl support
by Eric W. Biederman
· 15 years ago
5e86510
md: factor out updating of 'recovery_offset'.
by NeilBrown
· 15 years ago
24395a85
md: don't clear endpoint for resync when resync is interrupted.
by NeilBrown
· 15 years ago
5e5e3e7
md: Fix handling of raid5 array which is being reshaped to fewer devices.
by NeilBrown
· 15 years ago
3fa841d
md: report device as congested when suspended
by NeilBrown
· 15 years ago
0da3c61
md: Improve name of threads created by md_register_thread
by NeilBrown
· 15 years ago
a9f326e
md: remove sparse waring "symbol xxx shadows an earlier one"
by NeilBrown
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
80ffb3c
Fix new incorrect error return from do_md_stop.
by NeilBrown
· 15 years ago
4d484a4
md: allow upper limit for resync/reshape to be set when array is read-only
by NeilBrown
· 15 years ago
51d5668
md: never advance 'events' counter by more than 1.
by NeilBrown
· 15 years ago
c8c00a6
Remove deadlock potential in md_open
by NeilBrown
· 15 years ago
449aad3
md: Use revalidate_disk to effect changes in size of device.
by NeilBrown
· 15 years ago
70471da
md: Handle growth of v1.x metadata correctly.
by NeilBrown
· 15 years ago
3673f30
md: avoid array overflow with bad v1.x metadata
by NeilBrown
· 15 years ago
3a981b0
md: when a level change reduces the number of devices, remove the excess.
by NeilBrown
· 15 years ago
ac5e711
md: Push down data integrity code to personalities.
by Andre Noll
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
e62e58a
md: use interruptible wait when duration is controlled by userspace.
by NeilBrown
· 15 years ago
0909dc4
md: tidy up error paths in md_alloc
by NeilBrown
· 15 years ago
1ec22eb
md: fix error path when duplicate name is found on md device creation.
by NeilBrown
· 15 years ago
b8d966e
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.
by NeilBrown
· 15 years ago
0894cc3
md: Move check for bitmap presence to personality code.
by Andre Noll
· 15 years ago
8190e75
md: remove chunksize rounding from common code.
by NeilBrown
· 15 years ago
1b57f13
md: move assignment of ->utime so that it never gets skipped.
by NeilBrown
· 15 years ago
8c6ac86
md: Push down reconstruction log message to personality code.
by Andre Noll
· 15 years ago
50ac168
md: merge reconfig and check_reshape methods.
by NeilBrown
· 15 years ago
597a711
md: remove unnecessary arguments from ->reconfig method.
by NeilBrown
· 15 years ago
664e7c4
md: Convert mddev->new_chunk to sectors.
by Andre Noll
· 15 years ago
9d8f036
md: Make mddev->chunk_size sector-based.
by Andre Noll
· 15 years ago
2ac06c3
md: prepare for non-power-of-two chunk sizes
by raz ben yehuda
· 15 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
b492b85
md: don't use locked_ioctl.
by NeilBrown
· 15 years ago
7a91ee1
md: don't update curr_resync_completed without also updating reshape_position.
by NeilBrown
· 15 years ago
b6a9ce6
md: export 'frozen' resync state through sysfs
by NeilBrown
· 15 years ago
2b69c83
md: improve errno return when setting array_size
by NeilBrown
· 15 years ago
62e1e38
md: always update level / chunk_size / layout when writing v1.x metadata.
by NeilBrown
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
c464729
md: remove rd%d links immediately after stopping an array.
by NeilBrown
· 16 years ago
5bf2959
md: remove ability to explicit set an inactive array to 'clean'.
by NeilBrown
· 16 years ago
110518b
md: constify VFTs
by Jan Engelhardt
· 16 years ago
dd71cf6
md: tidy up status_resync to handle large arrays.
by NeilBrown
· 16 years ago
c03f6a1
md: update sync_completed and reshape_position even more often.
by NeilBrown
· 16 years ago
acb180b
md: improve usefulness and accuracy of sysfs file md/sync_completed.
by NeilBrown
· 16 years ago
6d56e27
md: allow setting newly added device to 'in_sync' via sysfs.
by NeilBrown
· 16 years ago
223cdea
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
d1a7c50
md: don't display meaningless values in sysfs files resync_start and sync_speed
by NeilBrown
· 16 years ago
cea9c22
md: add explicit method to signal the end of a reshape.
by NeilBrown
· 16 years ago
b522adc
md: 'array_size' sysfs attribute
by Dan Williams
· 16 years ago
1f40362
md: centralize ->array_sectors modifications
by Dan Williams
· 16 years ago
b354603
md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5.
by NeilBrown
· 16 years ago
245f46c
md: add ->takeover method to support changing the personality managing an array
by NeilBrown
· 16 years ago
409c57f
md: enable suspend/resume of md devices.
by NeilBrown
· 16 years ago
e0cf8f0
md: md_unregister_thread should cope with being passed NULL
by NeilBrown
· 16 years ago
34817e8
md: make sure new_level, new_chunksize, new_layout always have sensible values.
by NeilBrown
· 16 years ago
dd8ac33
md: Represent raid device size in sectors.
by Andre Noll
· 16 years ago
58c0fed
md: Make mddev->size sector-based.
by Andre Noll
· 16 years ago
575a80f
md: be more consistent about setting WriteMostly flag when adding a drive to an array
by NeilBrown
· 16 years ago
97e4f42
md: occasionally checkpoint drive recovery to reduce duplicate effort after a crash
by NeilBrown
· 16 years ago
43b2e5d
md: move md_k.h from include/linux/raid/ to drivers/md/
by NeilBrown
· 16 years ago
bff6197
md: move lots of #include lines out of .h files and into .c
by NeilBrown
· 16 years ago
8b2b5c2
md: move LEVEL_* definition from md_k.h to md_u.h
by NeilBrown
· 16 years ago
ef740c3
md: move headers out of include/linux/raid/
by Christoph Hellwig
· 16 years ago
3dbd8c2
md: stop defining MAJOR_NR
by Christoph Hellwig
· 16 years ago
3f9d99c
MD data integrity support
by Martin K. Petersen
· 16 years ago
eea1bf3
md: Fix is_mddev_idle test (again).
by NeilBrown
· 16 years ago
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
Next »