summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-201-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-161-2/+3
* | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-161-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-261-1/+1
* | | | block: Always check queue limits for cloned requestsHannes Reinecke2015-11-291-1/+0Star
| |_|/ |/| |
* | | 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-051-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/+13Star
* | | 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/+0Star
|/ /
* | 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-201-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
|\ \ | |/ |/|
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-281-1/+1
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-4/+4
* | block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-1/+20
* | block: bump BLK_DEF_MAX_SECTORS to 2560Jeff Moyer2015-08-181-1/+1
* | Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-0/+1
* | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-10/+0Star
* | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+3
* | block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-171-0/+1
|/
* Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-06-261-1/+5
|\
| * Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-261-1/+5
| * Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-291-37/+5Star
| |\
* | \ Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-20/+1Star
|\ \ \
| * | | writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo2015-06-021-19/+0Star
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-1/+1
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-2/+1Star
|\ \ \ \
| * | | | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-2/+1Star
* | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-38/+7Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | block: add blk_set_queue_dying() to blkdev.hJens Axboe2015-06-051-0/+1
| | |/ / | |/| |
| * | | block: don't honor chunk sizes for data-less IOJens Axboe2015-05-291-1/+1
| | |/ | |/|
| * | block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-221-5/+1Star
| * | block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-191-1/+1
| * | block: move PM request support to IDEChristoph Hellwig2015-05-051-20/+1Star
| * | block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig2015-05-051-1/+0Star
| * | block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-1/+0Star