summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-16vfs: bury ->get_sb()Al Viro
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro
2011-03-16fix cdev leak on O_PATH final fput()Miklos Szeredi
2011-03-16prune back iprune_semChristoph Hellwig
2011-03-16fix follow_link() breakageAl Viro
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-15VFS: Fix the nfs sillyrename regression in kernel 2.6.38Trond Myklebust
2011-03-15dcache.c: create helper function for duplicated functionalityLinus Torvalds
2011-03-15tidy the trailing symlinks traversal upAl Viro
2011-03-15Turn resolution of trailing symlinks iterative everywhereAl Viro
2011-03-15simplify link_path_walk() tailAl Viro
2011-03-15Make trailing symlink resolution in path_lookupat() iterativeAl Viro
2011-03-15update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro
2011-03-15pull handling of one pathname component into a helperAl Viro
2011-03-15fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V
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-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-03-14Fix corrupted OSF partition table parsingTimo Warns
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