summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo
2014-10-31block: Fix computation of merged request priorityJan Kara
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng
2014-10-13block: include func name in __get_request printsRobert Elliott
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe
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-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-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo