summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-2/+2
|\
| * treewide: Fix typos in printkMasanari Iida2016-04-181-2/+2
* | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-174-37/+20
|\ \
| * | block: kill off q->flush_flagsJens Axboe2016-04-133-14/+18
| * | block: kill blk_queue_flush()Jens Axboe2016-04-121-20/+0
| * | Merge branch 'for-4.7/core' into for-4.7/driversJens Axboe2016-04-122-0/+65
| |\ \
| * | | blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg2016-04-121-3/+2
* | | | Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-178-133/+148
|\ \ \ \
| * | | | blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-161-1/+1
| * | | | blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li2016-05-101-3/+2
| * | | | block: make bio_inc_remaining() interface accessible againMike Snitzer2016-05-051-11/+0
| * | | | block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer2016-05-051-2/+5
| * | | | block: Minor blk_account_io_start usage cleanupMichael Callahan2016-05-031-2/+1
| * | | | block: add __blkdev_issue_discardChristoph Hellwig2016-05-021-26/+37
| * | | | block: remove struct bio_batchChristoph Hellwig2016-05-021-91/+27
| | |/ / | |/| |
| * | | block: add ability to flag write back caching on a deviceJens Axboe2016-04-122-0/+65
| |/ /
| * | blk-mq: Export tagset iter functionSagi Grimberg2016-04-121-0/+12
| * | block: add offset in blk_add_request_payload()Ming Lin2016-04-121-2/+3
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-118-29/+36
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-04-151-3/+10
| |\ \ | | |/ | |/|
| | * block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei2016-03-291-3/+10
| * | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-048-24/+24
| |/
* / fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-081-39/+8
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-242-3/+6
|\
| * blk-mq: Use proper cpumask iteratorThomas Gleixner2016-03-202-3/+6
* | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+24
|\ \ | |/ |/|
| * block: Add blk_set_runtime_active()Mika Westerberg2016-02-191-0/+24
* | Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-185-109/+178
|\ \
| * | blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke2016-03-151-1/+4
| * | block: bio_remaining_done() isn't unlikelyChristoph Hellwig2016-03-141-1/+1
| * | block: cleanup bio_endioChristoph Hellwig2016-03-141-18/+17
| * | block: factor out chained bio completionChristoph Hellwig2016-03-141-8/+8
| * | block: don't unecessarily clobber bi_error for chained biosChristoph Hellwig2016-03-141-2/+5
| * | blk-mq: Fix NULL pointer updating nr_requestsKeith Busch2016-03-031-0/+2
| * | blk-mq: mark request queue as mq asapMing Lei2016-02-141-1/+3
| * | block: Initialize max_dev_sectors to 0Keith Busch2016-02-111-2/+2
| * | blk-mq: dynamic h/w context countKeith Busch2016-02-093-73/+110
| * | cfq-iosched: Allow parent cgroup to preempt its childJan Kara2016-02-041-1/+18
| * | cfq-iosched: Allow sync noidle workloads to preempt each otherJan Kara2016-02-041-1/+0
| * | cfq-iosched: Reorder checks in cfq_should_preempt()Jan Kara2016-02-041-6/+7
| * | cfq-iosched: Don't group_idle if cfqq has big thinktimeJan Kara2016-02-041-2/+8
* | | Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-03-161-1/+1
|\ \ \
| * | | dm: fix excessive dm-mq context switchingMike Snitzer2016-02-221-1/+1
* | | | block: partition: add partition specific uevent callbacks for partition infoSan Mehat2016-03-151-0/+11
* | | | block: support large requests in blk_rq_map_user_iovChristoph Hellwig2016-03-031-30/+61
* | | | block: merge: get the 1st and last bvec via helpersMing Lei2016-03-031-6/+2
* | | | block: disable block device DAX by defaultDan Williams2016-02-271-0/+13
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-02-176-13/+23
|\ \ \
| * | | blk: fix overflow in queue_discard_max_hw_showAlan2016-02-171-3/+2