Commit Graph

124 Commits (3f61b19a9f60a0469a19113be8bb3b3623006de2)

Author SHA1 Message Date
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
Amy Griffis 4fc03b9beb [PATCH] complete message queue auditing 18 years ago
Josef 'Jeff' Sipek 2dfdd266b9 fs: use path_walk in do_path_lookup 18 years ago
Josef 'Jeff' Sipek 62ce39c531 fs: fix indentation in do_path_lookup 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Christoph Hellwig 5843205b55 namei.c: remove utterly outdated comment 18 years ago
Nick Piggin 6fe6900e1e mm: make read_cache_page synchronous 18 years ago
James Morris 057f6c019f security: prevent permission checking of file removal via sysfs_remove_group() 18 years ago
Dmitriy Monakhov beb497ab48 [PATCH] __page_symlink retry loop error code fix 18 years ago
Arjan van de Ven 92e1d5be91 [PATCH] mark struct inode_operations const 2 18 years ago
Josef "Jeff" Sipek 0f7fc9e4d0 [PATCH] VFS: change struct file to use struct path 18 years ago
Josef "Jeff" Sipek 346f20ff60 [PATCH] struct path: move struct path from fs/namei.c into include/linux 18 years ago
Vasily Averin dc168427e6 [PATCH] VFS: extra check inside dentry_unhash() 18 years ago
Stas Sergeev 317a40ac22 [PATCH] honour MNT_NOEXEC for access() 18 years ago
Dave Hansen aab520e2f6 [PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create() 19 years ago
Dave Hansen 6902d925d5 [PATCH] r/o bind mounts: prepare for write access checks: collapse if() 19 years ago
Andreas Mohr e518ddb7ba [PATCH] fs/namei.c: replace multiple current->fs by shortcut variable 19 years ago
Ian Kent bcdc5e019d [PATCH] autofs4 needs to force fail return revalidate 19 years ago
Mark Fasheh 349457ccf2 [PATCH] Allow file systems to manually d_move() inside of ->rename() 19 years ago
Trond Myklebust a343bb7750 VFS: Fix access("file", X_OK) in the presence of ACLs 19 years ago
ASANO Masahiro a634904a7d VFS: add lookup hint for network file systems 19 years ago
Al Viro 5ac3a9c26c [PATCH] don't bother with aux entires for dummy context 19 years ago
Amy Griffis 73d3ec5aba [PATCH] fix missed create event for directory audit 19 years ago
Amy Griffis 3e2efce067 [PATCH] fix faulty inode data collection for open() with O_CREAT 19 years ago
Kirill Korotaev de45921535 [PATCH] struct file leakage 19 years ago
Ingo Molnar f2eace23e9 [PATCH] lockdep: annotate i_mutex 19 years ago
Ulrich Drepper 45c9b11a1d [PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat 19 years ago
Pekka Enberg 090d2b185d [PATCH] read_mapping_page for address space 19 years ago