aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-05dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski
2014-10-05dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura
2014-10-05dm: 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
2014-09-27block: Remove bip_bufMartin K. Petersen
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei
2014-09-25block: remove blk_init_flush() and its pairMing Lei
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei
2014-09-25block: avoid to use q->flush_rq directlyMing Lei
2014-09-25block: move flush initialization to blk_flush_initMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei
2014-09-25blk-mq: handle failure path for initializing hctxMing Lei
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig