index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ 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
...
|
*
dm thin: throttle incoming IO
Joe Thornber
2014-11-10
1
-1
/
+65
|
*
dm thin: prefetch missing metadata pages
Joe Thornber
2014-11-10
3
-4
/
+16
|
*
dm transaction manager: add support for prefetching blocks of metadata
Joe Thornber
2014-11-10
2
-2
/
+82
|
*
dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...
Joe Thornber
2014-11-10
2
-19
/
+15
|
*
dm bio prison: switch to using a red black tree
Joe Thornber
2014-11-10
4
-106
/
+79
|
*
dm bufio: evict buffers that are past the max age but retain some buffers
Joe Thornber
2014-11-10
1
-34
/
+75
|
*
dm bufio: switch from a huge hash table to an rbtree
Joe Thornber
2014-11-10
1
-43
/
+54
*
|
Merge tag 'md/3.18-fix' of git://neil.brown.name/md
Linus Torvalds
2014-11-16
1
-0
/
+4
|
\
\
|
*
|
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
2014-11-17
1
-0
/
+4
*
|
|
Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
2014-11-13
7
-31
/
+50
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
2014-11-10
3
-15
/
+17
|
*
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
2014-11-04
1
-4
/
+12
|
*
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
Heinz Mauelshagen
2014-10-29
1
-1
/
+5
|
*
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
2014-10-21
1
-4
/
+7
|
*
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
2014-10-17
1
-6
/
+6
|
*
dm stripe: fix potential for leak in stripe_ctr error path
Pavitra Kumar
2014-10-10
1
-1
/
+3
*
|
Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...
Linus Torvalds
2014-10-18
8
-87
/
+236
|
\
\
|
|
/
|
*
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
2014-10-05
1
-1
/
+1
|
*
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
2014-10-05
1
-2
/
+2
|
*
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
2014-10-05
1
-0
/
+1
|
*
dm raid: add discard support for RAID levels 4, 5 and 6
Heinz Mauelshagen
2014-10-05
1
-4
/
+34
|
*
dm raid: add discard support for RAID levels 1 and 10
Heinz Mauelshagen
2014-10-05
1
-2
/
+28
|
*
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
2014-10-05
4
-70
/
+165
|
*
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
2014-10-05
1
-1
/
+3
|
*
dm: use bioset_create_nobvec()
Junichi Nomura
2014-10-05
1
-1
/
+1
|
*
dm: remove nr_iovecs parameter from alloc_tio()
Junichi Nomura
2014-10-05
1
-10
/
+5
*
|
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-10-18
1
-0
/
+1
|
\
\
|
*
|
block: disable entropy contributions for nonrot devices
Mike Snitzer
2014-10-04
1
-0
/
+1
*
|
|
Merge tag 'md/3.18' of git://neil.brown.name/md
Linus Torvalds
2014-10-18
11
-526
/
+260
|
\
\
\
|
*
|
|
md: move EXPORT_SYMBOL to after function in md.c
NeilBrown
2014-10-14
1
-12
/
+11
|
*
|
|
md: discard PRINT_RAID_DEBUG ioctl
NeilBrown
2014-10-14
1
-138
/
+0
|
*
|
|
md: remove MD_BUG()
NeilBrown
2014-10-14
1
-46
/
+12
|
*
|
|
md: clean up 'exit' labels in md_ioctl().
NeilBrown
2014-10-14
1
-41
/
+35
|
*
|
|
md: remove unnecessary test for MD_MAJOR in md_ioctl()
NeilBrown
2014-10-14
1
-4
/
+1
|
*
|
|
md: don't allow "-sync" to be set for device in an active array.
NeilBrown
2014-10-14
1
-4
/
+6
|
*
|
|
md: remove unwanted white space from md.c
NeilBrown
2014-10-14
10
-191
/
+114
|
*
|
|
md: don't start resync thread directly from md thread.
NeilBrown
2014-10-14
1
-23
/
+36
|
*
|
|
md: Just use RCU when checking for overlap between arrays.
NeilBrown
2014-10-14
1
-8
/
+7
|
*
|
|
md: avoid potential long delay under pers_lock
Chao Yu
2014-10-14
1
-1
/
+2
|
*
|
|
md: simplify export_array()
NeilBrown
2014-10-14
1
-8
/
+4
|
*
|
|
md: discard find_rdev_nr in favour of find_rdev_nr_rcu
NeilBrown
2014-10-14
1
-14
/
+8
|
*
|
|
md: use wait_event() to simplify md_super_wait()
NeilBrown
2014-10-14
1
-8
/
+1
|
*
|
|
md: be more relaxed about stopping an array which isn't started.
NeilBrown
2014-10-14
1
-3
/
+3
|
*
|
|
md/raid1: process_checks doesn't use its return value.
NeilBrown
2014-10-14
1
-4
/
+3
|
*
|
|
md/raid5: fix init_stripe() inconsistencies
Markus Stockhausen
2014-10-14
1
-3
/
+1
|
*
|
|
md/raid10: another memory leak due to reshape.
NeilBrown
2014-10-14
1
-1
/
+3
|
*
|
|
md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.
NeilBrown
2014-10-09
3
-5
/
+5
|
*
|
|
md/raid1: minor typos and reformatting.
NeilBrown
2014-10-09
1
-7
/
+7
|
*
|
|
md/bitmap: always wait for writes on unplug.
NeilBrown
2014-10-09
1
-10
/
+6
*
|
|
|
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-1
/
+1
|
\
\
\
\
[prev]
[next]