aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
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
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-05block: add blk_set_queue_dying() to blkdev.hJens Axboe
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-29block: don't honor chunk sizes for data-less IOJens Axboe
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig
2015-05-12block: remove export for blk_queue_bioMike Snitzer
2015-05-05block: move PM request support to IDEChristoph Hellwig
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet
2015-01-28block: mark blk-mq devices as stackableMike Snitzer
2015-01-23block: support different tag allocation policyShaohua Li
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen
2015-01-13block: Change direct_access calling conventionMatthew Wilcox
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-10-28block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen
2014-10-28Revert "block: all blk-mq requests are tagged"Christoph Hellwig
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-09include/linux/blkdev.h: use NULL instead of zeroMichele Curti
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen