index
:
blackbird-op-linux
master
Blackbird™ 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
*
Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2016-05-17
5
-254
/
+281
|
\
|
*
dm thin: unroll issue_discard() to create longer discard bio chains
Joe Thornber
2016-05-13
1
-37
/
+71
|
*
dm thin: use __blkdev_issue_discard for async discard support
Mike Snitzer
2016-05-13
1
-54
/
+16
|
*
dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
Mike Snitzer
2016-05-13
1
-12
/
+1
|
*
dm raid: make sure no feature flags are set in metadata
Heinz Mauelshagen
2016-05-13
1
-1
/
+6
|
*
dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call
Michal Hocko
2016-05-05
1
-1
/
+1
|
*
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
2016-05-05
1
-77
/
+93
|
*
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
2016-05-05
1
-2
/
+1
|
*
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
2016-05-05
1
-28
/
+33
|
*
dm mpath: switch to using bitops for state flags
Mike Snitzer
2016-05-05
1
-56
/
+75
|
*
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
2016-05-05
1
-1
/
+1
|
*
dm: remove unused mapped_device argument from free_tio()
Mike Snitzer
2016-05-05
1
-6
/
+4
*
|
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-05-17
4
-13
/
+14
|
\
\
|
*
|
block: kill off q->flush_flags
Jens Axboe
2016-04-13
2
-7
/
+8
|
*
|
md: update to using blk_queue_write_cache()
Jens Axboe
2016-04-12
1
-1
/
+1
|
*
|
dm: switch to using blk_queue_write_cache()
Jens Axboe
2016-04-12
1
-4
/
+4
|
*
|
bcache: switch to using blk_queue_write_cache()
Jens Axboe
2016-04-12
1
-1
/
+1
*
|
|
Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2016-05-02
3
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
raid5: delete unnecessary warnning
Shaohua Li
2016-04-29
1
-2
/
+0
|
*
|
MD: make bio mergeable
Shaohua Li
2016-04-25
1
-0
/
+2
|
*
|
md/raid0: remove empty line printk from dump_zones
Michał Pecio
2016-04-25
1
-1
/
+0
|
*
|
md/raid0: fix uninitialized variable bug
Dan Carpenter
2016-04-14
1
-0
/
+1
|
|
/
*
|
dm cache metadata: fix cmd_read_lock() acquiring write lock
Ahmed Samy
2016-04-17
1
-2
/
+2
*
|
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Mike Snitzer
2016-04-14
1
-24
/
+40
*
|
dm: fix dm_target_io leak if clone_bio() returns an error
Mikulas Patocka
2016-04-11
1
-1
/
+3
|
/
*
Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2016-04-09
3
-10
/
+16
|
\
|
*
md/bitmap: clear bitmap if bitmap_create failed
Guoqing Jiang
2016-04-01
1
-8
/
+11
|
*
MD: add rdev reference for super write
Shaohua Li
2016-03-31
1
-0
/
+3
|
*
md: fix a trivial typo in comments
Wei Fang
2016-03-31
1
-1
/
+1
|
*
md:raid1: fix a dead loop when read from a WriteMostly disk
Wei Fang
2016-03-31
1
-1
/
+1
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
|
/
*
Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2016-03-21
8
-39
/
+57
|
\
|
*
md/raid5: Cleanup cpu hotplug notifier
Anna-Maria Gleixner
2016-03-17
1
-0
/
+2
|
*
raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
Shaohua Li
2016-03-17
1
-2
/
+5
|
*
raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
Nate Dailey
2016-03-17
1
-2
/
+5
|
*
md: fix typos for stipe
Guoqing Jiang
2016-03-14
1
-2
/
+2
|
*
md/bitmap: remove redundant return in bitmap_checkpage
Guoqing Jiang
2016-03-14
1
-1
/
+0
|
*
md/raid1: remove unnecessary BUG_ON
Guoqing Jiang
2016-03-14
1
-1
/
+0
|
*
md: multipath: don't hardcopy bio in .make_request path
Ming Lei
2016-03-14
1
-1
/
+3
|
*
md/raid5: output stripe state for debug
Shaohua Li
2016-03-09
1
-4
/
+6
|
*
md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
NeilBrown
2016-03-09
1
-1
/
+1
|
*
md/bitmap: remove redundant check
Eric Engestrom
2016-03-07
1
-2
/
+1
|
*
MD: warn for potential deadlock
Shaohua Li
2016-02-26
1
-0
/
+1
|
*
md: Drop sending a change uevent when stopping
Sebastian Parschauer
2016-02-26
1
-1
/
+0
|
*
RAID5: revert e9e4c377e2f563 to fix a livelock
Shaohua Li
2016-02-26
2
-20
/
+9
|
*
RAID5: check_reshape() shouldn't call mddev_suspend
Shaohua Li
2016-02-26
2
-0
/
+20
|
*
md/raid5: Compare apples to apples (or sectors to sectors)
Jes Sorensen
2016-02-25
1
-2
/
+2
*
|
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-18
1
-13
/
+33
|
\
\
|
*
|
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
2016-03-08
1
-0
/
+3
|
*
|
bcache: cleaned up error handling around register_cache()
Eric Wheeler
2016-03-08
1
-12
/
+22
[next]