summaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi2012-06-011-3/+5
* vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi2012-06-011-2/+18
* vfs: do_dentry_open(): don't put filpMiklos Szeredi2012-06-011-1/+2
* vfs: split __dentry_open()Miklos Szeredi2012-06-011-14/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-3/+13
|\
| * userns: Convert user specfied uids and gids in chown into kuids and kgidEric W. Biederman2012-05-031-2/+11
| * userns: Convert capabilities related permsion checksEric W. Biederman2012-05-031-1/+2
* | SELinux: rename dentry_open to file_openEric Paris2012-04-091-1/+1
|/
* Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-2/+2
* switch security_path_chmod() to struct path *Al Viro2012-01-061-1/+1
* switch open and mkdir syscalls to umode_tAl Viro2012-01-031-6/+6
* switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro2012-01-031-3/+3
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* leases: fix write-open/read-lease raceJ. Bruce Fields2011-10-281-0/+4
* merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro2011-07-261-50/+28
* vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov2011-07-221-1/+1
* fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa2011-03-211-11/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-1/+2
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-161-1/+2
| |\
| | * Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-081-3/+10
| | |\
| | * | IMA: maintain i_readcount in the VFS layerMimi Zohar2011-02-101-1/+2
* | | | readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2011-03-151-4/+6
* | | | New kind of open files - "location only".Al Viro2011-03-151-6/+29
* | | | open-style analog of vfs_path_lookup()Al Viro2011-03-141-0/+14
* | | | switch do_filp_open() to struct open_flagsAl Viro2011-03-141-1/+72
|/ / /
* | / Check for immutable/append flag in fallocate pathMarco Stornelli2011-03-101-0/+8
| |/ |/|
* | Fix possible filp_cachep memory corruptionLinus Torvalds2011-02-111-0/+2
* | fallocate should be a file operationChristoph Hellwig2011-01-171-2/+2
* | fs: add hole punching to fallocateJosef Bacik2011-01-121-1/+6
|/
* fix open/umount raceAl Viro2010-10-291-3/+3
* fs: cleanup files_lock lockingNick Piggin2010-08-181-2/+2
* vfs: clarify that nonseekable_open() will never failDmitry Torokhov2010-08-111-1/+3
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-1/+2
|\
| * fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-281-1/+1
| * inotify: remove inotify in kernel interfaceEric Paris2010-07-281-0/+1
* | vfs: re-introduce MAY_CHDIREric Paris2010-08-021-3/+3
* | LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2010-08-021-3/+2
|/
* Take statfs variants to fs/statfs.cAl Viro2010-05-211-166/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-4/+1
|\
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-4/+1
* | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-1/+1
|/
* Sanitize f_flags helpersAl Viro2009-12-221-1/+1
* Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro2009-12-221-7/+6
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-0/+2
* fs: move get_empty_filp() deffinition to internal.hEric Paris2009-12-161-0/+2
* LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock().Tetsuo Handa2009-11-241-21/+15
* LSM: Add security_path_chroot().Tetsuo Handa2009-10-121-0/+3
* LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa2009-10-121-4/+20
* fs: change sys_truncate length parameter typeHeiko Carstens2009-09-231-3/+2