summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAge
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-08
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-08
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-08
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-28
* block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im2018-02-15
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-19
| * block: rearrange a few request fields for better cache layoutJens Axboe2018-01-10
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-10
| * block: add accessors for setting/querying request deadlineJens Axboe2018-01-10
| * block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-10
| * blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo2018-01-09
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-09
| * block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-05
* | block: unalign call_single_data in struct requestJens Axboe2017-12-20
* | block: fix blk_rq_append_bioJens Axboe2017-12-18
* | block: don't let passthrough IO go into .make_request_fn()Ming Lei2017-12-18
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-10
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-10
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-10
| * block: Introduce blk_get_request_flags()Bart Van Assche2017-11-10
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-10
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-03
| * block: add a blk_steal_bios helperChristoph Hellwig2017-11-03
| * block: provide a direct_make_request helperChristoph Hellwig2017-11-03
| * fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2017-10-12
| * block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-05
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-25
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-10
* | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-04
|\ \
| * | bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block2017-08-24
| |/
* | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-29
|/
* block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-27
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-27
* blk-mq: expose write hints through debugfsJens Axboe2017-06-27
* block: add support for write hints in a bioJens Axboe2017-06-27
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-22
|\
| * blk-mq: fix performance regression with shared tagsJens Axboe2017-06-21
| * block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-14
* | block: Add a comment above queue_lockdep_assert_held()Bart Van Assche2017-06-20
* | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-20
* | block: Make request operation type argument declarations consistentBart Van Assche2017-06-20
* | block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig2017-06-20
* | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-18
* | blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2017-06-18