aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+15
2013-03-01cache the value of file_inode() in struct fileAl Viro1-1/+2
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-25fix compat truncate/ftruncateAl Viro1-0/+15
2013-02-22propagate error from get_empty_filp() to its callersAl Viro1-14/+13
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells1-23/+27
2012-11-19vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespaceEric W. Biederman1-1/+1
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-4/+21
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-100/+30
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-34/+30
2012-09-26switch fchmod(2) to fget_light()Al Viro1-7/+5
2012-09-26switch fallocate(2) to fget_light()Al Viro1-3/+3
2012-09-26switch ftruncate(2) to fget_lightAl Viro1-5/+5
2012-09-26don't leak O_CLOEXEC into ->f_flagsAl Viro1-1/+1
2012-09-26take descriptor-related part of close() to file.cAl Viro1-21/+1
2012-09-26move put_unused_fd() and fd_install() to fs/file.cAl Viro1-44/+0
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman1-1/+1
2012-08-15vfs: canonicalize create mode in build_open_flags()Miklos Szeredi1-3/+4
2012-08-04missed mnt_drop_write() in do_dentry_open()Al Viro1-1/+1
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-1/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-1/+1
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro1-4/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-12/+5
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells1-34/+7
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro1-1/+1
2012-07-14do_dentry_open(): take initialization of file->f_path to callerAl Viro1-14/+12
2012-07-14fold __dentry_open() into its sole callerAl Viro1-21/+12
2012-07-14switch do_dentry_open() to returning intAl Viro1-20/+20
2012-07-14make finish_no_open() return intAl Viro1-1/+2
2012-07-14kill struct opendataAl Viro1-9/+11
2012-07-14kill opendata->{mnt,dentry}Al Viro1-3/+3
2012-07-14don't modify od->filp at allAl Viro1-3/+2
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-2/+5
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi1-85/+2
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-0/+42
2012-07-07vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi1-3/+5
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi1-2/+18
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi1-1/+2