summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro
2011-03-15Allow O_PATH for symlinksAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-03-15ext4: Copy fs UUID to superblockAneesh Kumar K.V
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-14clean statfs-like syscalls upAl Viro
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro
2011-03-14untangle do_lookup()Al Viro
2011-03-14path_openat: clean ELOOP handling a bitAl Viro
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro
2011-03-14do_last: unify may_open() call and everyting after itAl Viro
2011-03-14move may_open() from __open_name_create() to do_last()Al Viro
2011-03-14expand finish_open() in its only callerAl Viro
2011-03-14sanitize pathname component hash calculationAl Viro
2011-03-14kill __lookup_one_len()Al Viro
2011-03-14switch non-create side of open() to use of do_last()Al Viro
2011-03-14get rid of nd->fileAl Viro
2011-03-14get rid of the last LOOKUP_RCU dependencies in link_path_walk()Al Viro
2011-03-14make nameidata_dentry_drop_rcu_maybe() always leave RCU modeAl Viro
2011-03-14make handle_dots() leave RCU mode on errorAl Viro
2011-03-14clear RCU on all failure exits from link_path_walk()Al Viro
2011-03-14pull handling of . and .. into inlined helperAl Viro
2011-03-14kill out_dput: in link_path_walk()Al Viro
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workAl Viro
2011-03-14switch do_filp_open() to struct open_flagsAl Viro
2011-03-14Collect "operation mode" arguments of do_last() into a structureAl Viro
2011-03-14clean up the failure exits after __do_follow_link() in do_filp_open()Al Viro
2011-03-14pull security_inode_follow_link() into __do_follow_link()Al Viro
2011-03-14pull dropping RCU on success of link_path_walk() into path_lookupat()Al Viro
2011-03-14untangle the "need_reval_dot" messAl Viro
2011-03-14merge component type recognitionAl Viro
2011-03-14merge path_init and path_init_rcuAl Viro
2011-03-14sanitize path_walk() messAl Viro
2011-03-14take RCU-dependent stuff around exec_permission() into a new helperAl Viro
2011-03-14kill path_lookup()Al Viro
2011-03-13compat breakage in preadv() and pwritev()Al Viro
2011-03-10fs/dcache: allow d_obtain_alias() to return unhashed dentriesJ. Bruce Fields
2011-03-10Check for immutable/append flag in fallocate pathMarco Stornelli
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsAl Viro