aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-16block: Fix secure eraseAdrian Hunter1-2/+4
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-1/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-1/+1
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman1-1/+0
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+8
2016-07-20block: Fix front merge checkDamien Le Moal1-2/+3
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-0/+2
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-2/+0
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-0/+1
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig1-1/+3
2016-07-12pmem: kill __pmem address spaceDan Williams1-3/+3
2016-06-28block: Convert fifo_time from ulong to u64Jan Kara1-1/+1
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-19/+4
2016-06-09block: better packing for struct requestChristoph Hellwig1-3/+2
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-0/+3
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie1-4/+10
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie1-3/+3
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie1-10/+10
2016-06-07block discard: use bio set op accessorMike Christie1-1/+2
2016-06-07block: add REQ_OP definitions and helpersMike Christie1-1/+9
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+14
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams1-1/+1
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani1-0/+1
2016-05-17block: Add bdev_dax_supported() for dax mount checksToshi Kani1-0/+1
2016-05-17block: Add vfs_msg() interfaceToshi Kani1-0/+11
2016-05-02block: add __blkdev_issue_discardChristoph Hellwig1-0/+2
2016-04-13block: kill off q->flush_flagsJens Axboe1-3/+2
2016-04-12block: kill blk_queue_flush()Jens Axboe1-1/+0
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe1-0/+3
2016-04-12block: add offset in blk_add_request_payload()Ming Lin1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+2
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro1-1/+2
2016-03-04blk-mq: enable polling support by defaultChristoph Hellwig1-1/+2
2016-03-03block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig1-1/+1
2016-03-03block: get the 1st and last bvec via helpersMing Lei1-4/+9
2016-03-03block: check virt boundary in bio_will_gap()Ming Lei1-5/+11
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg1-0/+2
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-3/+6
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-3/+6
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-2/+3
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams1-2/+15
2015-12-28block: add blk_start_queue_async()Jens Axboe1-0/+1
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-0/+1
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1