summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-02-24ocfs2: Remove masklog ML_JOURNAL.Tao Ma
2011-02-24ocfs2: Remove masklog ML_EXPORT.Tao Ma
2011-02-23ocfs2: Remove masklog ML_DCACHE.Tao Ma
2011-02-23ocfs2: Remove masklog ML_NAMEI.Tao Ma
2011-02-23ocfs2: Remove mlog(0) from fs/ocfs2/dir.cTao Ma
2011-02-21ocfs2: remove NAMEI from symlink.cTao Ma
2011-02-23ocfs2: Remove masklog ML_QUOTA.Tao Ma
2011-02-23ocfs2: Remove mlog(0) from quota_local.c.Tao Ma
2011-02-23ocfs2: Remove masklog ML_RESERVATIONS.Tao Ma
2011-02-23ocfs2: Remove masklog ML_XATTR.Tao Ma
2011-02-23ocfs2: Remove masklog ML_SUPER.Tao Ma
2011-02-23ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.cTao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.cTao Ma
2011-02-22ocfs2: Remove masklog ML_EXTENT_MAP.Tao Ma
2011-02-22ocfs2: Remove masklog ML_INODE.Tao Ma
2011-02-21ocfs2: Little refactoring against ocfs2_iget.Tao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/file.cTao Ma
2011-02-21ocfs2: remove INODE from unused files.Tao Ma
2011-02-22ocfs2: Remove FILE_IO from masklog.Tao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/aops.cTao Ma
2011-02-22ocfs2: Remove masklog ML_REFCOUNT.Tao Ma
2011-02-22ocfs2: Remove DISK_ALLOC from masklog.Tao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.cTao Ma
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/alloc.cTao Ma
2011-02-21ocfs2: Add ocfs2_trace.h.Wengang Wang
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
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