| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 1 | -16/+18 |
* | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 2011-03-07 | 1 | -2/+2 |
* | xfs: Convert xlog_warn to new logging interface | Dave Chinner | 2011-03-07 | 1 | -4/+6 |
* | xfs: use wait queues directly for the log wait queues | Dave Chinner | 2010-12-21 | 1 | -1/+0 |
* | xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush | Christoph Hellwig | 2010-10-18 | 1 | -88/+76 |
* | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 2010-07-26 | 1 | -2/+2 |
* | xfs: simplify inode to transaction joining | Christoph Hellwig | 2010-07-26 | 1 | -8/+1 |
* | xfs: give li_cb callbacks the correct prototype | Christoph Hellwig | 2010-07-26 | 1 | -48/+43 |
* | xfs: remove unneeded #include statements | Christoph Hellwig | 2010-07-26 | 1 | -9/+0 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: Clean up XFS_BLI_* flag namespace | Dave Chinner | 2010-05-24 | 1 | -3/+3 |
* | xfs: remove a few macro indirections in the quota code | Christoph Hellwig | 2010-05-19 | 1 | -5/+11 |
* | xfs: access quotainfo structure directly | Christoph Hellwig | 2010-05-19 | 1 | -28/+29 |
* | xfs: convert the dquot free list to use list heads | Dave Chinner | 2010-05-19 | 1 | -44/+31 |
* | xfs: convert the dquot hash list to use list heads | Dave Chinner | 2010-05-19 | 1 | -22/+10 |
* | xfs: convert the per-mount dquot list to use list heads | Dave Chinner | 2010-05-19 | 1 | -9/+12 |
* | xfs: kill the unused XFS_QMOPT_* flush flags V2 | Dave Chinner | 2010-02-04 | 1 | -7/+6 |
* | xfs: Use delay write promotion for dquot flushing | Dave Chinner | 2010-01-26 | 1 | -15/+10 |
* | xfs: cleanup up xfs_log_force calling conventions | Christoph Hellwig | 2010-01-21 | 1 | -6/+4 |
* | xfs: remove duplicate buffer flags | Christoph Hellwig | 2010-01-21 | 1 | -2/+1 |
* | xfs: kill XFS_QMOPT_ASYNC | Christoph Hellwig | 2010-01-21 | 1 | -2/+0 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -79/+31 |
* | xfs: use generic Posix ACL code | Christoph Hellwig | 2009-06-10 | 1 | -1/+0 |
* | xfs: kill xfs_qmops | Christoph Hellwig | 2009-06-08 | 1 | -1/+3 |
* | xfs: sanitize qh_lock wrappers | Christoph Hellwig | 2009-02-09 | 1 | -14/+14 |
* | xfs: add a lock class for group/project dquots | Christoph Hellwig | 2009-01-19 | 1 | -1/+11 |
* | xfs: lockdep annotations for xfs_dqlock2 | Christoph Hellwig | 2009-01-19 | 1 | -10/+14 |
* | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 2009-01-16 | 1 | -1/+1 |
* | [XFS] Finish removing the mount pointer from the AIL API | David Chinner | 2008-10-30 | 1 | -8/+7 |
* | [XFS] Move the AIL lock into the struct xfs_ail | David Chinner | 2008-10-30 | 1 | -2/+2 |
* | [XFS] Allow 64 bit machines to avoid the AIL lock during flushes | David Chinner | 2008-10-30 | 1 | -4/+2 |
* | [XFS] don't block in xfs_qm_dqflush() during async writeback. | David Chinner | 2008-10-30 | 1 | -7/+5 |
* | [XFS] Clean up dquot pincount code. | Peter Leckie | 2008-10-30 | 1 | -3/+3 |
* | [XFS] Use KM_NOFS for debug trace buffers | Lachlan McIlroy | 2008-08-13 | 1 | -1/+1 |
* | [XFS] replace dquot flush semaphore with a completion | David Chinner | 2008-08-13 | 1 | -22/+12 |
* | [XFS] remove remaining VN_HOLD calls | Christoph Hellwig | 2008-08-13 | 1 | -1/+1 |
* | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 2008-08-13 | 1 | -1/+1 |
* | [XFS] Remove unused Falgs parameter from xfs_qm_dqpurge() | Denys Vlasenko | 2008-07-28 | 1 | -2/+1 |
* | [XFS] shrink mrlock_t | Christoph Hellwig | 2008-04-29 | 1 | -2/+2 |
* | [XFS] Ensure xfs_bawrite() errors are checked. | David Chinner | 2008-04-18 | 1 | -2/+8 |
* | [XFS] Check for dquot flush errors | David Chinner | 2008-04-18 | 1 | -4/+6 |
* | [XFS] Unwrap AIL_LOCK | Donald Douwsma | 2008-02-07 | 1 | -7/+5 |
* | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 2007-05-08 | 1 | -2/+1 |
* | [XFS] Remove unused header files for MAC and CAP checking functionality. | Eric Sandeen | 2007-02-10 | 1 | -2/+0 |
* | [XFS] Remove unused argument to xfs_bmap_finish | Eric Sandeen | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 2006-06-20 | 1 | -2/+0 |
* | [XFS] Shutdown the filesystem if all device paths have gone. Made | Nathan Scott | 2006-06-09 | 1 | -1/+1 |
* | [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report | Olaf Weber | 2006-06-09 | 1 | -2/+2 |
* | [PATCH] mutex subsystem, semaphore to mutex: XFS | Jes Sorensen | 2006-01-09 | 1 | -2/+2 |