dquot: move dquot initialization responsibility into the filesystem
[safe/jmp/linux-2.6] / fs / ocfs2 / namei.c
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2009-12-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-18 Tao Maocfs2: Set i_nlink properly during reflink.
2009-12-18 Tao Maocfs2: Add reflinked file's inode to inode hash eariler.
2009-12-18 Tristan YeOcfs2: Should ocfs2 support fiemap for S_IFDIR inode?
2009-09-23 Tao Maocfs2: Create reflinked file in orphan dir.
2009-09-23 Tao Maocfs2: Use proper parameter for some inode operation.
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-06-22 Jan Karaocfs2: Add lockdep annotations
2009-04-29 Tao Maocfs2/trivial: Remove unused variable in ocfs2_rename.
2009-04-03 Tao Maocfs2: Optimize inode allocation by remembering last...
2009-04-03 Mark Fashehocfs2: re-order ocfs2_empty_dir checks
2009-04-03 Mark Fashehocfs2: Increase max links count
2009-04-03 Mark Fashehocfs2: Store dir index records inline
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-04-03 Mark Fashehocfs2: Introduce dir lookup helper struct
2009-03-12 Tiger Yangocfs2: tweak to get the maximum inline data size with...
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2009-01-05 Tiger Yangocfs2: add ocfs2_init_acl in mknod
2009-01-05 Tiger Yangocfs2: add ocfs2_init_security in during file create
2009-01-05 Tiger Yangocfs2: move new inode allocation out of the transaction
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the OCFS2 filesystem
2008-11-10 Jan Karaocfs2: Let inode be really deleted when ocfs2_mknod_loc...
2008-11-10 Jan Karaocfs2: Fix checking of return value of new_inode()
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Tao Maocfs2: Make high level btree extend code generic
2008-04-18 Jan Karaocfs2: Improve rename locking
2008-04-18 Tao Maocfs2: Add inode stealing for ocfs2_reserve_new_inode
2008-01-25 Jan Karaocfs2: Silence false lockdep warnings
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2008-01-25 Mark Fashehocfs2: Remove mount/unmount votes
2007-11-06 Srinivas Eedaocfs2: fix rename vs unlink race
2007-10-12 Mark Fashehocfs2: Write support for directories with inline data
2007-10-12 Mark Fashehocfs2: Rename cleanups
2007-10-12 Mark Fashehocfs2: Provide convenience function for ino lookup
2007-10-12 Mark Fashehocfs2: Move directory manipulation code into dir.c
2007-08-10 Sunil Mushranocfs2: Fix rename/extend race
2007-07-11 Mark Fashehocfs2: Support creation of unwritten extents
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: Fix extent lookup to return true size of holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Mark Fashehocfs2: sparse b-tree support
2007-04-26 Tiger Yangocfs2: Remove delete inode vote
2007-04-26 Mark Fashehocfs2: filter more error prints
2007-02-17 Uwe Kleine-KönigFix typos concerning hierarchy
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2007-01-22 Mark Fashehocfs2: Directory c/mtime update fixes
2006-12-08 Sunil Mushranocfs2: local mounts
2006-12-02 Tiger Yangocfs2: implement i_op->permission
2006-12-02 Mark Fashehocfs2: Remove struct ocfs2_journal_handle in favor...
2006-12-02 Mark Fashehocfs2: remove handle argument to ocfs2_start_trans()
2006-12-02 Mark Fashehocfs2: pass ocfs2_super * into ocfs2_commit_trans()
2006-12-02 Mark Fashehocfs2: remove unused handle argument from ocfs2_meta_lo...
2006-12-02 Mark Fashehocfs2: Don't allocate handle early in ocfs2_rename()
2006-12-02 Mark Fashehocfs2: don't use handle for locking in allocation functions
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_re...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_sy...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_un...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock() in orphan...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_...
2006-10-20 Sunil Mushranocfs2: remove spurious d_count check in ocfs2_rename()
2006-10-01 Mark Fasheh[PATCH] r/o bind mounts: clean up OCFS2 nlink handling
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: unlink: monitor i_nlink
2006-09-24 Mark Fashehocfs2: Remove i_generation from inode lock names
2006-09-24 Mark Fashehocfs2: Remove special casing for inode creation in...
2006-09-24 Mark Fashehocfs2: Hook rest of the file system into dentry locking API
2006-09-20 Mark Fashehocfs2: implement directory read-ahead
2006-09-20 Tiger Yangocfs2: Fix directory link count checks in ocfs2_link()
2006-09-20 Mark Fashehocfs2: move nlink check in ocfs2_mknod()
2006-03-26 Andrew Morton[PATCH] 2tb-files-add-blkcnt_t-fixes
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem