summaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-13dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer1-1/+0
2014-11-13dm thin: fix a race in thin_dtrMikulas Patocka1-3/+3
2014-11-13dm cache: emit a warning message if there are a lot of cache blocksJoe Thornber1-3/+16
2014-11-10dm cache: improve discard supportJoe Thornber1-45/+121
2014-11-10dm cache: revert "prevent corruption caused by discard_block_size > cache_blo...Joe Thornber1-3/+34
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber4-46/+77
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber4-9/+16
2014-11-10dm cache policy mq: simplify ability to promote sequential IO to the cacheMike Snitzer2-8/+15
2014-11-10dm cache policy mq: tweak algorithm that decides when to promote a blockJoe Thornber2-28/+53
2014-11-10dm: do not call dm_sync_table() when creating new devicesHannes Reinecke1-3/+6
2014-11-10dm: sparse: Annotate field with __rcu for checkingPranith Kumar1-1/+1
2014-11-10dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar1-4/+4
2014-11-10dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer1-20/+23
2014-11-10dm thin: optimize retry_bios_on_resumeMike Snitzer1-7/+2
2014-11-10dm thin: sort the deferred cellsJoe Thornber1-20/+68
2014-11-10dm thin: direct dispatch when breaking sharingJoe Thornber1-13/+57
2014-11-10dm thin: remap the bios in a cell immediatelyJoe Thornber3-29/+83
2014-11-10dm thin: defer whole cells rather than individual biosJoe Thornber2-47/+208
2014-11-10dm thin: factor out remap_and_issue_overwriteMike Snitzer1-18/+20
2014-11-10dm thin: performance improvement to discard processingJoe Thornber1-7/+3
2014-11-10dm thin: implement thin_mergeMike Snitzer1-2/+18
2014-11-10dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer1-6/+6
2014-11-10dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer1-3/+31
2014-11-10dm thin: throttle incoming IOJoe Thornber1-1/+65
2014-11-10dm thin: prefetch missing metadata pagesJoe Thornber3-4/+16
2014-11-10dm transaction manager: add support for prefetching blocks of metadataJoe Thornber2-2/+82
2014-11-10dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...Joe Thornber2-19/+15
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber4-106/+79
2014-11-10dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber1-34/+75
2014-11-10dm bufio: switch from a huge hash table to an rbtreeJoe Thornber1-43/+54
2014-11-10dm btree: fix a recursion depth bug in btree walking codeJoe Thornber3-15/+17
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber1-4/+12
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen1-1/+5
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen1-4/+7
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka1-6/+6
2014-10-11dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar1-1/+3
2014-10-06dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov1-1/+1
2014-10-06dm bufio: when done scanning return from __scan immediatelyMikulas Patocka1-2/+2
2014-10-06dm bufio: update last_accessed when relinking a bufferJoe Thornber1-0/+1
2014-10-06dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen1-4/+34
2014-10-06dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen1-2/+28
2014-10-06dm: allow active and inactive tables to share dm_devsBenjamin Marzinski5-72/+167
2014-10-06dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski1-1/+3
2014-10-06dm: use bioset_create_nobvec()Junichi Nomura1-1/+1
2014-10-06dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura1-10/+5
2014-10-03block: add bioset_create_nobvec()Junichi Nomura2-17/+45
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura1-1/+1
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke1-2/+2
2014-09-30sd: Honor block layer integrity handling flagsMartin K. Petersen5-65/+166
2014-09-28block: Replace strnicmp with strncasecmpRasmus Villemoes1-4/+4