summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen7-226/+245
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen3-23/+39
2014-09-27block: Integrity checksum flagMartin K. Petersen4-2/+9
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen4-9/+14
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen4-1/+28
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen3-25/+28
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen4-115/+94
2014-09-27block: Make protection interval calculation genericMartin K. Petersen1-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen4-52/+52
2014-09-27block: Remove bip_bufMartin K. Petersen2-7/+6
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen6-201/+1
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen6-27/+36
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen3-35/+20
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei6-39/+60
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei4-10/+10
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei1-14/+16
2014-09-25block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei5-56/+99
2014-09-25block: avoid to use q->flush_rq directlyMing Lei1-8/+9
2014-09-25block: move flush initialization to blk_flush_initMing Lei2-3/+4
2014-09-25block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei3-12/+17
2014-09-25blk-mq: handle failure path for initializing hctxMing Lei1-45/+69
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig1-1/+5
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig3-2/+8
2014-09-22blk-timeout: fix blk_add_timerMing Lei1-1/+2