summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAge
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-10
|\
| * Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-08
| |\
| | * block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-04
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-08
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-08
| |\ \ | | |/ | |/|
| | * scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-24
| | * scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-12
| | * blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-12
* | | block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong2014-12-02
|/ /
* | block: blk-merge: fix blk_recount_segments()Ming Lei2014-11-11
* | scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-11-10
* | blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo2014-11-04
* | block: Fix computation of merged request priorityJan Kara2014-10-31
|/
* block: fix wrong error return in elevator_init()Sudip Mukherjee2014-10-23
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-10-22
* blk-merge: recaculate segment if it isn't less than max segmentsMing Lei2014-10-21
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-18
|\
| * blk-mq: allocate cpumask on the home nodeJens Axboe2014-10-13
| * bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-13
| * block: include func name in __get_request printsRobert Elliott2014-10-13
| * block: make blk_update_request print prefix match ratelimited prefixRobert Elliott2014-10-13
| * blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei2014-10-09
| * block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-09
| * blk-mq: Make bt_clear_tag() easier to readBart Van Assche2014-10-07
| * blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe2014-10-07
| * block: add bioset_create_nobvec()Junichi Nomura2014-10-03
| * block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura2014-10-03
| * block: misplaced rq_complete tracepointHannes Reinecke2014-10-01
| * block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-27
| * block: Add T10 Protection Information functionsMartin K. Petersen2014-09-27
| * block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-27
| * block: Integrity checksum flagMartin K. Petersen2014-09-27
| * block: Relocate bio integrity flagsMartin K. Petersen2014-09-27
| * block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-27
| * block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-27
| * block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-27
| * block: Make protection interval calculation genericMartin K. Petersen2014-09-27
| * block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-27
| * block: Remove bip_bufMartin K. Petersen2014-09-27
| * block: Remove integrity tagging functionsMartin K. Petersen2014-09-27
| * block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-27
| * block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-27
| * blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-25
| * block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-25
| * block: flush: avoid to figure out flush queue unnecessarilyMing Lei2014-09-25
| * block: remove blk_init_flush() and its pairMing Lei2014-09-25
| * block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-25
| * block: avoid to use q->flush_rq directlyMing Lei2014-09-25
| * block: move flush initialization to blk_flush_initMing Lei2014-09-25
| * block: introduce blk_init_flush and its pairMing Lei2014-09-25