Commit Graph

136 Commits (c45a85b5a3c0ca841a7ffc700bdece8ee01486be)

Author SHA1 Message Date
Tetsuo Handa c212f9aaf9 fs: Use BUG_ON(!mnt) at dentry_open(). 14 years ago
Al Viro 65cfc67223 readlinkat(), fchownat() and fstatat() with empty relative pathnames 14 years ago
Al Viro 1abf0c718f New kind of open files - "location only". 14 years ago
Al Viro 73d049a40f open-style analog of vfs_path_lookup() 14 years ago
Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago
Marco Stornelli 1ca551c6ca Check for immutable/append flag in fallocate path 14 years ago
Linus Torvalds 2dab597441 Fix possible filp_cachep memory corruption 14 years ago
Mimi Zohar 890275b5eb IMA: maintain i_readcount in the VFS layer 14 years ago
Christoph Hellwig 2fe17c1075 fallocate should be a file operation 14 years ago
Josef Bacik 79124f18b3 fs: add hole punching to fallocate 14 years ago
Al Viro d893f1bc2a fix open/umount race 14 years ago
Nick Piggin ee2ffa0dfd fs: cleanup files_lock locking 15 years ago
Dmitry Torokhov 06b1e104b7 vfs: clarify that nonseekable_open() will never fail 15 years ago
Eric Paris 9cfcac810e vfs: re-introduce MAY_CHDIR 15 years ago
Tetsuo Handa ea0d3ab239 LSM: Remove unused arguments from security_path_truncate(). 15 years ago
Eric Paris 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 15 years ago
Eric Paris 2dfc1cae4c inotify: remove inotify in kernel interface 15 years ago
Al Viro 7ed1ee6118 Take statfs variants to fs/statfs.c 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Al Viro 8737c9305b Switch may_open() and break_lease() to passing O_... 15 years ago
Al Viro 5300990c03 Sanitize f_flags helpers 15 years ago
Al Viro 482928d59d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) 15 years ago
Al Viro b65a9cfc2c Untangling ima mess, part 2: deal with counters 15 years ago
Eric Paris e81e3f4dca fs: move get_empty_filp() deffinition to internal.h 15 years ago
Tetsuo Handa fe542cf59b LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock(). 15 years ago
Tetsuo Handa 8b8efb4403 LSM: Add security_path_chroot(). 16 years ago
Tetsuo Handa 89eda06837 LSM: Add security_path_chmod() and security_path_chown(). 16 years ago
Heiko Carstens 4fd8da8d62 fs: change sys_truncate length parameter type 16 years ago
David Howells e0e817392b CRED: Add some configurable debugging [try #6] 16 years ago
Amerigo Wang 939a9421eb vfs: allow file truncations when both suid and write permissions set 16 years ago
Ankit Jain 3e63cbb1ef fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls 16 years ago
npiggin@suse.de 96029c4e09 fs: introduce mnt_clone_write 16 years ago
Al Viro 6e8341a11e Switch open_exec() and sys_uselib() to do_open_filp() 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Jan Kara 9e3509e273 vfs: Use lowercase names of quota functions 16 years ago
Heiko Carstens 6559eed8ca [CVE-2009-0029] System call wrappers part 30 16 years ago
Heiko Carstens 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
Heiko Carstens ca013e945b [CVE-2009-0029] System call wrappers part 17 16 years ago
Heiko Carstens 002c8976ee [CVE-2009-0029] System call wrappers part 16 16 years ago
Heiko Carstens a26eab2400 [CVE-2009-0029] System call wrappers part 15 16 years ago
Heiko Carstens 3480b25743 [CVE-2009-0029] System call wrappers part 14 16 years ago
Heiko Carstens 257ac264d6 [CVE-2009-0029] System call wrappers part 11 16 years ago
Heiko Carstens bdc480e3be [CVE-2009-0029] System call wrappers part 10 16 years ago
Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Kentaro Takeda be6d3e56a6 introduce new LSM hooks where vfsmount is available. 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells 745ca2475a CRED: Pass credentials through dentry_open() 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago