Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
69347a236b22c3962ea812511495e502dedfd50c
/
fs
/
namei.c
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
acfa438
inode->i_op is never NULL
by Al Viro
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
1239f26
make INIT_FS use the __RW_LOCK_UNLOCKED initialization
by Steven Rostedt
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
cb23beb
kill vfs_permission
by Christoph Hellwig
· 16 years ago
3fb6419
pass a struct path * to may_open
by Christoph Hellwig
· 16 years ago
b4091d5
kill walk_init_root
by Christoph Hellwig
· 16 years ago
66f2218
remove incorrect comment in inode_permission
by Christoph Hellwig
· 16 years ago
ebd09ab
vfs: ensure page symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
be6d3e5
introduce new LSM hooks where vfsmount is available.
by Kentaro Takeda
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
f945454
don't unlink an active swapfile
by Hugh Dickins
· 16 years ago
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
4e9ed2f
[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent
by OGAWA Hirofumi
· 16 years ago
0612d9f
[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup
by OGAWA Hirofumi
· 16 years ago
e2761a1
[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
by OGAWA Hirofumi
· 16 years ago
871c006
[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()
by OGAWA Hirofumi
· 16 years ago
3516586
[PATCH] make O_EXCL in nd->intent.flags visible in nd->flags
by Al Viro
· 16 years ago
8737f3a
[PATCH] get rid of path_lookup_create()
by Al Viro
· 16 years ago
d181146
[PATCH] new helper - kern_path()
by Al Viro
· 16 years ago
a95164d
[patch 3/4] vfs: remove unused nameidata argument of may_create()
by Miklos Szeredi
· 16 years ago
f418b00
Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree
by Stephen Smalley
· 16 years ago
964bd18
[PATCH] get rid of __user_path_lookup_open
by Al Viro
· 16 years ago
2ad94ae
[PATCH] new (local) helper: user_path_parent()
by Al Viro
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
f419a2e
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
by Al Viro
· 16 years ago
3052447
[PATCH] take noexec checks to very few callers that care
by Al Viro
· 16 years ago
672b16b
[PATCH] more nameidata removal: exec_permission_lite() doesn't need it
by Al Viro
· 16 years ago
b77b064
[PATCH] pass MAY_OPEN to vfs_permission() explicitly
by Al Viro
· 16 years ago
a110343
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
by Al Viro
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 16 years ago
8bb7922
[PATCH] permission checks for chdir need special treatment only on the last step
by Al Viro
· 16 years ago
db2e747
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
by Miklos Szeredi
· 16 years ago
7e79eed
[patch 4/5] vfs: reuse local variable in vfs_link()
by Tetsuo Handa
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
d70b67c
[patch] vfs: fix lookup on deleted directory
by Miklos Szeredi
· 16 years ago
694a176
[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink
by Marcin Slusarz
· 16 years ago
c8e7f44
[patch 1/4] vfs: path_{get,put}() cleanups
by Jan Blunck
· 16 years ago
e9baf6e
[PATCH] return to old errno choice in mkdir() et.al.
by Al Viro
· 16 years ago
08ce5f1
cgroups: implement device whitelist
by Serge E. Hallyn
· 17 years ago
4a3fd21
[PATCH] r/o bind mounts: elevate write count for open()s
by Dave Hansen
· 17 years ago
9079b1e
[PATCH] r/o bind mounts: get write access for vfs_rename() callers
by Dave Hansen
· 17 years ago
75c3f29
[PATCH] r/o bind mounts: write counts for link/symlink
by Dave Hansen
· 17 years ago
463c319
[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()
by Dave Hansen
· 17 years ago
0622753
[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.
by Dave Hansen
· 17 years ago
a70e65d
[PATCH] merge open_namei() and do_filp_open()
by Christoph Hellwig
· 17 years ago
d57999e
[PATCH] do namei_flags calculation inside open_namei()
by Dave Hansen
· 17 years ago
7ed7fe5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
a6b9191
fs: fix kernel-doc notation warnings
by Randy Dunlap
· 17 years ago
a02f76c
[PATCH] get stack footprint of pathname resolution back to relative sanity
by Al Viro
· 17 years ago
6ac08c3
Use struct path in fs_struct
by Jan Blunck
· 17 years ago
5dd784d
Introduce path_get()
by Jan Blunck
· 17 years ago
09da5916
Use path_put() in a few places instead of {mnt,d}put()
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
429731b
Remove path_release_on_umount()
by Jan Blunck
· 17 years ago
fc9b52c
fs: remove fastcall, it is always empty
by Harvey Harrison
· 17 years ago
ece9591
inotify: send IN_ATTRIB events when link count changes
by Jan Kara
· 17 years ago
974a9f0
Use access mode instead of open flags to determine needed permissions
by Linus Torvalds
· 17 years ago
5a190ae
[PATCH] pass dentry to audit_inode()/audit_inode_child()
by Al Viro
· 17 years ago
d139d7f
VFS: allow filesystems to implement atomic open+truncate
by Miklos Szeredi
· 17 years ago
c7eb266
r/o bind mounts: give permission() a local 'mnt' variable
by Dave Hansen
· 17 years ago
b41572e
r/o bind mounts: rearrange may_open() to be r/o friendly
by Dave Hansen
· 17 years ago
22590e4
fix execute checking in permission()
by Miklos Szeredi
· 17 years ago
40b2ea8
Clean up duplicate includes in fs/
by Jesper Juhl
· 17 years ago
eead191
partially fix up the lookup_one_noperm mess
by Christoph Hellwig
· 17 years ago
afddba4
fs: introduce write_begin, write_end, and perform_write aops
by Nick Piggin
· 17 years ago
f79c20f
fs: remove path_walk export
by Josef 'Jeff' Sipek
· 17 years ago
c4a7808
fs: mark link_path_walk static
by Josef 'Jeff' Sipek
· 17 years ago
16f1820
fs: introduce vfs_path_lookup
by Josef 'Jeff' Sipek
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
4fc03b9
[PATCH] complete message queue auditing
by Amy Griffis
· 18 years ago
2dfdd26
fs: use path_walk in do_path_lookup
by Josef 'Jeff' Sipek
· 17 years ago
62ce39c
fs: fix indentation in do_path_lookup
by Josef 'Jeff' Sipek
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
5843205
namei.c: remove utterly outdated comment
by Christoph Hellwig
· 17 years ago
6fe6900
mm: make read_cache_page synchronous
by Nick Piggin
· 18 years ago
057f6c0
security: prevent permission checking of file removal via sysfs_remove_group()
by James Morris
· 18 years ago
beb497a
[PATCH] __page_symlink retry loop error code fix
by Dmitriy Monakhov
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
346f20f
[PATCH] struct path: move struct path from fs/namei.c into include/linux
by Josef "Jeff" Sipek
· 18 years ago
dc16842
[PATCH] VFS: extra check inside dentry_unhash()
by Vasily Averin
· 18 years ago
317a40a
[PATCH] honour MNT_NOEXEC for access()
by Stas Sergeev
· 18 years ago
aab520e
[PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create()
by Dave Hansen
· 18 years ago
6902d92
[PATCH] r/o bind mounts: prepare for write access checks: collapse if()
by Dave Hansen
· 18 years ago
e518ddb
[PATCH] fs/namei.c: replace multiple current->fs by shortcut variable
by Andreas Mohr
· 18 years ago
bcdc5e0
[PATCH] autofs4 needs to force fail return revalidate
by Ian Kent
· 18 years ago
349457c
[PATCH] Allow file systems to manually d_move() inside of ->rename()
by Mark Fasheh
· 18 years ago
a343bb7
VFS: Fix access("file", X_OK) in the presence of ACLs
by Trond Myklebust
· 18 years ago
a634904
VFS: add lookup hint for network file systems
by ASANO Masahiro
· 18 years ago
5ac3a9c
[PATCH] don't bother with aux entires for dummy context
by Al Viro
· 18 years ago
73d3ec5
[PATCH] fix missed create event for directory audit
by Amy Griffis
· 18 years ago
3e2efce
[PATCH] fix faulty inode data collection for open() with O_CREAT
by Amy Griffis
· 18 years ago
de45921
[PATCH] struct file leakage
by Kirill Korotaev
· 18 years ago
f2eace2
[PATCH] lockdep: annotate i_mutex
by Ingo Molnar
· 18 years ago
45c9b11
[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat
by Ulrich Drepper
· 18 years ago
090d2b1
[PATCH] read_mapping_page for address space
by Pekka Enberg
· 18 years ago
Next »