summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-291-1/+1
* xfs: add trace points for log forcesDave Chinner2012-05-211-0/+2
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-1/+1
* xfs: use blocks for counting length of buffersDave Chinner2012-05-141-4/+1
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-3/+3
* xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-141-8/+23
* xfs: Account log unmount transaction correctlyDave Chinner2012-03-261-1/+2
* xfs: split and cleanup xfs_log_reserveChristoph Hellwig2012-02-221-141/+124
* xfs: share code for grant head availability checksChristoph Hellwig2012-02-221-73/+60
* xfs: share code for grant head wakeupsChristoph Hellwig2012-02-221-30/+20
* xfs: share code for grant head waitingChristoph Hellwig2012-02-221-45/+18
* xfs: add xlog_grant_head_wake_allChristoph Hellwig2012-02-221-10/+14
* xfs: add xlog_grant_head_initChristoph Hellwig2012-02-221-6/+12
* xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-221-56/+56
* xfs: remove log space waitqueuesChristoph Hellwig2012-02-221-9/+15
* xfs: cleanup xfs_log_space_wakeChristoph Hellwig2012-02-221-30/+5
* xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig2012-02-221-1/+1
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-221-43/+31
* xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-081-58/+21
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-061-175/+173
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-1/+1
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-111-7/+7
* xfs: clean up buffer allocationChristoph Hellwig2011-10-111-1/+1
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-2/+2
* xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman2011-07-251-2/+2
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-1/+1
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-4/+0
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-2/+2
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-2/+2
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-11/+6
* xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig2011-07-131-9/+0
* xfs: avoid a few disk cache flushesChristoph Hellwig2011-07-081-6/+12
* xfs: cleanup I/O-related buffer flagsChristoph Hellwig2011-07-081-5/+4
* xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig2011-07-081-2/+1
* 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/+0
* 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/+59
* xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-121-1/+1
* xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-211-69/+34
* 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-041-4/+4
* xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-211-31/+25