Re: [OS-BUILD PATCHv2 0/0] [redhat] New configs in fs/netfs

2021-05-13 Thread David Howells (via Email Bridge)
From: David Howells on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1057#note_574759293

Acked-by: David Howells 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2 0/0] [redhat] New configs in fs/netfs

2021-05-13 Thread dhowells1 (via Email Bridge)
From: dhowells1 on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1057#note_574754064

Acked-by: David Howells 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2 0/0] [redhat] New configs in fs/netfs

2021-05-10 Thread Eric Sandeen (via Email Bridge)
From: Eric Sandeen on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1057#note_571895599

Sorry I missed this earlier. David is always reachable via email for any
questions.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2 0/0] [redhat] New configs in fs/netfs

2021-05-10 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1057#note_571719746

I have pushed an extra commit to enable CONFIG_NETFS_STATS.

We'll squash this all down to one commit upon merge.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCHv2 0/0] [redhat] New configs in fs/netfs

2021-05-10 Thread CKI Gitlab (via Email Bridge)
From: CKI Gitlab on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1057
NOTE: Truncated patchset due to missing @redhat.com email
  address on your GitLab profile at https://gitlab.com/-/profile.
  Once that is fixed, close and reopen the merge request to
  retrigger sending the emails.

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_NETFS_STATS:

 This option causes statistical information to be gathered on local
 caching and exported through file:

   /proc/fs/fscache/stats

 The gathering of statistics adds a certain amount of overhead to
 execution as there are a quite a few stats gathered, and on a
 multi-CPU system these may be on cachelines that keep bouncing
 between CPUs.  On the other hand, the stats are very useful for
 debugging purposes.  Saying 'Y' here is recommended.

 Symbol: NETFS_STATS [=n]
 Type  : bool
 Defined at fs/netfs/Kconfig:10
   Prompt: Gather statistical information on local caching
   Depends on: NETFS_SUPPORT [=m] && PROC_FS [=y]
   Location:
 -> File systems
   -> Caches
 -> Support for network filesystem high-level I/O (NETFS_SUPPORT
[=m])

---

 CONFIG_NETFS_SUPPORT:

 This option enables support for network filesystems, including
 helpers for high-level buffered I/O, abstracting out read
 segmentation, local caching and transparent huge page support.

 Symbol: NETFS_SUPPORT [=m]
 Type  : tristate
 Defined at fs/netfs/Kconfig:3
   Prompt: Support for network filesystem high-level I/O
   Location:
 -> File systems
   -> Caches
 Selected by [m]:
   - FSCACHE [=m]
 Selected by [n]:
   - AFS_FS [=n] && NETWORK_FILESYSTEMS [=y] && INET [=y]

---

Signed-off-by: Fedora Kernel Team 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure