aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-1/+1
2012-05-21xfs: add trace points for log forcesDave Chinner1-0/+2
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-1/+1
2012-05-14xfs: use blocks for counting length of buffersDave Chinner1-4/+1
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-3/+3
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig1-8/+23
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig1-141/+124
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig1-73/+60
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig1-30/+20
2012-02-22xfs: share code for grant head waitingChristoph Hellwig1-45/+18
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig1-10/+14
2012-02-22xfs: add xlog_grant_head_initChristoph Hellwig1-6/+12
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig1-56/+56
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig1-9/+15
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig1-30/+5
2012-02-22xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig1-1/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig1-43/+31
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig1-58/+21
2011-12-06xfs: fix the logspace waiting algorithmChristoph Hellwig1-175/+173
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-1/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-7/+7
2011-10-11xfs: clean up buffer allocationChristoph Hellwig1-1/+1
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig1-2/+2
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman1-2/+2
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-4/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-2/+2
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