aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke1-1/+0
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
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams1-1/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-4/+4
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-1/+20
2015-08-18block: bump BLK_DEF_MAX_SECTORS to 2560Jeff Moyer1-1/+1
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-0/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-10/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+3
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe1-0/+1
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+5
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-1/+5
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-38/+7
2015-06-05block: add blk_set_queue_dying() to blkdev.hJens Axboe1-0/+1
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo1-19/+0
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-1/+1
2015-05-29block: don't honor chunk sizes for data-less IOJens Axboe1-1/+1
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer1-37/+5
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig1-5/+1
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig1-1/+1
2015-05-12block: remove export for blk_queue_bioMike Snitzer1-2/+0
2015-05-05block: move PM request support to IDEChristoph Hellwig1-20/+1
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig1-1/+0
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig1-1/+0
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig1-9/+2
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-2/+2
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig1-2/+1
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-2/+0
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet1-2/+2
2015-01-28block: mark blk-mq devices as stackableMike Snitzer1-0/+1
2015-01-23block: support different tag allocation policyShaohua Li1-2/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-2/+2