All of lore.kernel.org
 help / color / mirror / Atom feed
* git tree with VFS stuff
@ 2008-02-19 13:32 Miklos Szeredi
  2008-02-20 14:13 ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Miklos Szeredi @ 2008-02-19 13:32 UTC (permalink / raw)
  To: sfr, akpm
  Cc: hch, serue, haveblue, linuxram, viro, linux-fsdevel, linux-next,
	linux-kernel

I've created a git tree with the following mounts related stuff:

  - read-only bind mounts
  - /proc/<pid>/mountinfo
  - unprivileged mounts

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsstuff.git master

I guess, giving these a spin in linux-next wouldn't hurt?

Thanks,
Miklos


Dave Hansen (33):
      reiserfs: eliminate private use of struct file in xattr
      hppfs pass vfsmount to dentry_open()
      check for null vfsmount in dentry_open()
      fix up new filp allocators
      do namei_flags calculation inside open_namei()
      merge open_namei() and do_filp_open()
      r/o bind mounts: stub functions
      r/o bind mounts: create helper to drop file write access
      r/o bind mounts: drop write during emergency remount
      r/o bind mounts: elevate write count for vfs_rmdir()
      r/o bind mounts: elevate write count for callers of vfs_mkdir()
      r/o bind mounts: elevate mnt_writers for unlink callers
      r/o bind mounts: elevate write count for xattr_permission() callers
      r/o bind mounts: elevate write count for ncp_ioctl()
      r/o bind mounts: write counts for time functions
      r/o bind mounts: elevate write count for do_utimes()
      r/o bind mounts: write count for file_update_time()
      r/o bind mounts: write counts for link/symlink
      r/o bind mounts: elevate write count for ioctls()
      r/o bind mounts: elevate write count for open()s
      r/o bind mounts: get write access for vfs_rename() callers
      r/o bind mounts: elevate write count for chmod/chown callers
      r/o bind mounts: write counts for truncate()
      r/o bind mounts: elevate count for xfs timestamp updates
      r/o bind mounts: make access() use new r/o helper
      r/o bind mounts: check mnt instead of superblock directly
      r/o bind mounts: get callers of vfs_mknod/create()
      r/o bind mounts: track numbers of writers to mounts
      r/o bind mounts: honor mount writer counts at remount
      r/o bind mounts: debugging for missed calls
      ehea-fix
      fixes for missed struct paths from akpm
      Revert "ehea-fix"

Miklos Szeredi (10):
      unprivileged mounts: add user mounts to the kernel
      unprivileged mounts: allow unprivileged umount
      unprivileged mounts: propagate error values from clone_mnt
      unprivileged mounts: account user mounts
      unprivileged mounts: allow unprivileged bind mounts
      unprivileged mounts: allow unprivileged mounts
      unprivileged mounts: add sysctl tunable for "safe" property
      unprivileged mounts: make fuse safe
      unprivileged mounts: propagation: inherit owner from parent
      unprivileged mounts: add "no submounts" flag

Ram Pai (1):
      vfs-create-proc-pid-mountinfo


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

end of thread, other threads:[~2008-02-20 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19 13:32 git tree with VFS stuff Miklos Szeredi
2008-02-20 14:13 ` Stephen Rothwell
2008-02-20 14:29   ` Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.