index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-01-06
36
-232
/
+176
|
\
|
*
[SCSI] scsi_end_async() needs to take an uptodate parameter
Jens Axboe
2006-01-06
1
-1
/
+1
|
*
[BLOCK] update IDE to use new blk_ordered for barriers
Tejun Heo
2006-01-06
2
-88
/
+54
|
*
[BLOCK] add FUA support to libata
Tejun Heo
2006-01-06
3
-13
/
+54
|
*
[BLOCK] update libata to use new blk_ordered for barriers
Tejun Heo
2006-01-06
13
-13
/
+0
|
*
[BLOCK] scsi: add FUA support to sd
Tejun Heo
2006-01-06
1
-3
/
+26
|
*
[BLOCK] update SCSI to use new blk_ordered for barriers
Tejun Heo
2006-01-06
3
-93
/
+20
|
*
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
Tejun Heo
2006-01-06
18
-23
/
+23
*
|
[PATCH] Suspend support for libata
Jens Axboe
2006-01-06
4
-0
/
+165
*
|
[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
*
|
[PATCH] md: allow md/raid_disks to be settable
NeilBrown
2006-01-06
1
-23
/
+51
*
|
[PATCH] md: count corrected read errors per drive
NeilBrown
2006-01-06
5
-4
/
+42
*
|
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
2006-01-06
9
-14
/
+58
*
|
[PATCH] md: expose md metadata format in sysfs
NeilBrown
2006-01-06
1
-0
/
+49
*
|
[PATCH] md: allow md array component size to be accessed and set via sysfs
NeilBrown
2006-01-06
1
-42
/
+89
*
|
[PATCH] md: allow chunk_size to be settable through sysfs
NeilBrown
2006-01-06
1
-0
/
+26
*
|
[PATCH] md: fix rdev->pending counts in raid1
NeilBrown
2006-01-06
2
-11
/
+10
*
|
[PATCH] md: make sure bitmap updates are visible through filesystem
NeilBrown
2006-01-06
1
-0
/
+2
*
|
[PATCH] drivers/md/md.c: make md_new_event() static
Adrian Bunk
2006-01-06
1
-1
/
+1
*
|
[PATCH] md: make a couple of names in md.c static
NeilBrown
2006-01-06
1
-2
/
+2
*
|
[PATCH] md: fix typo in comment
NeilBrown
2006-01-06
1
-1
/
+1
*
|
[PATCH] md: helper function to match commands written to sysfs files
NeilBrown
2006-01-06
1
-5
/
+24
*
|
[PATCH] md: define and use safe_put_page for md
NeilBrown
2006-01-06
4
-12
/
+10
*
|
[PATCH] md: remove inappropriate limits in md/bitmap configuration.
NeilBrown
2006-01-06
1
-4
/
+4
*
|
[PATCH] md: fix possible problem in raid1/raid10 error overwriting
NeilBrown
2006-01-06
2
-12
/
+48
*
|
[PATCH] md: remove personality numbering from md
NeilBrown
2006-01-06
9
-87
/
+104
*
|
[PATCH] md: break out of a loop that doesn't need to run to completion
NeilBrown
2006-01-06
1
-1
/
+3
*
|
[PATCH] md: convert recently exported symbol to GPL
NeilBrown
2006-01-06
1
-1
/
+1
*
|
[PATCH] md: convert various kmap calls to kmap_atomic
NeilBrown
2006-01-06
1
-23
/
+21
*
|
[PATCH] md: tidy up raid5/6 hash table code
NeilBrown
2006-01-06
2
-55
/
+31
*
|
[PATCH] md: convert md to use kzalloc throughout
NeilBrown
2006-01-06
8
-53
/
+24
*
|
[PATCH] md: clean up 'page' related names in md
NeilBrown
2006-01-06
7
-38
/
+38
*
|
[PATCH] md: make /proc/mdstat pollable
NeilBrown
2006-01-06
1
-5
/
+76
*
|
[PATCH] md: raid10 read-error handling - resync and read-only
NeilBrown
2006-01-06
1
-21
/
+35
*
|
[PATCH] md: auto-correct correctable read errors in raid10
NeilBrown
2006-01-06
1
-15
/
+112
*
|
[PATCH] md: make sure read error on last working drive of raid1 actually retu...
NeilBrown
2006-01-06
1
-1
/
+2
*
|
[PATCH] md: allow raid1 to check consistency
NeilBrown
2006-01-06
1
-28
/
+128
*
|
[PATCH] md: support check-without-repair of raid10 arrays
NeilBrown
2006-01-06
1
-0
/
+4
*
|
[PATCH] md: fix up some rdev rcu locking in raid5/6
NeilBrown
2006-01-06
2
-19
/
+16
*
|
[PATCH] md: handle errors when read-only
NeilBrown
2006-01-06
1
-7
/
+11
*
|
[PATCH] md: better handling for read error in raid1 during resync
NeilBrown
2006-01-06
1
-21
/
+78
*
|
[PATCH] md: tidyup some issues with raid1 resync and prepare for catching rea...
NeilBrown
2006-01-06
1
-54
/
+56
*
|
[PATCH] md: attempt to auto-correct read errors in raid1
NeilBrown
2006-01-06
2
-10
/
+106
*
|
[PATCH] md: improve handing of read errors with raid6
NeilBrown
2006-01-06
1
-4
/
+66
[next]