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