linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] misc filesystem patches for 4.9
@ 2016-09-16 12:19 Miklos Szeredi
  2016-09-16 12:19 ` [PATCH 01/12] ima: use file_dentry() Miklos Szeredi
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Miklos Szeredi @ 2016-09-16 12:19 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, Al Viro

Assorted vfs/fs fixes and cleanups for 4.9.

Git tree is:
  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git#misc

Thanks,
Miklos

---
Aihua Zhang (1):
  fsnotify: support overlayfs

Miklos Szeredi (11):
  ima: use file_dentry()
  vfs: move permission checking into notify_change() for utimes(NULL)
  vfs: update ovl inode before relatime check
  locks: fix file locking on overlayfs
  vfs: make argument of d_real_inode() const
  vfs: do get_write_access() on upper layer of overlayfs
  btrfs: use filemap_check_errors()
  f2fs: use filemap_check_errors()
  posix_acl: don't ignore return value of posix_acl_create_masq()
  cifs: don't use ->d_time
  vfat: don't use ->d_time

 fs/attr.c                             | 15 ++++++++++
 fs/btrfs/ctree.h                      |  1 -
 fs/btrfs/file.c                       |  2 +-
 fs/btrfs/inode.c                      | 15 ----------
 fs/btrfs/tree-log.c                   |  4 +--
 fs/cifs/cifsfs.h                      | 10 +++++++
 fs/cifs/dir.c                         |  6 ++--
 fs/cifs/inode.c                       |  2 +-
 fs/f2fs/node.c                        |  7 ++---
 fs/fat/namei_vfat.c                   | 19 ++++++++++---
 fs/inode.c                            | 33 ++++++++++++++++++----
 fs/internal.h                         |  9 ++++++
 fs/locks.c                            | 53 ++++++++++++++++++++---------------
 fs/namei.c                            |  2 +-
 fs/namespace.c                        |  2 +-
 fs/open.c                             | 17 +++++++++--
 fs/overlayfs/super.c                  |  2 +-
 fs/posix_acl.c                        | 11 ++++----
 fs/utimes.c                           | 17 +----------
 include/linux/dcache.h                |  5 ++--
 include/linux/fs.h                    | 18 ++++++++++--
 include/linux/fsnotify.h              | 14 +++++----
 include/uapi/linux/fs.h               |  1 +
 security/integrity/ima/ima_appraise.c |  4 +--
 security/integrity/ima/ima_main.c     |  2 +-
 25 files changed, 170 insertions(+), 101 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-09-17  6:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 12:19 [PATCH 00/12] misc filesystem patches for 4.9 Miklos Szeredi
2016-09-16 12:19 ` [PATCH 01/12] ima: use file_dentry() Miklos Szeredi
2016-09-16 12:19 ` [PATCH 02/12] vfs: move permission checking into notify_change() for utimes(NULL) Miklos Szeredi
2016-09-16 12:19 ` [PATCH 03/12] vfs: update ovl inode before relatime check Miklos Szeredi
2016-09-16 12:19 ` [PATCH 04/12] fsnotify: support overlayfs Miklos Szeredi
2016-09-16 16:38   ` Jan Kara
2016-09-17  6:20     ` Amir Goldstein
2016-09-16 12:19 ` [PATCH 05/12] locks: fix file locking on overlayfs Miklos Szeredi
2016-09-16 12:19 ` [PATCH 06/12] vfs: make argument of d_real_inode() const Miklos Szeredi
2016-09-16 12:19 ` [PATCH 07/12] vfs: do get_write_access() on upper layer of overlayfs Miklos Szeredi
2016-09-16 12:19 ` [PATCH 08/12] btrfs: use filemap_check_errors() Miklos Szeredi
2016-09-16 12:19 ` [PATCH 09/12] f2fs: " Miklos Szeredi
2016-09-16 12:19 ` [PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq() Miklos Szeredi
2016-09-16 12:45   ` Andreas Grünbacher
2016-09-16 12:19 ` [PATCH 11/12] cifs: don't use ->d_time Miklos Szeredi
2016-09-16 12:19 ` [PATCH 12/12] vfat: " Miklos Szeredi

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