Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull misc dcache updates from Al Viro: "Most of this pile is putting name length into struct name_snapshot and making use of it. The beginning of this 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 ;-/" * 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: audit_compare_dname_path(): switch to const struct qstr * audit_update_watch(): switch to const struct qstr * inotify_handle_event(): don't bother with strlen() fsnotify: switch send_to_group() and ->handle_event to const struct qstr * fsnotify(): switch to passing const struct qstr * for file_name switch fsnotify_move() to passing const struct qstr * for old_name ovl_lookup_real_one(): don't bother with strlen() sysv: bury the broken "quietly truncate the long filenames" logics nsfs: unobfuscate unexport d_alloc_pseudo()
Showing
- Documentation/filesystems/porting 5 additions, 0 deletionsDocumentation/filesystems/porting
- fs/dcache.c 9 additions, 9 deletionsfs/dcache.c
- fs/debugfs/inode.c 1 addition, 1 deletionfs/debugfs/inode.c
- fs/internal.h 1 addition, 0 deletionsfs/internal.h
- fs/kernfs/file.c 4 additions, 2 deletionsfs/kernfs/file.c
- fs/namei.c 2 additions, 2 deletionsfs/namei.c
- fs/notify/dnotify/dnotify.c 1 addition, 1 deletionfs/notify/dnotify/dnotify.c
- fs/notify/fanotify/fanotify.c 1 addition, 1 deletionfs/notify/fanotify/fanotify.c
- fs/notify/fsnotify.c 4 additions, 4 deletionsfs/notify/fsnotify.c
- fs/notify/inotify/inotify.h 1 addition, 1 deletionfs/notify/inotify/inotify.h
- fs/notify/inotify/inotify_fsnotify.c 3 additions, 3 deletionsfs/notify/inotify/inotify_fsnotify.c
- fs/nsfs.c 10 additions, 13 deletionsfs/nsfs.c
- fs/overlayfs/export.c 1 addition, 1 deletionfs/overlayfs/export.c
- fs/sysv/namei.c 0 additions, 15 deletionsfs/sysv/namei.c
- fs/sysv/super.c 0 additions, 3 deletionsfs/sysv/super.c
- fs/sysv/sysv.h 0 additions, 3 deletionsfs/sysv/sysv.h
- include/linux/dcache.h 1 addition, 2 deletionsinclude/linux/dcache.h
- include/linux/fsnotify.h 5 additions, 5 deletionsinclude/linux/fsnotify.h
- include/linux/fsnotify_backend.h 3 additions, 3 deletionsinclude/linux/fsnotify_backend.h
- kernel/audit.h 1 addition, 1 deletionkernel/audit.h
Loading
Please register or sign in to comment