index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-03-26
2
-6
/
+3
|
\
|
*
BUG_ON() Conversion in md/dm-table.c
Eric Sesterhenn
2006-03-26
1
-4
/
+2
|
*
BUG_ON() Conversion in md/dm-path-selector.c
Eric Sesterhenn
2006-03-26
1
-2
/
+1
*
|
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
2006-03-26
5
-12
/
+6
*
|
[PATCH] mempool: use common mempool kzalloc allocator
Matthew Dobson
2006-03-26
1
-15
/
+2
*
|
[PATCH] mempool: use common mempool kmalloc allocator
Matthew Dobson
2006-03-26
3
-35
/
+6
*
|
[PATCH] mempool: use common mempool page allocator
Matthew Dobson
2006-03-26
1
-16
/
+1
*
|
[PATCH] sem2mutex: misc static one-file mutexes
Ingo Molnar
2006-03-26
1
-8
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-03-25
2
-3
/
+2
|
\
|
*
BUG_ON() Conversion in md/dm-hw-handler.c
Eric Sesterhenn
2006-03-24
1
-2
/
+1
|
*
BUG_ON() Conversion in md/bitmap.c
Eric Sesterhenn
2006-03-24
1
-1
/
+1
*
|
[PATCH] md/bitmap.c:bitmap_mask_state(): fix inconsequent NULL checking
Adrian Bunk
2006-03-25
1
-1
/
+1
|
/
*
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
2006-03-23
1
-1
/
+12
*
[PATCH] dm: bio split bvec fix
Alasdair G Kergon
2006-03-22
1
-19
/
+24
*
[PATCH] regularize blk_cleanup_queue() use
Al Viro
2006-03-18
2
-3
/
+6
*
[PATCH] dm stripe: Fix bounds
Kevin Corry
2006-03-17
1
-1
/
+7
*
[PATCH] md: Fix several raid1 bugs which cause a memory leak
NeilBrown
2006-03-09
1
-5
/
+8
*
[PATCH] dm: free minor after unlink gendisk
Jun'ichi Nomura
2006-02-24
1
-1
/
+3
*
[PATCH] dm: missing bdput/thaw_bdev at removal
Jun'ichi Nomura
2006-02-24
1
-0
/
+4
*
[PATCH] md: Make sure rdev->size gets set for version-1 superblocks
NeilBrown
2006-02-03
1
-3
/
+5
*
[PATCH] md: Assorted little md fixes
NeilBrown
2006-02-03
5
-5
/
+9
*
[PATCH] md: Handle overflow of mdu_array_info_t->size better
NeilBrown
2006-02-03
1
-2
/
+4
*
[PATCH] device-mapper log bitset: fix big endian find_next_zero_bit
Stefan Bader
2006-02-02
1
-1
/
+2
*
[PATCH] md: Add sysfs access to raid6 stripe cache size
NeilBrown
2006-02-02
1
-34
/
+115
*
[PATCH] md: Don't remove bitmap from md array when switching to read-only
NeilBrown
2006-02-02
1
-8
/
+8
*
[PATCH] md: Make sure array geometry changes persist with version-1 superblocks
NeilBrown
2006-02-02
1
-0
/
+3
*
[PATCH] md: Fix device-size updates in md
NeilBrown
2006-02-02
1
-12
/
+1
*
[PATCH] dm: dm-table warning fix
Alasdair G Kergon
2006-02-01
1
-1
/
+1
*
[PATCH] device-mapper snapshot: barriers not supported
Alasdair G Kergon
2006-02-01
1
-0
/
+6
*
[PATCH] device-mapper disk statistics: timing
Jun'ichi "Nick" Nomura
2006-02-01
1
-2
/
+33
*
[PATCH] device-mapper statistics: basic
Kevin Corry
2006-02-01
1
-0
/
+4
*
[PATCH] device-mapper ioctl: reduce PF_MEMALLOC usage
Alasdair G Kergon
2006-02-01
1
-10
/
+4
*
[PATCH] device-mapper log bitset: fix endian
Patrick Caulfield
2006-02-01
1
-34
/
+11
*
[PATCH] device-mapper snapshot: load metadata on creation
Alasdair G Kergon
2006-02-01
2
-12
/
+15
*
[PATCH] EDAC: atomic scrub operations
Alan Cox
2006-01-18
1
-0
/
+1
*
[PATCH] md: Clear clevel whenever level is set.
NeilBrown
2006-01-16
1
-0
/
+1
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
9
-19
/
+19
*
[PATCH] md: remove slashes from disk names when creation dev names in sysfs
Neil Brown
2006-01-12
1
-0
/
+3
*
[PATCH] dm: don't enable bouncing by default
Jens Axboe
2006-01-10
1
-0
/
+1
*
[PATCH] Decrease number of pointer derefs in multipath.c
Jesper Juhl
2006-01-10
1
-3
/
+4
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
2
-6
/
+6
*
[PATCH] remove gcc-2 checks
Andrew Morton
2006-01-08
1
-6
/
+0
*
[PATCH] Add block_device_operations.getgeo block device method
Christoph Hellwig
2006-01-08
1
-19
/
+11
*
[PATCH] md: allow sync-speed to be controlled per-device
NeilBrown
2006-01-06
1
-5
/
+105
*
[PATCH] md: support adding new devices to md arrays via sysfs
NeilBrown
2006-01-06
1
-0
/
+60
*
[PATCH] md: allow available size of component devices to be set via sysfs
NeilBrown
2006-01-06
1
-0
/
+25
*
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
Andrew Morton
2006-01-06
1
-1
/
+1
*
[PATCH] md: export rdev->data_offset via sysfs
NeilBrown
2006-01-06
1
-0
/
+23
*
[PATCH] md: expose device slot information via sysfs
NeilBrown
2006-01-06
1
-0
/
+35
*
[PATCH] md: keep better track of dev/array size when assembling md arrays
NeilBrown
2006-01-06
1
-18
/
+23
[next]