index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
md: fix md io stats accounting broken
Gu Zheng
1
-1
/
+5
2015-03-21
md: Fix stray --cluster-confirm crash
Goldwyn Rodrigues
1
-2
/
+6
2015-03-21
md: fix problems with freeing private data after ->run failure.
NeilBrown
1
-1
/
+2
2015-02-25
md: fix error paths from bitmap_create.
NeilBrown
1
-2
/
+4
2015-02-25
md: mark some attributes as pre-alloc
NeilBrown
1
-6
/
+8
2015-02-23
Add new disk to clustered array
Goldwyn Rodrigues
1
-3
/
+49
2015-02-23
Suspend writes in RAID1 if within range
Goldwyn Rodrigues
1
-0
/
+1
2015-02-23
Send RESYNCING while performing resync start/stop
Goldwyn Rodrigues
1
-2
/
+2
2015-02-23
Reload superblock if METADATA_UPDATED is received
Goldwyn Rodrigues
1
-0
/
+22
2015-02-23
metadata_update sends message to other nodes
Goldwyn Rodrigues
1
-14
/
+75
2015-02-23
bitmap_create returns bitmap pointer
Goldwyn Rodrigues
1
-6
/
+19
2015-02-23
Gather on-going resync information of other nodes
Goldwyn Rodrigues
1
-0
/
+8
2015-02-23
Add node recovery callbacks
Goldwyn Rodrigues
1
-1
/
+1
2015-02-23
Return MD_SB_CLUSTERED if mddev is clustered
Goldwyn Rodrigues
1
-0
/
+3
2015-02-23
Introduce md_cluster_info
Goldwyn Rodrigues
1
-0
/
+2
2015-02-23
Introduce md_cluster_operations to handle cluster functions
Goldwyn Rodrigues
1
-0
/
+52
2015-02-06
md: make reconfig_mutex optional for writes to md sysfs files.
NeilBrown
1
-106
/
+240
2015-02-06
md: move mddev_lock and related to md.h
NeilBrown
1
-24
/
+2
2015-02-06
md: use mddev->lock to protect updates to resync_{min,max}.
NeilBrown
1
-13
/
+45
2015-02-06
md: minor cleanup in safe_delay_store.
NeilBrown
1
-5
/
+7
2015-02-06
md: move GET_BITMAP_FILE ioctl out from mddev_lock.
NeilBrown
1
-26
/
+32
2015-02-06
md: tidy up set_bitmap_file
NeilBrown
1
-7
/
+9
2015-02-06
md: remove unnecessary 'buf' from get_bitmap_file.
NeilBrown
1
-8
/
+4
2015-02-06
md: remove mddev_lock from rdev_attr_show()
NeilBrown
1
-22
/
+14
2015-02-06
md: remove mddev_lock() from md_attr_show()
NeilBrown
1
-13
/
+10
2015-02-06
md: remove need for mddev_lock() in md_seq_show()
NeilBrown
1
-5
/
+3
2015-02-04
md: protect ->pers changes with mddev->lock
NeilBrown
1
-21
/
+34
2015-02-04
md: level_store: group all important changes into one place.
NeilBrown
1
-30
/
+32
2015-02-04
md: rename ->stop to ->free
NeilBrown
1
-5
/
+5
2015-02-04
md: split detach operation out from ->stop.
NeilBrown
1
-4
/
+26
2015-02-04
md: make merge_bvec_fn more robust in face of personality changes.
NeilBrown
1
-0
/
+24
2015-02-04
md: make ->congested robust against personality changes.
NeilBrown
1
-2
/
+20
2015-02-04
md: rename mddev->write_lock to mddev->lock
NeilBrown
1
-18
/
+18
2014-12-14
Merge tag 'md/3.19' of git://neil.brown.name/md
Linus Torvalds
1
-11
/
+27
2014-12-11
md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.
NeilBrown
1
-10
/
+26
2014-12-03
md: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2014-11-24
md: use generic io stats accounting functions to simplify io stat accounting
Gu Zheng
1
-5
/
+1
2014-11-17
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
1
-0
/
+4
2014-10-14
md: move EXPORT_SYMBOL to after function in md.c
NeilBrown
1
-12
/
+11
2014-10-14
md: discard PRINT_RAID_DEBUG ioctl
NeilBrown
1
-138
/
+0
2014-10-14
md: remove MD_BUG()
NeilBrown
1
-46
/
+12
2014-10-14
md: clean up 'exit' labels in md_ioctl().
NeilBrown
1
-41
/
+35
2014-10-14
md: remove unnecessary test for MD_MAJOR in md_ioctl()
NeilBrown
1
-4
/
+1
2014-10-14
md: don't allow "-sync" to be set for device in an active array.
NeilBrown
1
-4
/
+6
2014-10-14
md: remove unwanted white space from md.c
NeilBrown
1
-101
/
+74
2014-10-14
md: don't start resync thread directly from md thread.
NeilBrown
1
-23
/
+36
2014-10-14
md: Just use RCU when checking for overlap between arrays.
NeilBrown
1
-8
/
+7
2014-10-14
md: avoid potential long delay under pers_lock
Chao Yu
1
-1
/
+2
2014-10-14
md: simplify export_array()
NeilBrown
1
-8
/
+4
2014-10-14
md: discard find_rdev_nr in favour of find_rdev_nr_rcu
NeilBrown
1
-14
/
+8
[prev]
[next]