aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-06ocfs2: fix rename vs unlink raceSrinivas Eeda1-3/+10
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh1-15/+42
2007-10-12ocfs2: Rename cleanupsMark Fasheh1-31/+22
2007-10-12ocfs2: Provide convenience function for ino lookupMark Fasheh1-7/+2
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh1-433/+0
2007-08-09ocfs2: Fix rename/extend raceSunil Mushran1-1/+15
2007-07-10ocfs2: Support creation of unwritten extentsMark Fasheh1-1/+1
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh1-2/+3
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh1-2/+2
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh1-2/+1
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh1-1/+2
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh1-2/+1
2007-04-26ocfs2: sparse b-tree supportMark Fasheh1-1/+4
2007-04-26ocfs2: Remove delete inode voteTiger Yang1-4/+1
2007-04-26ocfs2: filter more error printsMark Fasheh1-2/+0
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-01-21ocfs2: Directory c/mtime update fixesMark Fasheh1-32/+37
2006-12-07ocfs2: local mountsSunil Mushran1-3/+5
2006-12-01ocfs2: implement i_op->permissionTiger Yang1-0/+1
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-19/+19
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-5/+5
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-5/+5
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-12/+12
2006-12-01ocfs2: Don't allocate handle early in ocfs2_rename()Mark Fasheh1-8/+1
2006-12-01ocfs2: don't use handle for locking in allocation functionsMark Fasheh1-20/+6
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename()Mark Fasheh1-19/+37
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink()Mark Fasheh1-9/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink()Mark Fasheh1-13/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir codeMark Fasheh1-27/+39
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link()Mark Fasheh1-28/+26
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod()Mark Fasheh1-7/+9
2006-10-20ocfs2: remove spurious d_count check in ocfs2_rename()Sunil Mushran1-8/+0
2006-10-01[PATCH] r/o bind mounts: clean up OCFS2 nlink handlingMark Fasheh1-20/+19
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-2/+2
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh1-1/+1
2006-09-24ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()Mark Fasheh1-6/+4
2006-09-24ocfs2: Hook rest of the file system into dentry locking APIMark Fasheh1-34/+82
2006-09-20ocfs2: implement directory read-aheadMark Fasheh1-5/+5
2006-09-20ocfs2: Fix directory link count checks in ocfs2_link()Tiger Yang1-5/+5
2006-09-20ocfs2: move nlink check in ocfs2_mknod()Mark Fasheh1-7/+5
2006-03-26[PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton1-2/+3
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-38/+41
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+2264