linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git misc dcache-related stuff
@ 2019-05-07 20:33 Al Viro
  2019-05-08  4:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2019-05-07 20:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Most of that pile is putting name length into struct name_snapshot
and making use of it.  Beginning of that series ("ovl_lookup_real_one():
don't bother with strlen()") ought to have been split in two (separate
switch of name_snapshot to struct qstr from overlayfs reaping the trivial
benefits of that), but I wanted to avoid a rebase - by the time I'd spotted
that it was (a) in -next and (b) close to 5.1-final ;-/

The following changes since commit ce285c267a003acbf607f3540ff71287f82e5282:

  autofs: fix use-after-free in lockless ->d_manage() (2019-04-09 19:18:19 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.dcache

for you to fetch changes up to 795d673af1afae8146ac3070a2d77cfae5287c43:

  audit_compare_dname_path(): switch to const struct qstr * (2019-04-28 20:33:43 -0400)

----------------------------------------------------------------
Al Viro (10):
      unexport d_alloc_pseudo()
      nsfs: unobfuscate
      sysv: bury the broken "quietly truncate the long filenames" logics
      ovl_lookup_real_one(): don't bother with strlen()
      switch fsnotify_move() to passing const struct qstr * for old_name
      fsnotify(): switch to passing const struct qstr * for file_name
      fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
      inotify_handle_event(): don't bother with strlen()
      audit_update_watch(): switch to const struct qstr *
      audit_compare_dname_path(): switch to const struct qstr *

 Documentation/filesystems/porting    |  5 +++++
 fs/dcache.c                          | 18 +++++++++---------
 fs/debugfs/inode.c                   |  2 +-
 fs/internal.h                        |  1 +
 fs/kernfs/file.c                     |  6 ++++--
 fs/namei.c                           |  4 ++--
 fs/notify/dnotify/dnotify.c          |  2 +-
 fs/notify/fanotify/fanotify.c        |  2 +-
 fs/notify/fsnotify.c                 |  8 ++++----
 fs/notify/inotify/inotify.h          |  2 +-
 fs/notify/inotify/inotify_fsnotify.c |  6 +++---
 fs/nsfs.c                            | 23 ++++++++++-------------
 fs/overlayfs/export.c                |  2 +-
 fs/sysv/namei.c                      | 15 ---------------
 fs/sysv/super.c                      |  3 ---
 fs/sysv/sysv.h                       |  3 ---
 include/linux/dcache.h               |  3 +--
 include/linux/fsnotify.h             | 10 +++++-----
 include/linux/fsnotify_backend.h     |  6 +++---
 kernel/audit.h                       |  2 +-
 kernel/audit_fsnotify.c              |  2 +-
 kernel/audit_tree.c                  |  2 +-
 kernel/audit_watch.c                 |  4 ++--
 kernel/auditfilter.c                 |  6 +++---
 kernel/auditsc.c                     |  4 ++--
 25 files changed, 62 insertions(+), 79 deletions(-)

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

end of thread, other threads:[~2019-05-08  4:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 20:33 [git pull] vfs.git misc dcache-related stuff Al Viro
2019-05-08  4:55 ` pr-tracker-bot

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).