aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15block: remov blk_queue_invalidate_tagsChristoph Hellwig1-2/+0
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig1-0/+2
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-29block: move ->timeout request memberJens Axboe1-2/+2
2018-05-29block: document the blk_eh_timer_return valuesChristoph Hellwig1-2/+2
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig1-1/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-23/+12
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-4/+1
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-36/+2
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval1-15/+6
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-8/+18
2018-04-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2018-04-19scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche1-0/+5
2018-04-18block: add blk_queue_fua() helper functionDave Chinner1-0/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-11/+31
2018-03-08block: Move the queue_flag_*() functions from a public into a private header fileBart Van Assche1-69/+0
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche1-0/+6
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-0/+5
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche1-11/+11
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+2
2018-02-15block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+155
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-2/+0
2018-01-10block: rearrange a few request fields for better cache layoutJens Axboe1-13/+15
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-2/+0
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe1-1/+3
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe1-0/+2
2018-01-09blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo1-0/+2
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+23
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig1-0/+111
2017-12-20block: unalign call_single_data in struct requestJens Axboe1-1/+1
2017-12-18block: fix blk_rq_append_bioJens Axboe1-1/+1
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei1-2/+19
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+17
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-2/+2
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-1/+1
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche1-0/+6
2017-11-10block: Introduce blk_get_request_flags()Bart Van Assche1-0/+3
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+3
2017-11-03block: add a blk_steal_bios helperChristoph Hellwig1-0/+2
2017-11-03block: provide a direct_make_request helperChristoph Hellwig1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12fs/block_dev: remove vfs_msg() interfaceRakesh Pandit1-11/+0
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-5/+0
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+29
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-1/+0
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1