summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-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-171-4/+2
|\ \
| * | block: kill off q->flush_flagsJens Axboe2016-04-131-3/+2
| * | block: kill blk_queue_flush()Jens Axboe2016-04-121-1/+0
* | | block: add __blkdev_issue_discardChristoph Hellwig2016-05-021-0/+2
|/ /
* | block: add ability to flag write back caching on a deviceJens Axboe2016-04-121-0/+3
* | block: add offset in blk_add_request_payload()Ming Lin2016-04-121-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-1/+2
|\
| *-. Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-181-1/+2
| |\ \
| | | * blk-mq: enable polling support by defaultChristoph Hellwig2016-03-041-1/+2
| | |/
* | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+2
|\ \ \
| * | | block: Add blk_set_runtime_active()Mika Westerberg2016-02-191-0/+2
| | |/ | |/|
* | | block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig2016-03-031-1/+1
* | | block: get the 1st and last bvec via helpersMing Lei2016-03-031-4/+9
* | | block: check virt boundary in bio_will_gap()Ming Lei2016-03-031-5/+11
| |/ |/|
* | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-041-3/+6
|\ \ | |/ |/|
| * block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-041-3/+6
* | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-0/+1
|\ \ | |/ |/|
| * block: defer timeouts to a workqueueChristoph Hellwig2015-12-221-0/+1
* | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-1/+1
|\ \ | |/
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-1/+1
* | mm, dax, pmem: introduce pfn_tDan Williams2016-01-151-2/+3
* | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-151-2/+15
* | block: add blk_start_queue_async()Jens Axboe2015-12-281-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-12-061-1/+1
|\ \
| * \ Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-1/+1
| |\ \
| | * | block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-251-1/+1
* | | | block: Always check queue limits for cloned requestsHannes Reinecke2015-11-291-1/+0
| |_|/ |/| |
* | | block: protect rw_page against device teardownDan Williams2015-11-191-0/+2
|/ /
* | block: add block polling supportJens Axboe2015-11-071-0/+3
* | block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+2
* | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-0/+2
|\ \
| * | block: add an API for Persistent ReservationsChristoph Hellwig2015-10-211-0/+2
* | | block: move blk_integrity to request_queueDan Williams2015-10-211-1/+5
* | | block: generic request_queue reference countingDan Williams2015-10-211-1/+1
* | | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-21/+13
* | | block: Reduce the size of struct blk_integrityMartin K. Petersen2015-10-211-4/+4
* | | block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-211-9/+11
* | | block: Move integrity kobject to struct gendiskMartin K. Petersen2015-10-211-2/+0
|/ /
* | blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-291-0/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-191-0/+50
|\ \ | |/ |/|
| * block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2015-09-111-0/+30
| * block: Check for gaps on front and back mergesJens Axboe2015-09-031-0/+20
* | blk: rq_data_dir() should not return a booleanLinus Torvalds2015-09-121-1/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-4/+4
|\ \ | |/ |/|
OpenPOWER on IntegriCloud