UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / open.c
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2...
2011-03-28 Andy WhitcroftRevert "UBUNTU: ubuntu: AUFS -- aufs2-standalone.patch...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2...
2011-03-28 Scott James RemnantUBUNTU: SAUCE: (no-up) trace: add trace events for...
2011-03-10 Marco StornelliCheck for immutable/append flag in fallocate path
2011-02-11 Linus TorvaldsFix possible filp_cachep memory corruption
2011-01-17 Christoph Hellwigfallocate should be a file operation
2011-01-13 Josef Bacikfs: add hole punching to fallocate
2010-10-29 Al Virofix open/umount race
2010-08-18 Nick Pigginfs: cleanup files_lock locking
2010-08-11 Dmitry Torokhovvfs: clarify that nonseekable_open() will never fail
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-08-02 Eric Parisvfs: re-introduce MAY_CHDIR
2010-08-02 Tetsuo HandaLSM: Remove unused arguments from security_path_truncate().
2010-07-28 Eric Parisfsnotify: pass a file instead of an inode to open,...
2010-07-28 Eric Parisinotify: remove inotify in kernel interface
2010-05-21 Al ViroTake statfs variants to fs/statfs.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-03 Al ViroSwitch may_open() and break_lease() to passing O_...
2009-12-22 Al ViroSanitize f_flags helpers
2009-12-22 Al ViroFix f_flags/f_mode in case of lookup_instantiate_filp...
2009-12-16 Al ViroUntangling ima mess, part 2: deal with counters
2009-12-16 Eric Parisfs: move get_empty_filp() deffinition to internal.h
2009-11-23 Tetsuo HandaLSM: Move security_path_chmod()/security_path_chown...
2009-10-11 Tetsuo HandaLSM: Add security_path_chroot().
2009-10-11 Tetsuo HandaLSM: Add security_path_chmod() and security_path_chown().
2009-09-23 Heiko Carstensfs: change sys_truncate length parameter type
2009-09-02 David HowellsCRED: Add some configurable debugging [try #6]
2009-08-21 Amerigo Wangvfs: allow file truncations when both suid and write...
2009-06-24 Ankit Jainfs: Add new pre-allocation ioctls to vfs for compatibil...
2009-06-12 npiggin@suse.defs: introduce mnt_clone_write
2009-05-09 Al ViroSwitch open_exec() and sys_uselib() to do_open_filp()
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-03-26 Jan Karavfs: Use lowercase names of quota functions
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 30
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 20
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 17
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 16
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 15
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 14
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 11
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 10
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrapper special cases
2009-01-05 Al Viroinode->i_op is never NULL
2008-12-31 Kentaro Takedaintroduce new LSM hooks where vfsmount is available.
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Neuter sys_capset()
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-13 Alan Coxtty: the vhangup syscall is racy
2008-08-01 Al Viro[PATCH] merge locate_fd() and get_unused_fd()
2008-07-27 Al Viro[PATCH] fix RLIM_NOFILE handling
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-27 Al Viro[PATCH] preparation to __user_walk_fd cleanup
2008-07-27 Al Viro[PATCH] take noexec checks to very few callers that...
2008-07-27 Miklos Szeredi[patch 4/4] vfs: immutable inode checking cleanup
2008-07-27 Al Viro[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
2008-07-27 Al Viro[PATCH] kill altroot
2008-07-27 Al Viro[PATCH] permission checks for chdir need special treatm...
2008-07-27 Miklos Szeredi[patch 1/5] vfs: truncate: dont check immutable twice
2008-07-24 Jon Tollefsonfs: check for statfs overflow
2008-07-04 Andrew G. Morgansecurity: filesystem capabilities: fix fragile setuid...
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-28 Nick Pigginxip: support non-struct page backed memory
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: debugging for missed calls
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: make access() use new r/o...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: write counts for truncate()
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for chmod...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for open()s
2008-04-19 Christoph Hellwig[PATCH] merge open_namei() and do_filp_open()
2008-04-19 Dave Hansen[PATCH] do namei_flags calculation inside open_namei()
2008-04-11 Roland McGrathasmlinkage_protect replaces prevent_tail_call
2008-03-19 Christoph Hellwig[PATCH] check for null vfsmount in dentry_open()
2008-02-15 Jan BlunckMake set_fs_{root,pwd} take a struct path
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Arjan van de Venremove the unused exports of sys_open/sys_read
2008-02-08 Harvey Harrisonfs: remove fastcall, it is always empty
2007-11-15 Arjan van de Venmark sys_open/sys_read exports unused
2007-10-21 Al Viro[PATCH] pass dentry to audit_inode()/audit_inode_child()
2007-10-17 Serge E. HallynImplement file posix capabilities
2007-10-17 Alan Coxfs: correct SuS compliance for open of large file witho...
2007-10-16 Yuichi NakamuraSELinux: Improve read/write performance
2007-07-31 david m. richterVFS: fix a race in lease-breaking during truncate
2007-07-24 Ulrich Drepperfallocate syscall interface deficiency
2007-07-18 Amit Arorasys_fallocate() implementation on i386, x86_64 and...
2007-07-16 Ulrich DrepperO_CLOEXEC for SCM_RIGHTS
2007-07-16 Ulrich DrepperIntroduce O_CLOEXEC
2007-05-09 Linus TorvaldsRemove suid/sgid bits on [f]truncate()
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2006-12-10 Vadim Lobanov[PATCH] fdtable: Make fdarray and fdsets equal in size
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-08 Peter Zijlstra[PATCH] tty: ->signal->tty locking
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: prepare for write access check...
2006-10-01 Alexey Dobriyan[PATCH] Create fs/utimes.c
2006-09-29 Ernie Petrides[PATCH] fix wrong error code on interrupted close syscalls
2006-09-29 Miklos Szeredi[PATCH] vfs: define new lookup flag for chdir
next