summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-19block: Add iocontext priority to requestAdam Manzanares
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-18block: Implement support for zoned block devicesHannes Reinecke
2016-10-18block: Add 'zoned' queue limitDamien Le Moal
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe
2016-08-16block: Fix secure eraseAdrian Hunter
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: Fix front merge checkDamien Le Moal
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-06-28block: Convert fifo_time from ulong to u64Jan Kara
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-09block: better packing for struct requestChristoph Hellwig
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie
2016-06-07block discard: use bio set op accessorMike Christie
2016-06-07block: add REQ_OP definitions and helpersMike Christie
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani
2016-05-17block: Add bdev_dax_supported() for dax mount checksToshi Kani
2016-05-17block: Add vfs_msg() interfaceToshi Kani
2016-05-02block: add __blkdev_issue_discardChristoph Hellwig
2016-04-13block: kill off q->flush_flagsJens Axboe
2016-04-12block: kill blk_queue_flush()Jens Axboe
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe
2016-04-12block: add offset in blk_add_request_payload()Ming Lin
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro
2016-03-04blk-mq: enable polling support by defaultChristoph Hellwig
2016-03-03block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig
2016-03-03block: get the 1st and last bvec via helpersMing Lei
2016-03-03block: check virt boundary in bio_will_gap()Ming Lei
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg