dquot: move dquot initialization responsibility into the filesystem
[safe/jmp/linux-2.6] / fs / ocfs2 / inode.c
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot drop routine
2010-03-04 Christoph Hellwigdquot: move dquot drop responsibility into the filesystem
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-01-26 Sunil Mushranocfs2/trivial: Remove trailing whitespaces
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-04 Joel Beckerocfs2: Drop struct inode from ocfs2_extent_tree_operations.
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: move ip_created_trans to struct ocfs2_caching_info
2009-09-04 Joel Beckerocfs2: move ip_last_trans to struct ocfs2_caching_info
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-09-04 Joel Beckerocfs2: Change metadata caching locks to an operations...
2009-09-04 Joel Beckerocfs2: Make the ocfs2_caching_info structure self-conta...
2009-06-22 Jan Karaocfs2: Add lockdep annotations
2009-04-03 wengang wangocfs2: fix rare stale inode errors when exporting via nfs
2009-04-03 Tao Maocfs2: Optimize inode allocation by remembering last...
2009-04-03 Mark Fashehocfs2: Increase max links count
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Jan Karaocfs2: Mark system files as not subject to quota accounting
2009-01-05 Jan Karaocfs2: Assign feature bits and system inodes to quota...
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2008-11-10 Sunil Mushranocfs2: Set journal descriptor to NULL after journal...
2008-10-14 Joel Beckerocfs2: Make cached block reads the common case.
2008-10-14 Joel Beckerocfs2: Move ocfs2_bread() into dir.c
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 Joel Beckerocfs2: Separate out sync reads from ocfs2_read_blocks()
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-14 Joel Beckerocfs2: Switch over to JBD2.
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Mark Fashehocfs2: POSIX file locks support
2008-01-25 Marcin Slusarzocfs2: convert byte order of constant instead of variable
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 data locks
2008-01-25 Mark Fashehocfs2: Remove mount/unmount votes
2007-11-28 Mark Fashehocfs2: log valid inode # on bad inode
2007-11-28 Joe Perches[PATCH] fs/ocfs2: Add missing "space"
2007-10-12 Mark Fashehocfs2: Write support for inline data
2007-10-12 Mark Fashehocfs2: Structure updates for inline data
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-05-02 Jan Kara[PATCH] Copy i_flags to ocfs2 inode flags on write
2007-05-02 Joel Beckerocfs2: Wrap access of directory allocations with ip_all...
2007-04-26 Mark Fashehocfs2: Cache extent records
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: zero tail of sparse files on truncate
2007-04-26 Mark Fashehocfs2: teach extend/truncate about sparse files
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Mark Fashehocfs2: small cleanup of ocfs2_request_delete()
2007-04-26 Tiger Yangocfs2: remove unused code
2007-04-26 Tiger Yangocfs2: Remove delete inode vote
2007-01-22 Mark Fashehocfs2: cleanup ocfs2_iget() errors
2006-12-08 Sunil Mushranocfs2: local mounts
2006-12-02 Tiger Yangocfs2: core atime update functions
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: remove unused ocfs2_handle_add_inode()
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-24 Mark Fashehocfs2: Remove i_generation from inode lock names
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 Herbert Poetzlocfs2: add ext2 attributes
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-03-01 Mark Fasheh[PATCH] ocfs2: fix orphan recovery deadlock
2006-02-03 Mark Fasheh[OCFS2] Make ip_io_sem a mutex
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem