summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Move power management code into a new source fileBart Van Assche2018-09-2611-239/+264
* xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-269-7/+7
* block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-265-15/+3
* xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-264-10/+4
* xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig2018-09-261-1/+0
* arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig2018-09-261-7/+0
* block: don't include bug.h from bio.hChristoph Hellwig2018-09-241-1/+0
* block: don't include io.h from bio.hChristoph Hellwig2018-09-241-3/+0
* block: remove bvec_to_physChristoph Hellwig2018-09-243-8/+3
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-245-48/+17
* block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig2018-09-241-1/+3
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-248-30/+28
* block: move req_gap_back_merge to blk.hChristoph Hellwig2018-09-242-19/+19
* block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2018-09-242-69/+65
* block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2018-09-242-33/+33
* blk-mq: Document the functions that iterate over requestsBart Van Assche2018-09-221-7/+64
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-224-12/+9
* blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-222-35/+44
* blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)2018-09-221-13/+21
* blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-224-83/+81
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-228-62/+25
* blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)2018-09-224-11/+14
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-223-28/+68
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-225-10/+13
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-225-40/+46
* blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-223-15/+41
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-223-5/+32
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-226-16/+107
* Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-211-26/+15
* block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig2018-09-201-21/+20
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2018-09-141-2/+8
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-142-6/+88
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-09-141-3/+10
* blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing2018-09-141-5/+0
* rsxx: Remove unnecessary parenthesesNathan Chancellor2018-09-121-1/+1
* block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-071-2/+2
* block: remove bio_rewind_iter()Ming Lei2018-09-064-30/+8
* drbd: Convert from ahash to shashKees Cook2018-09-065-88/+76
* Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds2018-09-068-64/+111
|\
| * block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-061-2/+2
| * block: don't warn when doing fsync on read-only devicesMikulas Patocka2018-09-061-1/+4
| * nbd: don't allow invalid blocksize settingsJens Axboe2018-09-041-0/+3
| * blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2018-08-312-3/+5
| * blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-313-8/+94
| * Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-312-63/+16
* | Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-09-061-1/+0
|\ \
| * | apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0
* | | Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-062-4/+8
|\ \ \
| * | | printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-061-2/+2
| * | | tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)2018-09-051-2/+6
| |/ /