| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | raid5: get_active_stripe avoids device_lock | Shaohua Li | 2014-04-09 | 1 | -7/+2 |
| * | | raid5: make_request does less prepare wait | Shaohua Li | 2014-04-09 | 1 | -5/+14 |
| * | | md: avoid oops on unload if some process is in poll or select. | NeilBrown | 2014-04-09 | 1 | -0/+16 |
| * | | md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa... | NeilBrown | 2014-04-09 | 1 | -4/+13 |
| * | | md/bitmap: don't abuse i_writecount for bitmap files. | NeilBrown | 2014-04-09 | 3 | -35/+16 |
* | | | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-05 | 19 | -475/+2233 |
|\ \ \
| | |/
| |/| |
|
| * | | dm cache: fix a lock-inversion | Joe Thornber | 2014-04-04 | 3 | -52/+20 |
| * | | dm thin: sort the per thin deferred bios using an rb_tree | Mike Snitzer | 2014-04-04 | 1 | -2/+82 |
| * | | dm thin: use per thin device deferred bio lists | Mike Snitzer | 2014-03-31 | 1 | -61/+104 |
| * | | dm thin: simplify pool_is_congested | Mike Snitzer | 2014-03-31 | 1 | -11/+5 |
| * | | dm thin: fix dangling bio in process_deferred_bios error path | Mike Snitzer | 2014-03-28 | 1 | -1/+1 |
| * | | dm mpath: print more useful warnings in multipath_message() | Jose Castillo | 2014-03-27 | 1 | -2/+2 |
| * | | dm-mpath: do not activate failed paths | Hannes Reinecke | 2014-03-27 | 1 | -2/+5 |
| * | | dm mpath: remove extra nesting in map function | Mike Snitzer | 2014-03-27 | 1 | -22/+24 |
| * | | dm mpath: remove map_io() | Hannes Reinecke | 2014-03-27 | 1 | -13/+6 |
| * | | dm mpath: reduce memory pressure when requeuing | Hannes Reinecke | 2014-03-27 | 1 | -23/+15 |
| * | | dm mpath: remove process_queued_ios() | Hannes Reinecke | 2014-03-27 | 1 | -42/+27 |
| * | | dm mpath: push back requests instead of queueing | Hannes Reinecke | 2014-03-27 | 1 | -78/+36 |
| * | | dm table: add dm_table_run_md_queue_async | Mike Snitzer | 2014-03-27 | 3 | -0/+25 |
| * | | dm mpath: do not call pg_init when it is already running | Hannes Reinecke | 2014-03-27 | 1 | -2/+4 |
| * | | dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind | Monam Agarwal | 2014-03-27 | 1 | -1/+1 |
| * | | dm: stop using bi_private | Mikulas Patocka | 2014-03-27 | 1 | -4/+3 |
| * | | dm: remove dm_get_mapinfo | Mikulas Patocka | 2014-03-27 | 1 | -10/+0 |
| * | | dm: make dm_table_alloc_md_mempools static | Mikulas Patocka | 2014-03-27 | 2 | -2/+1 |
| * | | dm: take care to copy the space map roots before locking the superblock | Joe Thornber | 2014-03-27 | 3 | -81/+127 |
| * | | dm transaction manager: fix corruption due to non-atomic transaction commit | Joe Thornber | 2014-03-27 | 5 | -27/+16 |
| * | | dm cache: remove remainder of distinct discard block size | Heinz Mauelshagen | 2014-03-27 | 4 | -77/+46 |
| * | | dm cache: prevent corruption caused by discard_block_size > cache_block_size | Mike Snitzer | 2014-03-27 | 1 | -34/+3 |
| * | | dm bitset: only flush the current word if it has been dirtied | Joe Thornber | 2014-03-27 | 2 | -1/+10 |
| * | | dm: add era target | Joe Thornber | 2014-03-27 | 3 | -0/+1743 |
| |/ |
|
* | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-04-01 | 17 | -767/+629 |
|\ \ |
|
| * | | bcache: remove nested function usage | John Sheu | 2014-03-18 | 2 | -72/+76 |
| * | | bcache: Kill bucket->gc_gen | Kent Overstreet | 2014-03-18 | 4 | -11/+9 |
| * | | bcache: Kill unused freelist | Kent Overstreet | 2014-03-18 | 5 | -125/+110 |
| * | | bcache: Rework btree cache reserve handling | Kent Overstreet | 2014-03-18 | 6 | -139/+145 |
| * | | bcache: Kill btree_io_wq | Kent Overstreet | 2014-03-18 | 3 | -24/+2 |
| * | | bcache: btree locking rework | Kent Overstreet | 2014-03-18 | 4 | -52/+133 |
| * | | bcache: Fix a race when freeing btree nodes | Kent Overstreet | 2014-03-18 | 1 | -33/+20 |
| * | | bcache: Add a real GC_MARK_RECLAIMABLE | Kent Overstreet | 2014-03-18 | 4 | -14/+21 |
| * | | bcache: Add bch_keylist_init_single() | Kent Overstreet | 2014-03-18 | 2 | -4/+7 |
| * | | bcache: Improve priority_stats | Kent Overstreet | 2014-03-18 | 1 | -6/+20 |
| * | | bcache: Better alloc tracepoints | Kent Overstreet | 2014-03-18 | 2 | -5/+12 |
| * | | bcache: Kill dead cgroup code | Kent Overstreet | 2014-03-18 | 5 | -202/+0 |
| * | | bcache: stop moving_gc marking buckets that can't be moved. | Nicholas Swenson | 2014-03-18 | 1 | -1/+4 |
| * | | bcache: Fix moving_pred() | Kent Overstreet | 2014-03-18 | 1 | -5/+3 |
| * | | bcache: Fix moving_gc deadlocking with a foreground write | Nicholas Swenson | 2014-03-18 | 5 | -8/+16 |
| * | | bcache: Fix discard granularity | Kent Overstreet | 2014-03-18 | 1 | -0/+1 |
| * | | bcache: Fix another bug recovering from unclean shutdown | Kent Overstreet | 2014-03-18 | 3 | -65/+36 |
| * | | bcache: Fix a bug recovering from unclean shutdown | Kent Overstreet | 2014-03-18 | 1 | -2/+2 |
| * | | bcache: Fix a journalling reclaim after recovery bug | Kent Overstreet | 2014-03-18 | 1 | -2/+8 |