summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-09include/linux/blkdev.h: use NULL instead of zeroMichele Curti
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen
2014-09-27block: Integrity checksum flagMartin 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: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo
2014-07-01blk-mq: use percpu_ref for mq usage countTejun Heo
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo
2014-06-24block: add support for limiting gaps in SG listsJens Axboe
2014-06-17block: blk_max_size_offset() should check ->max_sectorsJens Axboe
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-06-05block: add notion of a chunk size for request mergingJens Axboe
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick
2014-06-03blk-mq: fix sparse warning on missed __percpu annotationMing Lei
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-29block: add queue flag for disabling SG mergingJens Axboe
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe
2014-04-16block: export blk_finish_requestChristoph Hellwig
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig
2014-04-15block: all blk-mq requests are taggedChristoph Hellwig
2014-04-15block: remove struct request buffer memberJens Axboe
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-09block: fix regression with block enabled taggingJens Axboe
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2013-11-23block: Immutable bio vecsKent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe