login
Header Space

 
 

[git pull] VFS patches

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: <linux-kernel@...>, <linux-fsdevel@...>
Date: Friday, April 25, 2008 - 10:02 pm

Tonight's pile: getting ->umount_begin() back to sanity, race fixes
around execve(), general cleanups.  Please, pull from

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:

Al Viro (5):
      restore sane ->umount_begin() API
      close race in unshare_files()
      sanitize handling of shared descriptor tables in failing execve()
      sanitize unshare_files/reset_files_struct
      sanitize locate_fd()

Igor Mammedov (1):
      cifs: timeout dfs automounts +little fix.

Diffstat:

 fs/9p/vfs_super.c      |    7 ++---
 fs/binfmt_elf.c        |   23 +------------------
 fs/binfmt_misc.c       |   18 +--------------
 fs/binfmt_som.c        |   10 --------
 fs/cifs/cifs_dfs_ref.c |   29 +++++++++++++++++------
 fs/cifs/cifsfs.c       |   10 ++-----
 fs/cifs/cifsproto.h    |    8 +-----
 fs/exec.c              |   28 ++++++++++-------------
 fs/fcntl.c             |   40 +++++++++++---------------------
 fs/fuse/inode.c        |    5 +--
 fs/namespace.c         |    9 ++++---
 fs/nfs/super.c         |    8 ++----
 include/linux/file.h   |    3 +-
 include/linux/fs.h     |    5 +---
 kernel/exit.c          |    6 +---
 kernel/fork.c          |   58 +++++++++++++++++++----------------------------
 16 files changed, 95 insertions(+), 172 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] VFS patches, Al Viro, (Fri Apr 25, 10:02 pm)
Re: [git pull] VFS patches , , (Tue May 20, 8:04 am)
Re: [git pull] VFS patches, Ingo Molnar, (Sat Apr 26, 7:01 am)
Re: [git pull] VFS patches, Matthew Wilcox, (Sat Apr 26, 9:35 am)
Re: [git pull] VFS patches, Mike Galbraith, (Sat Apr 26, 3:02 pm)
Re: [git pull] VFS patches, Ingo Molnar, (Sat Apr 26, 9:44 am)
Re: [git pull] VFS patches, Ingo Molnar, (Sat Apr 26, 11:43 am)
[fix] Re: [git pull] VFS patches, Al Viro, (Sat Apr 26, 12:25 am)
Re: [fix] [git pull] VFS patches, Jean Delvare, (Sat Apr 26, 12:34 pm)
speck-geostationary