aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
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
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig
2010-07-26xfs: remove incorrect log write optimizationChristoph Hellwig
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-24xfs: forced unmounts need to push the CILDave Chinner
2010-05-24xfs: Introduce delayed logging core codeDave Chinner
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner
2010-05-19xfs: kill off l_sectbb_maskAlex Elder
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder