bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-30 Thread Ludovic Courtès
rendaw <7e9wc56emja...@s.rendaw.me> skribis: > On 4/29/19 7:14 PM, Ludovic Courtès wrote: [...] >> I tweaked the doc, added a commit log that follows our conventions¹, and >> committed. >> >> Thank you! >> >> Ludo’. >> >> ¹ >>

bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-29 Thread rendaw
On 4/29/19 7:14 PM, Ludovic Courtès wrote: > Hello, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> From e7dcba4a76d624470d05172390dde8151fdb4750 Mon Sep 17 00:00:00 2001 >> From: rendaw <> >> Date: Mon, 29 Apr 2019 01:00:17 +0900 >> Subject: [PATCH] [bug #35475] [PATCH] Add filesystem flag

bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-29 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Let's also add MS_RELATIME which is halfway between noatime and atime. > > https://blog.confirm.ch/mount-options-atime-vs-relatime/ Good idea, could you send a patch? Thanks, Ludo’.

bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-29 Thread Danny Milosavljevic
Let's also add MS_RELATIME which is halfway between noatime and atime. https://blog.confirm.ch/mount-options-atime-vs-relatime/ pgpuGHE4zyc7s.pgp Description: OpenPGP digital signature

bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-29 Thread Ludovic Courtès
Hello, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > From e7dcba4a76d624470d05172390dde8151fdb4750 Mon Sep 17 00:00:00 2001 > From: rendaw <> > Date: Mon, 29 Apr 2019 01:00:17 +0900 > Subject: [PATCH] [bug #35475] [PATCH] Add filesystem flag NOATIME > > Add a no-atime flag to the file-system

bug#35475: [bug #35475] [PATCH] Add filesystem flag NOATIME

2019-04-28 Thread rendaw
Add a no-atime flag to the file-system flags parameter and updates the relevant documentation. I believe these changes in the documentation give readers a starting point for how to understand flags vs options, as well as indicate that the reference is complete (that there isn't a separate