Commit Graph

151 Commits (8655a3b8725d5598adc438ec94916568afcc5ec9)

Author SHA1 Message Date
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
Dave Hansen d57999e152 [PATCH] do namei_flags calculation inside open_namei() 17 years ago
Randy Dunlap a6b91919e0 fs: fix kernel-doc notation warnings 17 years ago
Al Viro a02f76c34d [PATCH] get stack footprint of pathname resolution back to relative sanity 17 years ago
Jan Blunck 6ac08c39a1 Use struct path in fs_struct 17 years ago
Jan Blunck 5dd784d049 Introduce path_get() 17 years ago
Jan Blunck 09da5916ba Use path_put() in a few places instead of {mnt,d}put() 17 years ago
Jan Blunck 1d957f9bf8 Introduce path_put() 17 years ago
Jan Blunck 4ac9137858 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} 17 years ago
Jan Blunck 429731b155 Remove path_release_on_umount() 17 years ago
Harvey Harrison fc9b52cd8f fs: remove fastcall, it is always empty 17 years ago
Jan Kara ece95912db inotify: send IN_ATTRIB events when link count changes 17 years ago
Linus Torvalds 974a9f0b47 Use access mode instead of open flags to determine needed permissions 17 years ago
Al Viro 5a190ae697 [PATCH] pass dentry to audit_inode()/audit_inode_child() 18 years ago
Miklos Szeredi d139d7ffd0 VFS: allow filesystems to implement atomic open+truncate 18 years ago
Dave Hansen c7eb26678e r/o bind mounts: give permission() a local 'mnt' variable 18 years ago
Dave Hansen b41572e929 r/o bind mounts: rearrange may_open() to be r/o friendly 18 years ago
Miklos Szeredi 22590e41cb fix execute checking in permission() 18 years ago
Jesper Juhl 40b2ea8397 Clean up duplicate includes in fs/ 18 years ago
Christoph Hellwig eead191153 partially fix up the lookup_one_noperm mess 18 years ago
Nick Piggin afddba49d1 fs: introduce write_begin, write_end, and perform_write aops 18 years ago
Josef 'Jeff' Sipek f79c20f525 fs: remove path_walk export 18 years ago
Josef 'Jeff' Sipek c4a7808fc3 fs: mark link_path_walk static 18 years ago
Josef 'Jeff' Sipek 16f1820028 fs: introduce vfs_path_lookup 18 years ago
Satyam Sharma 3bd858ab1c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 18 years ago