summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: Remove unused member (busy) from struct blk_queue_tagRitesh Harjani2016-12-171-1/+0Star
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-0/+14
|\
| * block: Add iocontext priority to requestAdam Manzanares2016-10-191-0/+14
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-3/+12
* | block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+19
* | block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni2016-12-011-0/+3
* | block: Change extern inline to static inlineTobias Klauser2016-11-181-1/+1
* | blk-mq: make the polling code adaptiveJens Axboe2016-11-171-1/+1
* | blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+1
* | block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
* | block: hook up writeback throttlingJens Axboe2016-11-101-0/+3
* | block: add scalable completion tracking of requestsJens Axboe2016-11-101-0/+7
* | block: add code to track actual device queue depthJens Axboe2016-11-061-0/+11
* | block: immediately dispatch big size requestShaohua Li2016-11-041-0/+1
* | blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-021-0/+1
* | block: better op and flags encodingChristoph Hellwig2016-10-281-24/+2Star
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+48
* | blk-zoned: implement ioctlsShaun Tancheff2016-10-181-0/+21
* | block: Implement support for zoned block devicesHannes Reinecke2016-10-181-0/+31
* | block: Add 'zoned' queue limitDamien Le Moal2016-10-181-0/+47
|/
* blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-1/+1
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-1/+1
* block: Fix secure eraseAdrian Hunter2016-08-161-2/+4
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-1/+1
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-1/+1
* Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman2016-08-041-1/+0Star
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-3/+3
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-131-3/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-22/+8Star
|\ \
| * | scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-211-2/+0Star
| * | block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-211-0/+1
| * | block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig2016-07-211-1/+3
| * | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-19/+4Star
* | | block: Fix front merge checkDamien Le Moal2016-07-211-2/+3
* | | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-211-0/+2
* | | block: Convert fifo_time from ulong to u64Jan Kara2016-06-281-1/+1
* | | block: better packing for struct requestChristoph Hellwig2016-06-091-3/+2Star
|/ /
* | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-0/+3
* | block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-4/+10
* | block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-3/+3
* | block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-071-10/+10
* | block discard: use bio set op accessorMike Christie2016-06-071-1/+2
* | block: add REQ_OP definitions and helpersMike Christie2016-06-071-1/+9
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-1/+14
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-1/+1
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-0/+1
| * block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-171-0/+1
| * block: Add vfs_msg() interfaceToshi Kani2016-05-171-0/+11
* | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-181-4/+2Star
|\ \
| * | block: kill off q->flush_flagsJens Axboe2016-04-131-3/+2Star