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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-22
dm: process requeue in dm_wq_work
Mikulas Patocka
1
-3
/
+10
2009-06-22
dm: make dm_flush return void
Mikulas Patocka
1
-13
/
+4
2009-06-22
dm: always hold bdev reference
Mikulas Patocka
1
-41
/
+16
2009-06-22
dm: rename suspended_bdev to bdev
Mikulas Patocka
1
-18
/
+18
2009-06-22
dm exception store: fix exstore lookup to be case insensitive
Jonathan Brassow
1
-1
/
+1
2009-06-22
dm: use i_size_read
Mikulas Patocka
3
-3
/
+4
2009-06-22
dm: avoid unsupported spanning of md stripe boundaries
Mikulas Patocka
1
-0
/
+10
2009-06-22
dm mpath: flush keventd queue in destructor
Mikulas Patocka
1
-0
/
+1
2009-06-22
dm raid1: keep retrying alloc if mempool_alloc failed
Mikulas Patocka
1
-1
/
+1
2009-06-22
dm mpath: call activate fn for each path in pg_init
Chandra Seetharaman
1
-37
/
+26
2009-06-22
dm mpath: change attached scsi_dh
Hannes Reinecke
1
-2
/
+13
2009-06-22
dm: sysfs skip output when device is being destroyed
Milan Broz
1
-0
/
+4
2009-06-22
dm mpath: validate hw_handler argument count
Mikulas Patocka
1
-0
/
+5
2009-06-22
dm mpath: validate table argument count
Mikulas Patocka
1
-0
/
+6
2009-06-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2009-06-19
block: rename CONFIG_LBD to CONFIG_LBDAF
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-06-19
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
15
-662
/
+587
2009-06-18
md/raid5: correctly update sync_completed when we reach max_resync
NeilBrown
1
-1
/
+1
2009-06-18
md/raid5: add missing call to schedule() after prepare_to_wait()
Dan Williams
1
-0
/
+1
2009-06-18
md/linear: use call_rcu to free obsolete 'conf' structures.
NeilBrown
2
-9
/
+14
2009-06-18
md linear: Protecting mddev with rcu locks to avoid races
SandeepKsinha
1
-9
/
+38
2009-06-18
md: Move check for bitmap presence to personality code.
Andre Noll
6
-23
/
+31
2009-06-18
md: remove chunksize rounding from common code.
NeilBrown
2
-56
/
+3
2009-06-18
md: raid0/linear: ensure device sizes are rounded to chunk size.
NeilBrown
2
-0
/
+12
2009-06-18
md: move assignment of ->utime so that it never gets skipped.
NeilBrown
1
-1
/
+1
2009-06-18
md: Push down reconstruction log message to personality code.
Andre Noll
4
-9
/
+12
2009-06-18
md: merge reconfig and check_reshape methods.
NeilBrown
4
-20
/
+19
2009-06-18
md: remove unnecessary arguments from ->reconfig method.
NeilBrown
4
-39
/
+41
2009-06-18
md: raid5: check stripe cache is large enough in start_reshape
NeilBrown
1
-17
/
+27
2009-06-18
md: raid0: chunk_sectors cleanups.
NeilBrown
1
-4
/
+4
2009-06-18
md: fix some comments.
Andre Noll
1
-2
/
+0
2009-06-18
md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().
Andre Noll
1
-4
/
+2
2009-06-18
md: convert conf->chunk_size and conf->prev_chunk to sectors.
Andre Noll
2
-16
/
+17
2009-06-18
md: Convert mddev->new_chunk to sectors.
Andre Noll
4
-38
/
+43
2009-06-18
md: Make mddev->chunk_size sector-based.
Andre Noll
7
-68
/
+74
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-0
/
+1
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-16
md: raid0 :Enables chunk size other than powers of 2.
raz ben yehuda
1
-30
/
+77
2009-06-16
md: prepare for non-power-of-two chunk sizes
raz ben yehuda
1
-14
/
+15
2009-06-16
md: raid5: chunk size check in setup_conf
raz ben yehuda
1
-1
/
+2
2009-06-16
md: raid10: chunk size check in run
raz ben yehuda
1
-2
/
+3
2009-06-16
md: raid0: chunk size check in raid0_run
raz ben yehuda
1
-2
/
+13
2009-06-16
md: have raid0 report its formation
raz ben yehuda
1
-0
/
+33
2009-06-16
md: have raid0 compile with MD_DEBUG on
raz ben yehuda
1
-7
/
+13
2009-06-16
md: Binary search in linear raid
Sandeep K Sinha
1
-5
/
+17
2009-06-16
md: Removing num_sector and replacing start_sector with end_sector
Sandeep K Sinha
2
-21
/
+19
2009-06-16
md: Removal of hash table in linear raid
Sandeep K Sinha
2
-95
/
+3
2009-06-16
md: remove mddev_to_conf "helper" macro
NeilBrown
12
-103
/
+79
2009-06-16
md: raid0: remove setting of segment boundary.
NeilBrown
1
-5
/
+0
2009-06-16
md: raid0: remove ->dev pointer from strip_zone structure
NeilBrown
2
-11
/
+11
[prev]
[next]