summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-02-24ocfs2: Remove masklog ML_JOURNAL.Tao Ma4-78/+153
2011-02-24ocfs2: Remove masklog ML_EXPORT.Tao Ma4-30/+101
2011-02-23ocfs2: Remove masklog ML_DCACHE.Tao Ma4-24/+121
2011-02-23ocfs2: Remove masklog ML_NAMEI.Tao Ma4-71/+292
2011-02-23ocfs2: Remove mlog(0) from fs/ocfs2/dir.cTao Ma2-46/+153
2011-02-21ocfs2: remove NAMEI from symlink.cTao Ma1-1/+0
2011-02-23ocfs2: Remove masklog ML_QUOTA.Tao Ma4-14/+90
2011-02-23ocfs2: Remove mlog(0) from quota_local.c.Tao Ma2-6/+17
2011-02-23ocfs2: Remove masklog ML_RESERVATIONS.Tao Ma4-33/+142
2011-02-23ocfs2: Remove masklog ML_XATTR.Tao Ma4-80/+239
2011-02-23ocfs2: Remove masklog ML_SUPER.Tao Ma4-21/+118
2011-02-23ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.cTao Ma2-2/+9
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.cTao Ma2-8/+16
2011-02-22ocfs2: Remove masklog ML_EXTENT_MAP.Tao Ma4-5/+31
2011-02-22ocfs2: Remove masklog ML_INODE.Tao Ma4-63/+182
2011-02-21ocfs2: Little refactoring against ocfs2_iget.Tao Ma1-5/+5
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/file.cTao Ma3-98/+330
2011-02-21ocfs2: remove INODE from unused files.Tao Ma3-3/+0
2011-02-22ocfs2: Remove FILE_IO from masklog.Tao Ma4-6/+28
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/aops.cTao Ma2-26/+153
2011-02-22ocfs2: Remove masklog ML_REFCOUNT.Tao Ma4-82/+341
2011-02-22ocfs2: Remove DISK_ALLOC from masklog.Tao Ma6-6/+0
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma2-5/+17
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma2-54/+265
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.cTao Ma2-34/+135
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/alloc.cTao Ma2-77/+452
2011-02-21ocfs2: Add ocfs2_trace.h.Wengang Wang2-0/+19
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma27-315/+159
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma31-418/+161
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-1076/+1337
2011-03-16VFS: Fix the nfs sillyrename regression in kernel 2.6.38Trond Myklebust1-1/+6
2011-03-16dcache.c: create helper function for duplicated functionalityLinus Torvalds1-51/+37
2011-03-16tidy the trailing symlinks traversal upAl Viro1-45/+26
2011-03-16Turn resolution of trailing symlinks iterative everywhereAl Viro1-54/+50
2011-03-16simplify link_path_walk() tailAl Viro1-7/+1
2011-03-16Make trailing symlink resolution in path_lookupat() iterativeAl Viro1-10/+53
2011-03-16update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro1-3/+2
2011-03-16pull handling of one pathname component into a helperAl Viro1-68/+55
2011-03-16fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V1-4/+16
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-0/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2-6/+11
2011-03-15Allow O_PATH for symlinksAl Viro1-6/+19
2011-03-15New kind of open files - "location only".Al Viro4-17/+110
2011-03-15ext4: Copy fs UUID to superblockAneesh Kumar K.V1-0/+2
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V1-0/+1
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V1-0/+16
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V6-42/+0
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V1-1/+5
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V4-0/+176
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V3-1/+110