index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
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
*
bcache: Insert multiple keys at a time
Kent Overstreet
2013-11-10
1
-17
/
+16
*
bcache: Add btree_insert_node()
Kent Overstreet
2013-11-10
3
-66
/
+105
*
bcache: Explicitly track btree node's parent
Kent Overstreet
2013-11-10
2
-10
/
+20
*
bcache: Remove unnecessary check in should_split()
Kent Overstreet
2013-11-10
1
-3
/
+2
*
bcache: Stripe size isn't necessarily a power of two
Kent Overstreet
2013-11-10
5
-25
/
+27
*
bcache: Add on error panic/unregister setting
Kent Overstreet
2013-11-10
4
-5
/
+35
*
bcache: Use blkdev_issue_discard()
Kent Overstreet
2013-11-10
3
-117
/
+11
*
bcache: Fix a lockdep splat
Kent Overstreet
2013-11-10
1
-1
/
+1
*
bcache: Fix a journalling performance bug
Kent Overstreet
2013-11-10
2
-22
/
+28
*
bcache: Fix dirty_data accounting
Kent Overstreet
2013-11-10
1
-4
/
+7
*
block: Consolidate duplicated bio_trim() implementations
Kent Overstreet
2013-11-08
4
-56
/
+13
*
raid5: avoid finding "discard" stripe
Shaohua Li
2013-10-24
1
-0
/
+8
*
raid5: set bio bi_vcnt 0 for discard request
Shaohua Li
2013-10-24
1
-0
/
+12
*
md: avoid deadlock when md_set_badblocks.
Bian Yu
2013-10-24
1
-2
/
+3
*
md: Fix skipping recovery for read-only arrays.
Lukasz Dorau
2013-10-24
2
-0
/
+2
*
bcache: Fixed incorrect order of arguments to bio_alloc_bioset()
Kent Overstreet
2013-10-23
1
-1
/
+1
*
dm snapshot: fix data corruption
Mikulas Patocka
2013-10-16
1
-6
/
+12
*
bcache: Fix a null ptr deref regression
Kent Overstreet
2013-10-10
1
-2
/
+1
*
Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
2013-09-25
8
-25
/
+118
|
\
|
*
dm: add reserved_bio_based_ios module parameter
Mike Snitzer
2013-09-23
3
-5
/
+20
|
*
dm: add reserved_rq_based_ios module parameter
Mike Snitzer
2013-09-23
3
-4
/
+42
|
*
dm: lower bio-based mempool reservation
Mike Snitzer
2013-09-23
1
-4
/
+5
|
*
dm thin: do not expose non-zero discard limits if discards disabled
Mike Snitzer
2013-09-23
1
-3
/
+11
|
*
dm mpath: disable WRITE SAME if it fails
Mike Snitzer
2013-09-20
2
-1
/
+21
|
*
dm-snapshot: fix performance degradation due to small hash size
Mikulas Patocka
2013-09-20
1
-3
/
+2
|
*
dm snapshot: workaround for a false positive lockdep warning
Mikulas Patocka
2013-09-20
1
-1
/
+1
|
*
dm stats: fix possible counter corruption on 32-bit systems
Mikulas Patocka
2013-09-18
1
-6
/
+17
|
*
dm mpath: do not fail path on -ENOSPC
Jun'ichi Nomura
2013-09-18
1
-0
/
+1
*
|
bcache: Fix flushes in writeback mode
Kent Overstreet
2013-09-24
1
-6
/
+9
*
|
bcache: Fix for handling overlapping extents when reading in a btree node
Kent Overstreet
2013-09-24
1
-11
/
+28
*
|
bcache: Fix a shrinker deadlock
Kent Overstreet
2013-09-24
1
-1
/
+1
*
|
bcache: Fix a dumb CPU spinning bug in writeback
Kent Overstreet
2013-09-24
1
-2
/
+1
*
|
bcache: Fix a flush/fua performance bug
Kent Overstreet
2013-09-24
1
-0
/
+1
*
|
bcache: Fix a writeback performance regression
Kent Overstreet
2013-09-24
4
-30
/
+43
*
|
bcache: Correct printf()-style format length modifier
Geert Uytterhoeven
2013-09-24
1
-1
/
+1
*
|
bcache: Fix for when no journal entries are found
Kent Overstreet
2013-09-24
1
-12
/
+18
*
|
bcache: Strip endline when writing the label through sysfs
Gabriel de Perthuis
2013-09-24
1
-2
/
+7
*
|
bcache: Fix a dumb journal discard bug
Kent Overstreet
2013-09-24
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-09-12
3
-43
/
+66
|
\
|
*
drivers: convert shrinkers to new count/scan API
Dave Chinner
2013-09-10
3
-43
/
+66
*
|
Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-09-10
18
-151
/
+1359
|
\
\
|
*
|
dm stripe: silence a couple sparse warnings
Mike Snitzer
2013-09-06
1
-0
/
+1
|
*
|
dm: add statistics support
Mikulas Patocka
2013-09-05
6
-12
/
+1102
|
*
|
dm thin: always return -ENOSPC if no_free_space is set
Mike Snitzer
2013-09-05
1
-25
/
+31
|
*
|
dm ioctl: cleanup error handling in table_load
Mike Snitzer
2013-09-05
1
-18
/
+16
|
*
|
dm ioctl: increase granularity of type_lock when loading table
Mike Snitzer
2013-09-05
3
-4
/
+6
|
*
|
dm ioctl: prevent rename to empty name or uuid
Alasdair Kergon
2013-09-05
1
-1
/
+1
|
*
|
dm thin: set pool read-only if breaking_sharing fails block allocation
Mike Snitzer
2013-09-05
1
-2
/
+4
|
*
|
dm thin: prefix pool error messages with pool device name
Mike Snitzer
2013-09-05
1
-16
/
+32
|
*
|
dm: allow error target to replace bio-based and request-based targets
Mike Snitzer
2013-09-05
3
-3
/
+39
[next]