Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernfs_memcg: Add helpers to gather memcgroup related data #96

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. kernfs,memcg: Add helpers to get memcg info

    Add kernfs based helpers to extract memcg related information,
    like number of active and inactive memcgroups, page cache pages
    pinning memcgroups etc.
    
    Orabug: 37322867
    Signed-off-by: Imran Khan <[email protected]>
    imran-kn committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    74e25ba View commit details
    Browse the repository at this point in the history
  2. kernfs,memcg: Add test case for memcg helpers.

    Orabug: 37322867
    Signed-off-by: Imran Khan <[email protected]>
    imran-kn committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    026be7e View commit details
    Browse the repository at this point in the history
  3. kernfs,memcg: Addreess review comment for PR #96.

    Orabug: 37322867
    Signed-off-by: Imran Khan <[email protected]>
    imran-kn committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e0875fa View commit details
    Browse the repository at this point in the history