From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by kanga.kvack.org (Postfix) with ESMTP id CCB076B0044 for ; Mon, 7 Jul 2014 14:01:48 -0400 (EDT) Received: by mail-wg0-f52.google.com with SMTP id b13so4783700wgh.35 for ; Mon, 07 Jul 2014 11:01:48 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTPS id c11si50774183wjs.107.2014.07.07.11.01.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Jul 2014 11:01:47 -0700 (PDT) From: Naoya Horiguchi Subject: [PATCH v3 0/3] mm: introduce fincore() v3 Date: Mon, 7 Jul 2014 14:00:03 -0400 Message-Id: <1404756006-23794-1-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Konstantin Khlebnikov , Wu Fengguang , Arnaldo Carvalho de Melo , Borislav Petkov , "Kirill A. Shutemov" , Johannes Weiner , Rusty Russell , David Miller , Andres Freund , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Dave Hansen , Christoph Hellwig , Dave Chinner , Michael Kerrisk , Linux API , Naoya Horiguchi This is the 3rd version of fincore patchset. I stop exporting PAGECACHE_TAG_* information to userspace via fincore(). Rather than that, no major change since v2. Any comments/reviews are welcomed. v2: http://lwn.net/Articles/604380/ v1: http://lwn.net/Articles/601020/ Thanks, Naoya Horiguchi --- Tree: git@github.com:Naoya-Horiguchi/linux.git Branch: v3.16-rc3/fincore.ver3 --- Summary: Naoya Horiguchi (3): mm: introduce fincore() selftests/fincore: add test code for fincore() man2/fincore.2: document general description about fincore(2) arch/x86/syscalls/syscall_64.tbl | 1 + include/linux/syscalls.h | 4 + include/uapi/linux/fincore.h | 84 +++++ man2/fincore.2 | 348 ++++++++++++++++++++ mm/Makefile | 2 +- mm/fincore.c | 286 ++++++++++++++++ tools/testing/selftests/Makefile | 1 + tools/testing/selftests/fincore/Makefile | 31 ++ .../selftests/fincore/create_hugetlbfs_file.c | 49 +++ tools/testing/selftests/fincore/fincore.c | 153 +++++++++ tools/testing/selftests/fincore/run_fincoretests | 361 +++++++++++++++++++++ 11 files changed, 1319 insertions(+), 1 deletion(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org