Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / fs / xfs / quota / xfs_dquot.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-06 Dave Chinnerxfs: Convert remaining cmn_err() callers to new API
2011-03-06 Dave Chinnerxfs: convert xfs_fs_cmn_err to new error logging API
2011-03-06 Dave Chinnerxfs: Convert xlog_warn to new logging interface
2010-12-21 Dave Chinnerxfs: use wait queues directly for the log wait queues
2010-10-18 Christoph Hellwigxfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush
2010-07-26 Christoph Hellwigxfs: remove unused delta tracking code in xfs_bmapi
2010-07-26 Christoph Hellwigxfs: simplify inode to transaction joining
2010-07-26 Christoph Hellwigxfs: give li_cb callbacks the correct prototype
2010-07-26 Christoph Hellwigxfs: remove unneeded #include statements
2010-07-26 Christoph Hellwigxfs: drop dmapi hooks
2010-05-24 Dave Chinnerxfs: Clean up XFS_BLI_* flag namespace
2010-05-19 Christoph Hellwigxfs: remove a few macro indirections in the quota code
2010-05-19 Christoph Hellwigxfs: access quotainfo structure directly
2010-05-19 Dave Chinnerxfs: convert the dquot free list to use list heads
2010-05-19 Dave Chinnerxfs: convert the dquot hash list to use list heads
2010-05-19 Dave Chinnerxfs: convert the per-mount dquot list to use list heads
2010-02-03 Dave Chinnerxfs: kill the unused XFS_QMOPT_* flush flags V2
2010-01-26 Dave Chinnerxfs: Use delay write promotion for dquot flushing
2010-01-21 Christoph Hellwigxfs: cleanup up xfs_log_force calling conventions
2010-01-21 Christoph Hellwigxfs: remove duplicate buffer flags
2010-01-21 Christoph Hellwigxfs: kill XFS_QMOPT_ASYNC
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-06-10 Christoph Hellwigxfs: use generic Posix ACL code
2009-06-08 Christoph Hellwigxfs: kill xfs_qmops
2009-02-09 Christoph Hellwigxfs: sanitize qh_lock wrappers
2009-01-19 Eric Sandeen[XFS] Remove the rest of the macro-to-function indirect...
2009-01-19 Christoph Hellwigxfs: add a lock class for group/project dquots
2009-01-19 Christoph Hellwigxfs: lockdep annotations for xfs_dqlock2
2009-01-19 Christoph Hellwigxfs: add a lock class for group/project dquots
2009-01-19 Christoph Hellwigxfs: lockdep annotations for xfs_dqlock2
2009-01-16 Eric Sandeen[XFS] Remove the rest of the macro-to-function indirect...
2008-10-30 David Chinner[XFS] Finish removing the mount pointer from the AIL API
2008-10-30 David Chinner[XFS] Move the AIL lock into the struct xfs_ail
2008-10-30 David Chinner[XFS] Allow 64 bit machines to avoid the AIL lock durin...
2008-10-30 David Chinner[XFS] don't block in xfs_qm_dqflush() during async...
2008-10-30 Peter Leckie[XFS] Clean up dquot pincount code.
2008-08-13 Lachlan McIlroy[XFS] Use KM_NOFS for debug trace buffers
2008-08-13 David Chinner[XFS] replace dquot flush semaphore with a completion
2008-08-13 Christoph Hellwig[XFS] remove remaining VN_HOLD calls
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-07-28 Denys Vlasenko[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()
2008-04-29 Christoph Hellwig[XFS] shrink mrlock_t
2008-04-18 David Chinner[XFS] Ensure xfs_bawrite() errors are checked.
2008-04-18 David Chinner[XFS] Check for dquot flush errors
2008-02-07 Donald Douwsma[XFS] Unwrap AIL_LOCK
2007-05-08 Eric Sandeen[XFS] The last argument "lsn" of xfs_trans_commit(...
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 Eric Sandeen[XFS] Remove unused argument to xfs_bmap_finish
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-09 Nathan Scott[XFS] Shutdown the filesystem if all device paths have...
2006-06-09 Olaf Weber[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi...
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: XFS
2005-11-02 Christoph Hellwig[XFS] endianess annotations and cleanup for the quota...
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-02 Nathan Scott[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers...
2005-11-01 Nathan Scott[XFS] Fix signedness issues in dquot ID handling, allow...
2005-09-04 Tim Shimmin[XFS] Fixes a bug in the quota code when allocating...
2005-06-21 Nathan Scott[XFS] Remove some debugging code from quota syscalls.
2005-06-21 Nathan Scott[XFS] Merge a few minor fixes to the quota warning...
2005-06-21 Nathan Scott[XFS] Add support for project quota, based on Dan Knapp...
2005-06-21 Christoph Hellwig[XFS] mark various symbols static Patch from Adrian...
2005-06-21 Christoph Hellwig[XFS] Remove dead code. Patch from Adrian Bunk
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2