aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-2/+2
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-11/+6
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig1-9/+0
2011-07-08xfs: avoid a few disk cache flushesChristoph Hellwig1-6/+12
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig1-5/+4
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-2/+1
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-3/+3
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-2/+2
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig1-1/+10
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner1-1/+7
2011-04-28xfs: exact busy extent trackingChristoph Hellwig1-7/+0
2011-04-08xfs: convert log tail checking to a warningDave Chinner1-8/+24
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner1-3/+3
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner1-65/+59
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner1-1/+1
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner1-69/+34
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner1-56/+83
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner1-4/+4
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner1-31/+25
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner1-30/+25
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner1-57/+54
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner1-36/+28
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner1-79/+87
2010-12-21xfs: rework log grant space calculationsDave Chinner1-47/+48
2010-12-21xfs: fact out common grant head/log tail verification codeDave Chinner1-29/+22
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner1-82/+41
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+3
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-3/+4
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-1/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-13/+0
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner1-3/+4
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig1-2/+0
2010-07-26xfs: remove incorrect log write optimizationChristoph Hellwig1-5/+2
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig1-1/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-1/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: forced unmounts need to push the CILDave Chinner1-0/+15
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-15/+49
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner1-0/+7
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner1-14/+5
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner1-8/+8
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner1-0/+9
2010-05-19xfs: kill off l_sectbb_maskAlex Elder1-1/+0
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder1-15/+18
2010-05-19xfs: make the log ticket transaction id randomDave Chinner1-1/+1
2010-05-19xfs: clean up xlog_write_adv_cntChristoph Hellwig1-27/+19
2010-05-19xfs: introduce new internal log vector structureDave Chinner1-59/+84
2010-05-19xfs: reindent xlog_writeChristoph Hellwig1-106/+120