aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-02-21ocfs2: Add ocfs2_trace.h.Gravatar Wengang Wang 2-0/+19
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 27-315/+159
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 31-418/+161
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 33-1076/+1337
2011-03-15VFS: Fix the nfs sillyrename regression in kernel 2.6.38Gravatar Trond Myklebust 1-1/+6
2011-03-15dcache.c: create helper function for duplicated functionalityGravatar Linus Torvalds 1-51/+37
2011-03-15tidy the trailing symlinks traversal upGravatar Al Viro 1-45/+26
2011-03-15Turn resolution of trailing symlinks iterative everywhereGravatar Al Viro 1-54/+50
2011-03-15simplify link_path_walk() tailGravatar Al Viro 1-7/+1
2011-03-15Make trailing symlink resolution in path_lookupat() iterativeGravatar Al Viro 1-10/+53
2011-03-15update nd->inode in __do_follow_link() instead of after do_follow_link()Gravatar Al Viro 1-3/+2
2011-03-15pull handling of one pathname component into a helperGravatar Al Viro 1-68/+55
2011-03-15fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHGravatar Aneesh Kumar K.V 1-4/+16
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsGravatar Al Viro 1-0/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesGravatar Al Viro 2-6/+11
2011-03-15Allow O_PATH for symlinksGravatar Al Viro 1-6/+19
2011-03-15New kind of open files - "location only".Gravatar Al Viro 4-17/+110
2011-03-15ext4: Copy fs UUID to superblockGravatar Aneesh Kumar K.V 1-0/+2
2011-03-15ext3: Copy fs UUID to superblock.Gravatar Aneesh Kumar K.V 1-0/+1
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoGravatar Aneesh Kumar K.V 1-0/+16
2011-03-15fs: Remove i_nlink check from file system link callbackGravatar Aneesh Kumar K.V 6-42/+0
2011-03-15fs: Don't allow to create hardlink for deleted fileGravatar Aneesh Kumar K.V 1-1/+5
2011-03-15vfs: Add open by file handle supportGravatar Aneesh Kumar K.V 4-0/+176
2011-03-15vfs: Add name to file handle conversion supportGravatar Aneesh Kumar K.V 3-1/+110
2011-03-14New AT_... flag: AT_EMPTY_PATHGravatar Al Viro 1-10/+19
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 9-69/+109
2011-03-14Fix corrupted OSF partition table parsingGravatar Timo Warns 1-2/+10
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 10-15/+52
2011-03-14clean statfs-like syscalls upGravatar Al Viro 2-133/+91
2011-03-14open-style analog of vfs_path_lookup()Gravatar Al Viro 4-45/+72
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Gravatar Al Viro 1-52/+43
2011-03-14untangle do_lookup()Gravatar Al Viro 1-85/+56
2011-03-14path_openat: clean ELOOP handling a bitGravatar Al Viro 1-8/+6
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundGravatar Al Viro 1-5/+0
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Gravatar Al Viro 1-48/+26
2011-03-14do_last: unify may_open() call and everyting after itGravatar Al Viro 1-37/+22
2011-03-14move may_open() from __open_name_create() to do_last()Gravatar Al Viro 1-5/+7
2011-03-14expand finish_open() in its only callerGravatar Al Viro 1-52/+38
2011-03-14sanitize pathname component hash calculationGravatar Al Viro 1-23/+19
2011-03-14kill __lookup_one_len()Gravatar Al Viro 1-26/+15
2011-03-14switch non-create side of open() to use of do_last()Gravatar Al Viro 1-33/+67
2011-03-14get rid of nd->fileGravatar Al Viro 1-8/+7
2011-03-14get rid of the last LOOKUP_RCU dependencies in link_path_walk()Gravatar Al Viro 1-8/+13
2011-03-14make nameidata_dentry_drop_rcu_maybe() always leave RCU modeGravatar Al Viro 1-5/+11
2011-03-14make handle_dots() leave RCU mode on errorGravatar Al Viro 1-11/+12
2011-03-14clear RCU on all failure exits from link_path_walk()Gravatar Al Viro 1-14/+16
2011-03-14pull handling of . and .. into inlined helperGravatar Al Viro 1-14/+16
2011-03-14kill out_dput: in link_path_walk()Gravatar Al Viro 1-11/+4
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workGravatar Al Viro 1-29/+20
2011-03-14switch do_filp_open() to struct open_flagsGravatar Al Viro 4-86/+101