summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar
2014-10-06dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-10-06dm bufio: when done scanning return from __scan immediatelyMikulas Patocka
2014-10-06dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-06dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen
2014-10-06dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen
2014-10-06dm: allow active and inactive tables to share dm_devsBenjamin Marzinski
2014-10-06dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski
2014-10-06dm: use bioset_create_nobvec()Junichi Nomura
2014-10-06dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura
2014-10-03block: add bioset_create_nobvec()Junichi Nomura
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke
2014-09-30sd: Honor block layer integrity handling flagsMartin K. Petersen
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen
2014-09-27block: Integrity checksum flagMartin K. Petersen
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen
2014-09-27block: Make protection interval calculation genericMartin K. Petersen
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen