aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-0/+1
2009-12-18ocfs2: Set i_nlink properly during reflink.Tao Ma1-0/+3
2009-12-18ocfs2: Add reflinked file's inode to inode hash eariler.Tao Ma1-1/+1
2009-12-17Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?Tristan Ye1-0/+1
2009-09-22ocfs2: Create reflinked file in orphan dir.Tao Ma1-0/+268
2009-09-22ocfs2: Use proper parameter for some inode operation.Tao Ma1-15/+17
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker1-13/+23
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker1-2/+3
2009-06-22ocfs2: Add lockdep annotationsJan Kara1-6/+9
2009-04-29ocfs2/trivial: Remove unused variable in ocfs2_rename.Tao Ma1-4/+0
2009-04-03ocfs2: Optimize inode allocation by remembering last groupTao Ma1-2/+2
2009-04-03ocfs2: re-order ocfs2_empty_dir checksMark Fasheh1-6/+3
2009-04-03ocfs2: Increase max links countMark Fasheh1-22/+22
2009-04-03ocfs2: Store dir index records inlineMark Fasheh1-3/+1
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh1-14/+31
2009-04-03ocfs2: Introduce dir lookup helper structMark Fasheh1-73/+77
2009-03-12ocfs2: tweak to get the maximum inline data size with xattrTiger Yang1-1/+2
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker1-19/+19
2009-01-05ocfs2: Add quota calls for allocation and freeing of inodes and spaceJan Kara1-4/+40
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Joel Becker1-12/+2
2009-01-05ocfs2: add ocfs2_init_acl in mknodTiger Yang1-8/+15
2009-01-05ocfs2: add ocfs2_init_security in during file createTiger Yang1-12/+95
2009-01-05ocfs2: move new inode allocation out of the transactionTiger Yang1-44/+64
2008-11-14Merge branch 'master' into nextJames Morris1-3/+5
2008-11-14CRED: Wrap task credential accesses in the OCFS2 filesystemDavid Howells1-2/+2
2008-11-10ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara1-1/+3
2008-11-10ocfs2: Fix checking of return value of new_inode()Jan Kara1-2/+2
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-1/+1
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-3/+2
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-57/+26
2008-10-13ocfs2: Add extended attribute supportTiger Yang1-0/+5
2008-10-13ocfs2: Make high level btree extend code genericTao Ma1-4/+4
2008-04-18ocfs2: Improve rename lockingJan Kara1-1/+1
2008-04-18ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma1-1/+1
2008-01-25ocfs2: Silence false lockdep warningsJan Kara1-1/+1
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-27/+27
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-5/+5
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