Commit Graph

177 Commits (26285ba35813063ade9abd2c2eaaddba9354f587)

Author SHA1 Message Date
Heiko Carstens 2e4d0924eb [CVE-2009-0029] System call wrappers part 29 16 years ago
Heiko Carstens 3cdad42884 [CVE-2009-0029] System call wrappers part 20 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
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Steven Rostedt 1239f26c05 make INIT_FS use the __RW_LOCK_UNLOCKED initialization 16 years ago
Al Viro 18d8fda7c3 take init_fs to saner place 16 years ago
Christoph Hellwig cb23beb551 kill vfs_permission 16 years ago
Christoph Hellwig 3fb64190aa pass a struct path * to may_open 16 years ago
Christoph Hellwig b4091d5f6f kill walk_init_root 16 years ago
Christoph Hellwig 66f221875d remove incorrect comment in inode_permission 16 years ago
Duane Griffin ebd09abbd9 vfs: ensure page symlinks are NUL-terminated 16 years ago
Kentaro Takeda be6d3e56a6 introduce new LSM hooks where vfsmount is available. 16 years ago
Hugh Dickins f9454548e1 don't unlink an active swapfile 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Miklos Szeredi f696a3659f [PATCH] move executable checking into ->permission() 16 years ago
OGAWA Hirofumi 4e9ed2f85a [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent 16 years ago
OGAWA Hirofumi 0612d9fb27 [PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup 16 years ago
OGAWA Hirofumi e2761a1167 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() 16 years ago
OGAWA Hirofumi 871c0067d5 [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() 16 years ago
Al Viro 3516586a42 [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags 16 years ago
Al Viro 8737f3a1b3 [PATCH] get rid of path_lookup_create() 16 years ago
Al Viro d181146572 [PATCH] new helper - kern_path() 16 years ago
Miklos Szeredi a95164d979 [patch 3/4] vfs: remove unused nameidata argument of may_create() 17 years ago
Stephen Smalley f418b00607 Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree 17 years ago
Al Viro 964bd18362 [PATCH] get rid of __user_path_lookup_open 17 years ago
Al Viro 2ad94ae654 [PATCH] new (local) helper: user_path_parent() 17 years ago
Al Viro 2d8f30380a [PATCH] sanitize __user_walk_fd() et.al. 17 years ago
Al Viro f419a2e3b6 [PATCH] kill nameidata passing to permission(), rename to inode_permission() 17 years ago
Al Viro 30524472c2 [PATCH] take noexec checks to very few callers that care 17 years ago
Al Viro 672b16b2f6 [PATCH] more nameidata removal: exec_permission_lite() doesn't need it 17 years ago
Al Viro b77b0646ef [PATCH] pass MAY_OPEN to vfs_permission() explicitly 17 years ago
Al Viro a110343f0d [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess 17 years ago
Al Viro 7f2da1e7d0 [PATCH] kill altroot 17 years ago
Al Viro 8bb79224b8 [PATCH] permission checks for chdir need special treatment only on the last step 17 years ago
Miklos Szeredi db2e747b14 [patch 5/5] vfs: remove mode parameter from vfs_symlink() 17 years ago
Tetsuo Handa 7e79eedb3b [patch 4/5] vfs: reuse local variable in vfs_link() 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Miklos Szeredi d70b67c8bc [patch] vfs: fix lookup on deleted directory 17 years ago
Marcin Slusarz 694a1764d6 [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink 17 years ago
Jan Blunck c8e7f449b2 [patch 1/4] vfs: path_{get,put}() cleanups 17 years ago
Al Viro e9baf6e598 [PATCH] return to old errno choice in mkdir() et.al. 17 years ago
Serge E. Hallyn 08ce5f16ee cgroups: implement device whitelist 17 years ago
Dave Hansen 4a3fd211cc [PATCH] r/o bind mounts: elevate write count for open()s 17 years ago
Dave Hansen 9079b1eb17 [PATCH] r/o bind mounts: get write access for vfs_rename() callers 17 years ago
Dave Hansen 75c3f29de7 [PATCH] r/o bind mounts: write counts for link/symlink 17 years ago
Dave Hansen 463c319726 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() 17 years ago
Dave Hansen 0622753b80 [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. 17 years ago
Christoph Hellwig a70e65df88 [PATCH] merge open_namei() and do_filp_open() 17 years ago