summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig
2012-02-22xfs: share code for grant head waitingChristoph Hellwig
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig
2012-02-22xfs: add xlog_grant_head_initChristoph Hellwig
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig
2012-02-22xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig
2011-12-06xfs: fix the logspace waiting algorithmChristoph Hellwig
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig
2011-10-11xfs: clean up buffer allocationChristoph Hellwig
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig
2011-07-08xfs: avoid a few disk cache flushesChristoph Hellwig
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner
2011-04-28xfs: exact busy extent trackingChristoph Hellwig
2011-04-08xfs: convert log tail checking to a warningDave Chinner
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner
2010-12-21xfs: rework log grant space calculationsDave Chinner
2010-12-21xfs: fact out common grant head/log tail verification codeDave Chinner
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe