summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-26block: Move power management code into a new source fileBart Van Assche
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig
2018-09-26xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig
2018-09-24block: don't include bug.h from bio.hChristoph Hellwig
2018-09-24block: don't include io.h from bio.hChristoph Hellwig
2018-09-24block: remove bvec_to_physChristoph Hellwig
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig
2018-09-21blk-mq: Document the functions that iterate over requestsBart Van Assche
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-09-20Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente
2018-09-14block, bfq: correctly charge and reset entity service in all casesPaolo Valente
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing
2018-09-11rsxx: Remove unnecessary parenthesesNathan Chancellor
2018-09-07block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian
2018-09-06block: remove bio_rewind_iter()Ming Lei
2018-09-06drbd: Convert from ahash to shashKees Cook
2018-09-06Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov
2018-09-06Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka
2018-09-05Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-09-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-09-05Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-05tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu