autofs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2 0/8] fs: add some missing ctime updates
       [not found] ` <20230612104524.17058-1-jlayton-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2023-06-12 11:01   ` Tigran Aivazian
  2023-08-30  0:08   ` Al Viro
  1 sibling, 0 replies; 4+ messages in thread
From: Tigran Aivazian @ 2023-06-12 11:01 UTC (permalink / raw)
  To: Jeff Layton
  Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA, James Morris, Ruihan Li,
	Ard Biesheuvel, Ian Kent, Paulo Alcantara,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA, Paul Moore, Ritu Agarwal,
	Sebastian Reichel, Alan Stern, Namjae Jeon, Serge E. Hallyn,
	Shyam Prasad N, Arnd Bergmann, autofs-u79uwXL29TY76Z2rM5mHXA,
	apparmor-nLRlyDuq1AZFpShjVBNYrg, Tom Talpey, Al Viro,
	Suren Baghdasaryan, Christian Brauner, Wolfram Sang,
	Greg Kroah-Hartman, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	samba-technical-w/Ol4Ecudpkbz5eF0SucJw

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Hi Jeff and all,

On Mon, 12 Jun 2023 at 11:45, Jeff Layton <jlayton-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:

> None of these seem to be very crucial, but it would be nice if various
> maintainers could pick these up for v6.5. Please let me know if you do,
> or would rather I shepherd the patch upstream.
>

Yes, if you could shepherd the patch upstream, that would be great, as it's
been a very long time since I did any kernel hacking, and the patch
submission procedures must have changed in a decade or two :) Thank you!

Kind regards,
Tigran

[-- Attachment #2: Type: text/html, Size: 941 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir
       [not found] ` <20230612104524.17058-4-jlayton@kernel.org>
@ 2023-06-14  8:30   ` Christian Brauner
  2023-06-15 10:14     ` Ian Kent
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Brauner @ 2023-06-14  8:30 UTC (permalink / raw)
  To: Jeff Layton
  Cc: Christian Brauner, Al Viro, Brad Warrum, Ritu Agarwal,
	Arnd Bergmann, Greg Kroah-Hartman, Ian Kent, Tigran A. Aivazian,
	Jeremy Kerr, Ard Biesheuvel, Namjae Jeon, Sungjong Seo,
	Steve French, Paulo Alcantara, Ronnie Sahlberg, Shyam Prasad N,
	Tom Talpey, John Johansen, Paul Moore, James Morris, Ser

On Mon, 12 Jun 2023 06:45:19 -0400, Jeff Layton wrote:
> When adding entries to a directory, POSIX generally requires that the
> ctime also be updated alongside the mtime.
> 
> 

Can't find a tree for this patch, so picking this patch up unless told otherwise.

---

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[3/8] autofs: set ctime as well when mtime changes on a dir
      https://git.kernel.org/vfs/vfs/c/9b37b3342a98

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir
  2023-06-14  8:30   ` (subset) [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir Christian Brauner
@ 2023-06-15 10:14     ` Ian Kent
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Kent @ 2023-06-15 10:14 UTC (permalink / raw)
  To: Christian Brauner, Jeff Layton
  Cc: Al Viro, Brad Warrum, Ritu Agarwal, Arnd Bergmann,
	Greg Kroah-Hartman, Tigran A. Aivazian, Jeremy Kerr,
	Ard Biesheuvel, Namjae Jeon, Sungjong Seo, Steve French,
	Paulo Alcantara, Ronnie Sahlberg, Shyam Prasad N, Tom Talpey,
	John Johansen, Paul Moore, James Morris, Serge E. Hallyn,
	Ruihan Li, Seb

On 14/6/23 16:30, Christian Brauner wrote:
> On Mon, 12 Jun 2023 06:45:19 -0400, Jeff Layton wrote:
>> When adding entries to a directory, POSIX generally requires that the
>> ctime also be updated alongside the mtime.
>>
>>
> Can't find a tree for this patch, so picking this patch up unless told otherwise.

There's relatively few changes to autofs and Linus asked me to send

changes via. Al or Andrew so there's no point in maintaining a tree

anyway.


Ian

>
> ---
>
> Applied to the vfs.misc branch of the vfs/vfs.git tree.
> Patches in the vfs.misc branch should appear in linux-next soon.
>
> Please report any outstanding bugs that were missed during review in a
> new review to the original patch series allowing us to drop it.
>
> It's encouraged to provide Acked-bys and Reviewed-bys even though the
> patch has now been applied. If possible patch trailers will be updated.
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
> branch: vfs.misc
>
> [3/8] autofs: set ctime as well when mtime changes on a dir
>        https://git.kernel.org/vfs/vfs/c/9b37b3342a98

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/8] fs: add some missing ctime updates
       [not found] ` <20230612104524.17058-1-jlayton-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  2023-06-12 11:01   ` [PATCH v2 0/8] fs: add some missing ctime updates Tigran Aivazian
@ 2023-08-30  0:08   ` Al Viro
  1 sibling, 0 replies; 4+ messages in thread
From: Al Viro @ 2023-08-30  0:08 UTC (permalink / raw)
  To: Jeff Layton
  Cc: Christian Brauner, Brad Warrum, Ritu Agarwal, Arnd Bergmann,
	Greg Kroah-Hartman, Ian Kent, Tigran A. Aivazian, Jeremy Kerr,
	Ard Biesheuvel, Namjae Jeon, Sungjong Seo, Steve French,
	Paulo Alcantara, Ronnie Sahlberg, Shyam Prasad N, Tom Talpey,
	John Johansen, Paul Moore, James Morris, Serge E. Hallyn, R

On Mon, Jun 12, 2023 at 06:45:16AM -0400, Jeff Layton wrote:
> Jeff Layton (8):
>   ibmvmc: update ctime in conjunction with mtime on write
>   usb: update the ctime as well when updating mtime after an ioctl
>   autofs: set ctime as well when mtime changes on a dir
>   bfs: update ctime in addition to mtime when adding entries
>   efivarfs: update ctime when mtime changes on a write
>   exfat: ensure that ctime is updated whenever the mtime is
>   apparmor: update ctime whenever the mtime changes on an inode
>   cifs: update the ctime on a partial page write
> 
>  drivers/misc/ibmvmc.c             |  2 +-
>  drivers/usb/core/devio.c          | 16 ++++++++--------
>  fs/autofs/root.c                  |  6 +++---
>  fs/bfs/dir.c                      |  2 +-
>  fs/efivarfs/file.c                |  2 +-
>  fs/exfat/namei.c                  |  8 ++++----
>  fs/smb/client/file.c              |  2 +-
>  security/apparmor/apparmorfs.c    |  7 +++++--
>  security/apparmor/policy_unpack.c | 11 +++++++----
>  9 files changed, 31 insertions(+), 25 deletions(-)

As a possible followup (again, apologies for being MIA for months):
touch_cmtime(inode)...

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-30  0:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230612104524.17058-1-jlayton@kernel.org>
     [not found] ` <20230612104524.17058-4-jlayton@kernel.org>
2023-06-14  8:30   ` (subset) [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir Christian Brauner
2023-06-15 10:14     ` Ian Kent
     [not found] ` <20230612104524.17058-1-jlayton-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-06-12 11:01   ` [PATCH v2 0/8] fs: add some missing ctime updates Tigran Aivazian
2023-08-30  0:08   ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).