summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2014-12-01dm cache: discard block size must be a multiple of cache block sizeJoe Thornber
2014-12-01dm cache: fix a harmless race when working out if a block is discardedJoe Thornber
2014-12-01dm cache: when reloading a discard bitset allow for a different discard block...Joe Thornber
2014-12-01dm cache: fix some issues with the new discard range supportJoe Thornber
2014-12-01dm array: if resizing the array is a noop set the new root to the old oneJoe Thornber
2014-11-23dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet
2014-11-21dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer
2014-11-19dm thin: suspend/resume active thin devices when reloading thin-poolMike Snitzer
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer
2014-11-19dm thin: do not allow thin device activation while pool is suspendedMike Snitzer
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer
2014-11-19dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer
2014-11-12dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer
2014-11-12dm thin: fix a race in thin_dtrMikulas Patocka
2014-11-12dm cache: emit a warning message if there are a lot of cache blocksJoe Thornber
2014-11-10dm cache: improve discard supportJoe Thornber
2014-11-10dm cache: revert "prevent corruption caused by discard_block_size > cache_blo...Joe Thornber
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber
2014-11-10dm cache policy mq: simplify ability to promote sequential IO to the cacheMike Snitzer
2014-11-10dm cache policy mq: tweak algorithm that decides when to promote a blockJoe Thornber
2014-11-10dm: do not call dm_sync_table() when creating new devicesHannes Reinecke
2014-11-10dm: sparse: Annotate field with __rcu for checkingPranith Kumar
2014-11-10dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar
2014-11-10dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer
2014-11-10dm thin: optimize retry_bios_on_resumeMike Snitzer
2014-11-10dm thin: sort the deferred cellsJoe Thornber
2014-11-10dm thin: direct dispatch when breaking sharingJoe Thornber
2014-11-10dm thin: remap the bios in a cell immediatelyJoe Thornber
2014-11-10dm thin: defer whole cells rather than individual biosJoe Thornber
2014-11-10dm thin: factor out remap_and_issue_overwriteMike Snitzer
2014-11-10dm thin: performance improvement to discard processingJoe Thornber
2014-11-10dm thin: implement thin_mergeMike Snitzer
2014-11-10dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer
2014-11-10dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer
2014-11-10dm thin: throttle incoming IOJoe Thornber
2014-11-10dm thin: prefetch missing metadata pagesJoe Thornber
2014-11-10dm transaction manager: add support for prefetching blocks of metadataJoe Thornber
2014-11-10dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...Joe Thornber
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber
2014-11-10dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber
2014-11-10dm bufio: switch from a huge hash table to an rbtreeJoe Thornber
2014-11-10dm btree: fix a recursion depth bug in btree walking codeJoe Thornber
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka
2014-10-10dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar
2014-10-05dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-10-05dm bufio: when done scanning return from __scan immediatelyMikulas Patocka