| Commit message (Expand) | Author | Age | Files | Lines |
* | dm cache: fix access beyond end of origin device | Heinz Mauelshagen | 2014-03-12 | 1 | -5/+3 |
* | dm cache: fix truncation bug when copying a block to/from >2TB fast device | Heinz Mauelshagen | 2014-03-12 | 1 | -1/+2 |
* | dm space map metadata: fix refcount decrement below 0 which caused corruption | Joe Thornber | 2014-03-07 | 1 | -21/+92 |
* | dm thin: fix noflush suspend IO queueing | Joe Thornber | 2014-03-05 | 1 | -2/+72 |
* | dm thin: fix deadlock in __requeue_bio_list | Joe Thornber | 2014-03-05 | 1 | -6/+7 |
* | dm thin: fix out of data space handling | Joe Thornber | 2014-03-05 | 1 | -45/+102 |
* | dm thin: ensure user takes action to validate data and metadata consistency | Mike Snitzer | 2014-03-05 | 3 | -23/+101 |
* | dm thin: synchronize the pool mode during suspend | Mike Snitzer | 2014-03-04 | 1 | -0/+6 |
* | dm snapshot: fix metadata corruption | Mikulas Patocka | 2014-03-03 | 1 | -0/+3 |
* | dm: fix Kconfig indentation | Mike Snitzer | 2014-03-03 | 2 | -10/+10 |
* | dm cache mq: fix memory allocation failure for large cache devices | Heinz Mauelshagen | 2014-02-28 | 1 | -2/+2 |
* | dm cache: fix truncation bug when mapping I/O to >2TB fast device | Heinz Mauelshagen | 2014-02-28 | 1 | -2/+3 |
* | dm thin: allow metadata space larger than supported to go unused | Mike Snitzer | 2014-02-27 | 5 | -19/+37 |
* | dm mpath: fix stalls when handling invalid ioctls | Hannes Reinecke | 2014-02-26 | 1 | -2/+5 |
* | dm thin: fix the error path for the thin device constructor | Mike Snitzer | 2014-02-24 | 1 | -1/+4 |
* | dm raid1: fix immutable biovec related BUG when retrying read bio | Mikulas Patocka | 2014-02-18 | 1 | -0/+3 |
* | dm io: fix I/O to multiple destinations | Mikulas Patocka | 2014-02-17 | 1 | -12/+11 |
* | dm thin: avoid metadata commit if a pool's thin devices haven't changed | Mike Snitzer | 2014-02-17 | 3 | -1/+21 |
* | dm cache: do not add migration to completed list before unhooking bio | Mike Snitzer | 2014-02-17 | 1 | -2/+4 |
* | dm cache: move hook_info into common portion of per_bio_data structure | Mike Snitzer | 2014-02-17 | 1 | -1/+1 |
* | Merge tag 'md/3.14-fixes' of git://neil.brown.name/md | Linus Torvalds | 2014-02-14 | 2 | -49/+54 |
|\ |
|
| * | md/raid5: Fix CPU hotplug callback registration | Oleg Nesterov | 2014-02-13 | 1 | -46/+44 |
| * | md/raid1: restore ability for check and repair to fix read errors. | NeilBrown | 2014-02-05 | 1 | -3/+10 |
* | | Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ... | Jens Axboe | 2014-01-30 | 6 | -10/+15 |
|\ \
| |/
|/| |
|
| * | bcache: bugfix - gc thread now gets woken when cache is full | Nicholas Swenson | 2014-01-29 | 1 | -3/+3 |
| * | bcache: Minor fixes from kbuild robot | Kent Overstreet | 2014-01-29 | 4 | -5/+8 |
| * | bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED | Darrick J. Wong | 2014-01-29 | 2 | -2/+4 |
* | | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 22 | -1755/+2213 |
|\| |
|
| * | bcache: Fix auxiliary search trees for key size > cacheline size | Kent Overstreet | 2014-01-08 | 1 | -14/+14 |
| * | bcache: Don't return -EINTR when insert finished | Kent Overstreet | 2014-01-08 | 1 | -2/+4 |
| * | bcache: Improve bucket_prio() calculation | Kent Overstreet | 2014-01-08 | 2 | -3/+16 |
| * | bcache: Add bch_bkey_equal_header() | Nicholas Swenson | 2014-01-08 | 3 | -8/+11 |
| * | bcache: update bch_bkey_try_merge | Nicholas Swenson | 2014-01-08 | 3 | -16/+28 |
| * | bcache: Move insert_fixup() to btree_keys_ops | Kent Overstreet | 2014-01-08 | 4 | -229/+257 |
| * | bcache: Convert sorting to btree_keys | Kent Overstreet | 2014-01-08 | 3 | -36/+33 |
| * | bcache: Convert debug code to btree_keys | Kent Overstreet | 2014-01-08 | 9 | -217/+264 |
| * | bcache: Convert btree_iter to struct btree_keys | Kent Overstreet | 2014-01-08 | 6 | -38/+41 |
| * | bcache: Refactor bset_tree sysfs stats | Kent Overstreet | 2014-01-08 | 3 | -47/+54 |
| * | bcache: Add bch_btree_keys_u64s_remaining() | Kent Overstreet | 2014-01-08 | 2 | -13/+30 |
| * | bcache: Add struct btree_keys | Kent Overstreet | 2014-01-08 | 8 | -263/+322 |
| * | bcache: Abstract out stuff needed for sorting | Kent Overstreet | 2014-01-08 | 9 | -289/+423 |
| * | bcache: Rename/shuffle various code around | Kent Overstreet | 2014-01-08 | 8 | -276/+341 |
| * | bcache: Add struct bset_sort_state | Kent Overstreet | 2014-01-08 | 6 | -49/+87 |
| * | bcache: Split out sort_extent_cmp() | Kent Overstreet | 2014-01-08 | 4 | -32/+73 |
| * | bcache: Bkey indexing renaming | Kent Overstreet | 2014-01-08 | 6 | -52/+62 |
| * | bcache: Make bch_keylist_realloc() take u64s, not nptrs | Kent Overstreet | 2014-01-08 | 4 | -16/+26 |
| * | bcache: Remove/fix some header dependencies | Kent Overstreet | 2014-01-08 | 3 | -24/+26 |
| * | bcache: Use a mempool for mergesort temporary space | Kent Overstreet | 2014-01-08 | 3 | -16/+8 |
| * | bcache: Btree verify code improvements | Kent Overstreet | 2014-01-08 | 6 | -40/+83 |
| * | bcache: kill index() | Kent Overstreet | 2014-01-08 | 4 | -8/+24 |