index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-24
md: Don't update ->recovery_offset when reshaping an array to fewer devices.
NeilBrown
1
-0
/
+2
2010-06-24
md: fix handling of array level takeover that re-arranges devices.
NeilBrown
1
-5
/
+30
2010-06-24
Restore partition detection of newly created md arrays.
NeilBrown
1
-0
/
+1
2010-05-22
Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus
NeilBrown
1
-6
/
+7
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-3
/
+3
2010-05-18
md: don't insist on valid event count for spare devices.
NeilBrown
1
-6
/
+13
2010-05-18
md: simplify updating of event count to sometimes avoid updating spares.
NeilBrown
1
-20
/
+6
2010-05-18
md: restore ability of spare drives to spin down.
NeilBrown
1
-2
/
+8
2010-05-18
md: allow integers to be passed to md/level
Dan Williams
1
-10
/
+14
2010-05-18
md: notify mdstat waiters of level change
Dan Williams
1
-0
/
+1
2010-05-18
md: don't unregister the thread in mddev_suspend
NeilBrown
1
-7
/
+6
2010-05-18
md: factor out init code for an mddev
NeilBrown
1
-17
/
+22
2010-05-18
md: pass mddev to make_request functions rather than request_queue
NeilBrown
1
-2
/
+2
2010-05-18
md: call md_stop_writes from md_stop
NeilBrown
1
-4
/
+3
2010-05-18
md: split md_set_readonly out of do_md_stop
NeilBrown
1
-39
/
+51
2010-05-18
md: factor md_stop_writes out of do_md_stop.
NeilBrown
1
-15
/
+22
2010-05-18
md: start to refactor do_md_stop
NeilBrown
1
-43
/
+55
2010-05-18
md: factor do_md_run to separate accesses to ->gendisk
NeilBrown
1
-8
/
+16
2010-05-18
md: remove ->changed and related code.
NeilBrown
1
-21
/
+1
2010-05-18
md: don't reference gendisk in getgeo
NeilBrown
1
-1
/
+1
2010-05-18
md: move io accounting out of personalities into md_make_request
NeilBrown
1
-0
/
+11
2010-05-18
md: notify level changes through sysfs.
Maciej Trela
1
-0
/
+1
2010-05-18
md: Relax checks on ->max_disks when external metadata handling is used.
NeilBrown
1
-3
/
+4
2010-05-18
md: Correctly handle device removal via sysfs
Maciej Trela
1
-0
/
+1
2010-05-18
md: Add support for Raid5->Raid0 and Raid10->Raid0 takeover
Trela, Maciej
1
-0
/
+7
2010-05-18
md:Add support for Raid0->Raid5 takeover
Trela Maciej
1
-0
/
+14
2010-05-18
md: discard StateChanged device flag.
NeilBrown
1
-6
/
+1
2010-05-17
md: manage redundancy group in sysfs when changing level.
NeilBrown
1
-11
/
+32
2010-05-17
md: remove unneeded sysfs files more promptly
NeilBrown
1
-10
/
+31
2010-05-12
md: set mddev readonly flag on blkdev BLKROSET ioctl
Dan Williams
1
-0
/
+29
2010-05-07
md: restore ability of spare drives to spin down.
NeilBrown
1
-2
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-2
/
+2
2010-02-10
md: fix some lockdep issues between md and sysfs.
NeilBrown
1
-9
/
+5
2009-12-30
md: allow a resync that is waiting for other resync to complete, to be aborted.
NeilBrown
1
-2
/
+3
2009-12-30
md: remove unnecessary code from do_md_run
NeilBrown
1
-28
/
+0
2009-12-30
md: make recovery started by do_md_run() visible via sync_action
Dan Williams
1
-0
/
+1
2009-12-30
md: fix small irregularity with start_ro module parameter
NeilBrown
1
-1
/
+1
2009-12-30
md: Fix unfortunate interaction with evms
NeilBrown
1
-1
/
+7
2009-12-15
drivers/md/md.c: use %pU to print UUIDs
Joe Perches
1
-12
/
+4
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-2
/
+2
2009-12-14
md: add 'recovery_start' per-device sysfs attribute
Dan Williams
1
-1
/
+40
2009-12-14
md: rcu_read_lock() walk of mddev->disks in md_do_sync()
Dan Williams
1
-2
/
+6
2009-12-14
md: integrate spares into array at earliest opportunity.
NeilBrown
1
-7
/
+6
2009-12-14
md: move compat_ioctl handling into md.c
Arnd Bergmann
1
-0
/
+23
2009-12-14
md: add MODULE_DESCRIPTION for all md related modules.
NeilBrown
1
-0
/
+1
2009-12-14
raid: improve MD/raid10 handling of correctable read errors.
Robert Becker
1
-0
/
+34
2009-12-14
md: support updating bitmap parameters via sysfs.
NeilBrown
1
-1
/
+4
2009-12-14
md: factor out parsing of fixed-point numbers
NeilBrown
1
-22
/
+42
2009-12-14
md: move offset, daemon_sleep and chunksize out of bitmap structure
NeilBrown
1
-2
/
+5
[next]