summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-04-09block: fix regression with block enabled taggingJens Axboe1-1/+12
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe1-0/+1
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-2/+2
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro1-2/+2
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara1-0/+1
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+3
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-8/+3
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-4/+1
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet1-0/+1
2013-11-23block: Immutable bio vecsKent Overstreet1-2/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-3/+4
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe1-0/+3
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-7/+47
2013-10-25block: remove request ref_countChristoph Hellwig1-2/+0
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-09-21block: Add nr_bios to block_rq_remap tracepointJun'ichi Nomura1-0/+11
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+28
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-04-24block: fix max discard sectors limitJames Bottomley1-1/+1
2013-03-22block: add runtime pm helpersLin Ming1-0/+27
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-0/+2
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-1/+0
2013-01-09block: RCU free request_queueTejun Heo1-0/+2
2012-12-19blk: avoid divide-by-zero with zero discard granularityLinus Torvalds1-4/+15
2012-12-14block: discard granularity might not be power of 2Shaohua Li1-3/+4
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+6
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-0/+2
2012-12-06block: Rename queue dead flagBart Van Assche1-2/+2
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+29
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen1-0/+31
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-12/+10
2012-08-09block: disable discard request merge temporarilyShaohua Li1-1/+1