summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2011-03-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-16fix cdev leak on O_PATH final fput()Miklos Szeredi
2011-03-16Pull pstorev4 into release branchTony Luck
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-16Increase OSF partition limit from 8 to 18Linus Torvalds
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-16Merge branch 'next' into for-linusJames Morris
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-15fs/9p: Make the writeback_fid owned by rootAneesh Kumar K.V
2011-03-15fs/9p: Writeback dirty data before setattrAneesh Kumar K.V
2011-03-15fs/9p: call vmtruncate before setattr 9p opeationAneesh Kumar K.V
2011-03-15fs/9p: Properly update inode attributes on linkAneesh Kumar K.V
2011-03-15fs/9p: Prevent multiple inclusion of same headerAneesh Kumar K.V
2011-03-15fs/9p: Workaround vfs rename rehash bugAneesh Kumar K.V
2011-03-15fs/9p: Mark directory inode invalid for many directory inode operationsAneesh Kumar K.V
2011-03-15fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V
2011-03-15fs/9p: mark inode attribute invalid on rename, unlink and setattrAneesh Kumar K.V
2011-03-15fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V
2011-03-15fs/9p: Initialize root inode number for dotlAneesh Kumar K.V
2011-03-15fs/9p: Update link count correctly on different file system operationsAneesh Kumar K.V
2011-03-15fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V