aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-09-16vfs: improve i_op->atomic_open() documentationMiklos Szeredi
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-03switch fchmod() to fdgetAl Viro
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-05fs: Fix file mode for O_TMPFILEAndy Lutomirski
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro
2013-07-13Safer ABI for O_TMPFILEAl Viro
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-29allow build_open_flags() to return an errorAl Viro
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-01cache the value of file_inode() in struct fileAl Viro
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro
2013-02-25fix compat truncate/ftruncateAl Viro
2013-02-22propagate error from get_empty_filp() to its callersAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells
2012-11-19vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespaceEric W. Biederman
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch fchmod(2) to fget_light()Al Viro
2012-09-26switch fallocate(2) to fget_light()Al Viro
2012-09-26switch ftruncate(2) to fget_lightAl Viro
2012-09-26don't leak O_CLOEXEC into ->f_flagsAl Viro
2012-09-26take descriptor-related part of close() to file.cAl Viro
2012-09-26move put_unused_fd() and fd_install() to fs/file.cAl Viro
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-08-15vfs: canonicalize create mode in build_open_flags()Miklos Szeredi
2012-08-04missed mnt_drop_write() in do_dentry_open()Al Viro
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells