aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-2/+0
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet1-2/+2
2015-01-28block: mark blk-mq devices as stackableMike Snitzer1-0/+1
2015-01-23block: support different tag allocation policyShaohua Li1-2/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-2/+2
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-2/+4
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-1/+0
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2014-10-28block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen1-2/+2
2014-10-28Revert "block: all blk-mq requests are tagged"Christoph Hellwig1-2/+1
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-1/+0
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-41/+30
2014-10-09include/linux/blkdev.h: use NULL instead of zeroMichele Curti1-1/+1
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-3/+2
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen1-10/+10
2014-09-27block: Integrity checksum flagMartin K. Petersen1-0/+1
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+1
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen1-2/+4
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen1-5/+4
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen1-3/+3
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen1-4/+0
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen1-5/+2
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei1-8/+2
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo1-1/+1
2014-07-01blk-mq: use percpu_ref for mq usage countTejun Heo1-1/+2
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo1-0/+1
2014-06-24block: add support for limiting gaps in SG listsJens Axboe1-0/+1
2014-06-17block: blk_max_size_offset() should check ->max_sectorsJens Axboe1-1/+1
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-0/+1
2014-06-05block: add notion of a chunk size for request mergingJens Axboe1-1/+21
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-0/+13
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox1-0/+4
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick1-0/+9
2014-06-03blk-mq: fix sparse warning on missed __percpu annotationMing Lei1-1/+1
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-1/+1
2014-05-29block: add queue flag for disabling SG mergingJens Axboe1-0/+1
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe1-1/+0
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-4/+11
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig1-1/+4
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-0/+3
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig1-3/+4
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-0/+9
2014-04-16block: export blk_finish_requestChristoph Hellwig1-0/+1
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-1/+1
2014-04-15block: all blk-mq requests are taggedChristoph Hellwig1-1/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+0
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe1-3/+14