summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
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
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams
2015-12-28block: add blk_start_queue_async()Jens Axboe
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen
2015-11-19block: protect rw_page against device teardownDan Williams
2015-11-07block: add block polling supportJens Axboe
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig
2015-10-21block: move blk_integrity to request_queueDan Williams
2015-10-21block: generic request_queue reference countingDan Williams
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-03block: Check for gaps on front and back mergesJens Axboe
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
2015-08-18block: bump BLK_DEF_MAX_SECTORS to 2560Jeff Moyer
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer