aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-1/+1
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-1/+1
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke1-1/+0
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen1-1/+1
2015-11-19block: protect rw_page against device teardownDan Williams1-0/+2
2015-11-07block: add block polling supportJens Axboe1-0/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+2
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig1-0/+2
2015-10-21block: move blk_integrity to request_queueDan Williams1-1/+5
2015-10-21block: generic request_queue reference countingDan Williams1-1/+1
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-21/+13
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen1-4/+4
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-9/+11
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-2/+0
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita1-0/+2
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+50
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+30
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+4
2015-09-03block: Check for gaps on front and back mergesJens Axboe1-0/+20