index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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-11
1
-1
/
+3
*
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
2014-10-06
1
-1
/
+1
*
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
2014-10-06
1
-2
/
+2
*
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
2014-10-06
1
-0
/
+1
*
dm raid: add discard support for RAID levels 4, 5 and 6
Heinz Mauelshagen
2014-10-06
1
-4
/
+34
*
dm raid: add discard support for RAID levels 1 and 10
Heinz Mauelshagen
2014-10-06
1
-2
/
+28
*
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
2014-10-06
4
-70
/
+165
*
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
2014-10-06
1
-1
/
+3
*
dm: use bioset_create_nobvec()
Junichi Nomura
2014-10-06
1
-1
/
+1
*
dm: remove nr_iovecs parameter from alloc_tio()
Junichi Nomura
2014-10-06
1
-10
/
+5
*
dm cache: fix race causing dirty blocks to be marked as clean
Anssi Hannula
2014-09-10
1
-2
/
+2
*
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
2014-08-28
1
-6
/
+19
*
md/raid10: always initialise ->state on newly allocated r10_bio
NeilBrown
2014-08-19
1
-0
/
+3
*
md/raid10: avoid memory leak on error path during reshape.
NeilBrown
2014-08-19
1
-0
/
+1
*
md/raid10: Fix memory leak when raid10 reshape completes.
NeilBrown
2014-08-19
1
-0
/
+1
*
md/raid10: fix memory leak when reshaping a RAID10.
NeilBrown
2014-08-19
1
-1
/
+1
*
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
2014-08-18
1
-0
/
+2
*
md/raid5: avoid livelock caused by non-aligned writes.
NeilBrown
2014-08-18
1
-1
/
+1
*
Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-08-14
10
-205
/
+394
|
\
|
*
dm table: propagate QUEUE_FLAG_NO_SG_MERGE
Jeff Moyer
2014-08-11
1
-0
/
+13
|
*
dm switch: efficiently support repetitive patterns
Mikulas Patocka
2014-08-01
1
-2
/
+47
|
*
dm switch: factor out switch_region_table_read
Mikulas Patocka
2014-08-01
1
-5
/
+13
|
*
dm cache: set minimum_io_size to cache's data block size
Mike Snitzer
2014-08-01
1
-1
/
+1
|
*
dm thin: set minimum_io_size to pool's data block size
Mike Snitzer
2014-08-01
1
-1
/
+1
|
*
dm crypt: use per-bio data
Mikulas Patocka
2014-08-01
1
-14
/
+27
|
*
dm table: make dm_table_supports_discards static
Mikulas Patocka
2014-08-01
2
-37
/
+37
|
*
dm cache metadata: use dm-space-map-metadata.h defined size limits
Mike Snitzer
2014-08-01
3
-8
/
+6
|
*
dm cache: fail migrations in the do_worker error path
Joe Thornber
2014-08-01
1
-0
/
+1
|
*
dm cache: simplify deferred set reference count increments
Joe Thornber
2014-08-01
1
-46
/
+77
|
*
dm thin: relax external origin size constraints
Joe Thornber
2014-08-01
1
-43
/
+115
|
*
dm thin: switch to an atomic_t for tracking pending new block preparations
Joe Thornber
2014-08-01
1
-13
/
+16
|
*
dm mpath: eliminate pg_ready() wrapper
Mike Snitzer
2014-08-01
1
-4
/
+2
|
*
dm io: simplify dec_count and sync_io
Joe Thornber
2014-08-01
1
-35
/
+42
*
|
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-08-14
14
-65
/
+119
|
\
\
|
*
|
bcache: Drop unneeded blk_sync_queue() calls
Kent Overstreet
2014-08-05
1
-8
/
+2
|
*
|
bcache: add mutex lock for bch_is_open
Jianjian Huo
2014-08-05
1
-0
/
+2
|
*
|
bcache: Correct printing of btree_gc_max_duration_ms
Surbhi Palande
2014-08-05
1
-2
/
+2
|
*
|
bcache: try to set b->parent properly
Slava Pestov
2014-08-05
3
-20
/
+25
|
*
|
bcache: fix memory corruption in init error path
Slava Pestov
2014-08-05
1
-3
/
+8
[next]