index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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-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-10
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-04
1
-8
/
+2
|
*
|
bcache: add mutex lock for bch_is_open
Jianjian Huo
2014-08-04
1
-0
/
+2
|
*
|
bcache: Correct printing of btree_gc_max_duration_ms
Surbhi Palande
2014-08-04
1
-2
/
+2
|
*
|
bcache: try to set b->parent properly
Slava Pestov
2014-08-04
3
-20
/
+25
|
*
|
bcache: fix memory corruption in init error path
Slava Pestov
2014-08-04
1
-3
/
+8
|
*
|
bcache: fix crash with incomplete cache set
Slava Pestov
2014-08-04
2
-0
/
+8
|
*
|
bcache: Fix more early shutdown bugs
Kent Overstreet
2014-08-04
1
-3
/
+4
|
*
|
bcache: fix use-after-free in btree_gc_coalesce()
Slava Pestov
2014-08-04
1
-0
/
+1
|
*
|
bcache: Fix an infinite loop in journal replay
Kent Overstreet
2014-08-04
1
-1
/
+4
|
*
|
bcache: fix crash in bcache_btree_node_alloc_fail tracepoint
Slava Pestov
2014-08-04
1
-1
/
+1
|
*
|
bcache: bcache_write tracepoint was crashing
Slava Pestov
2014-08-04
1
-1
/
+2
|
*
|
bcache: fix typo in bch_bkey_equal_header
Slava Pestov
2014-08-04
1
-1
/
+1
|
*
|
bcache: Allocate bounce buffers with GFP_NOWAIT
Kent Overstreet
2014-08-04
2
-2
/
+2
|
*
|
bcache: Make sure to pass GFP_WAIT to mempool_alloc()
Kent Overstreet
2014-08-04
1
-1
/
+1
|
*
|
bcache: fix uninterruptible sleep in writeback thread
Slava Pestov
2014-08-04
3
-5
/
+15
|
*
|
bcache: wait for buckets when allocating new btree root
Slava Pestov
2014-08-04
3
-5
/
+12
|
*
|
bcache: fix crash on shutdown in passthrough mode
Slava Pestov
2014-08-04
1
-1
/
+2
|
*
|
bcache: fix lockdep warnings on shutdown
Slava Pestov
2014-08-04
1
-0
/
+4
|
*
|
bcache allocator: send discards with correct size
Slava Pestov
2014-08-04
1
-1
/
+1
|
*
|
bcache: Fix to remove the rcu_sched stalls.
Surbhi Palande
2014-08-04
1
-1
/
+2
|
*
|
bcache: Fix a journal replay bug
Kent Overstreet
2014-08-04
3
-11
/
+19
|
*
|
bcache: Fix a bug when detaching
Kent Overstreet
2014-08-04
1
-3
/
+6
*
|
|
Merge tag 'md/3.17' of git://neil.brown.name/md
Linus Torvalds
2014-08-11
4
-16
/
+22
|
\
\
\
|
*
|
|
md: don't allow bitmap file to be added to raid0/linear.
NeilBrown
2014-08-08
1
-2
/
+2
|
*
|
|
md/raid0: check for bitmap compatability when changing raid levels.
NeilBrown
2014-08-08
1
-0
/
+6
|
*
|
|
md: Recovery speed is wrong
Xiao Ni
2014-08-08
1
-2
/
+3
|
*
|
|
md: disable probing for md devices 512 and over.
NeilBrown
2014-07-31
1
-2
/
+2
|
*
|
|
md/raid1,raid10: always abort recover on write error.
NeilBrown
2014-07-31
2
-10
/
+9
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-08-04
2
-36
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2014-07-28
2
-0
/
+18
|
|
\
|
|
|
*
|
|
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
2
-36
/
+15
*
|
|
|
dm cache: fix race affecting dirty block count
Anssi Hannula
2014-08-01
1
-7
/
+6
*
|
|
|
dm bufio: fully initialize shrinker
Greg Thelen
2014-08-01
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-07-18
2
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
[next]