index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-18
Update recovery_offset even when external metadata is used.
NeilBrown
1
-26
/
+18
2010-08-10
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-110
/
+176
2010-08-08
md: clean up do_md_stop
NeilBrown
1
-16
/
+9
2010-08-08
md: fix another deadlock with removing sysfs attributes.
NeilBrown
1
-14
/
+17
2010-08-08
md: move revalidate_disk() back outside open_mutex
Dan Williams
1
-2
/
+4
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-0
/
+6
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-5
/
+5
2010-07-26
md/bitmap: separate out loading a bitmap from initialising the structures.
NeilBrown
1
-2
/
+11
2010-07-26
md/bitmap: clean up plugging calls.
NeilBrown
1
-1
/
+1
2010-07-26
md/plug: optionally use plugger to unplug an array during resync/recovery.
NeilBrown
1
-3
/
+12
2010-07-26
md/raid5: add simple plugging infrastructure.
NeilBrown
1
-0
/
+45
2010-07-26
md: add support for raising dm events.
NeilBrown
1
-0
/
+2
2010-07-26
md: export various start/stop interfaces
NeilBrown
1
-8
/
+13
2010-07-26
md: split out md_rdev_init
NeilBrown
1
-15
/
+19
2010-07-26
md: be more careful setting MD_CHANGE_CLEAN
NeilBrown
1
-1
/
+2
2010-07-21
md: reduce dependence on sysfs.
NeilBrown
1
-54
/
+47
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
[next]