aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-26xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig1-1/+0
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig1-7/+0
2018-09-24block: don't include bug.h from bio.hChristoph Hellwig1-1/+0
2018-09-24block: don't include io.h from bio.hChristoph Hellwig1-3/+0
2018-09-24block: remove bvec_to_physChristoph Hellwig3-8/+3
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig5-48/+17
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig1-1/+3
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig8-30/+28
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig2-19/+19
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2-69/+65
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2-33/+33
2018-09-21blk-mq: Document the functions that iterate over requestsBart Van Assche1-7/+64
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)4-12/+9
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2-35/+44
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)1-13/+21
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)4-83/+81
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)8-62/+25
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)4-11/+14
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)3-28/+68
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)5-10/+13
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)5-40/+46
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)3-15/+41
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)3-5/+32
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)6-16/+107
2018-09-20Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo1-26/+15
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig1-21/+20
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente1-2/+8
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2-6/+88
2018-09-14block, bfq: correctly charge and reset entity service in all casesPaolo Valente1-3/+10
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing1-5/+0
2018-09-11rsxx: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-07block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-09-06block: remove bio_rewind_iter()Ming Lei4-30/+8
2018-09-06drbd: Convert from ahash to shashKees Cook5-88/+76
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov1-2/+2
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka1-1/+4
2018-09-05tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)1-2/+6
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu1-0/+12
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi39-390/+39
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches1-0/+1
2018-09-04mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang1-2/+2
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2-2/+2
2018-09-04memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko1-11/+9
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches1-1/+1
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso1-0/+1
2018-09-04mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2-1/+6
2018-09-04mm/util.c: improve kvfree() kerneldocAndrew Morton1-4/+7