aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-02-05block: rewrite and split __bio_copy_iov()Dongsu Park
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig
2015-02-05block: merge __bio_map_kern into bio_map_kernChristoph Hellwig
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig
2015-02-05block: simplify bio_map_kernChristoph Hellwig
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch
2015-01-28block: add blk-mq support to blk_insert_cloned_request()Keith Busch
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch
2015-01-23blk-mq: add tag allocation policyShaohua Li
2015-01-23block: support different tag allocation policyShaohua Li
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-01-14blk-mq: fix false negative out-of-tags conditionJens Axboe
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch
2014-12-20blk-mq: Exit queue on alloc failureKeith Busch
2014-12-15Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-12-11bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai
2014-12-09blk-mq: Use all available hardware queuesBart Van Assche
2014-12-09blk-mq: Micro-optimize bt_get()Bart Van Assche
2014-12-09blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche
2014-12-09blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche
2014-12-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-08blk-mq: re-check for available tags after running the hardware queueJens Axboe
2014-12-08blk-mq: fix hang in bt_get()Bart Van Assche
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li
2014-11-24blk-mq: cleanup tag free handlingJens Axboe
2014-11-24blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-24blk: introduce generic io stat accounting help functionGu Zheng
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei