summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@redhat.com>2020-12-08 17:58:33 +0800
committerGao Xiang <hsiangkao@redhat.com>2020-12-08 18:08:21 +0800
commitbf225074ff211f219cff2166cea17b158a0d06a9 (patch)
tree7608d1eae6c1369c49782abf8df9ef010a13dcb8 /tools/perf/scripts/python/libxed.py
parent6aaa7b0664e6886f6154070edbc24435d6e1f86b (diff)
downloadkernel-bf225074ff211f219cff2166cea17b158a0d06a9.tar.gz
erofs: insert to managed cache after adding to pcl
Previously, it could be some concern to call add_to_page_cache_lru() with page->mapping == Z_EROFS_MAPPING_STAGING (!= NULL). In contrast, page->private is used instead now, so partially revert commit 5ddcee1f3a1c ("erofs: get rid of __stagingpage_alloc helper") with some adaption for simplicity. Link: https://lore.kernel.org/r/20201208095834.3133565-2-hsiangkao@redhat.com Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
Christian König 2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann 2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson 2019-08-13dma-buf: rename reservation_object to dma_resvChristian König 2019-08-10dma-buf: add reservation_object_fences helperChristian König 2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner 2019-06-14dma-buf: add show_fdinfo handlerGreg Hackmann 2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann 2019-06-14dma-buf: give each buffer a full-fledged inodeGreg Hackmann 2019-05-22dma-buf: start caching of sg_table objects v2Christian König 2019-04-24dma-buf: Make mmap callback actually optionalAndrew F. Davis 2019-04-24dma-buf: balance refcount inbalanceJérôme Glisse 2018-12-24dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li