aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-11xfs: remove XFS_bflushChristoph Hellwig1-1/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-17/+8
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig1-1/+1
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig1-4/+7
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-3/+6
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman1-2/+2
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman1-0/+6
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-2/+2
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-2/+2
2011-07-25xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman1-2/+0
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman1-2/+2
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-5/+5
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-2/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-7/+5
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-4/+4
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-2/+6
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-1/+1
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-10/+10
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner1-37/+38
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner1-114/+109
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner1-1/+1
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner1-8/+6
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner1-3/+3
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner1-4/+4
2010-12-20xfs: use AIL bulk update function to implement single updatesDave Chinner1-1/+1
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner1-5/+4
2010-12-16xfs: untangle phase1 vs phase2 recovery helpersChristoph Hellwig1-101/+93
2010-12-16xfs: refactor xlog_recover_commit_transChristoph Hellwig1-64/+53
2010-12-16xfs: use struct list_head for the buf cancel tableChristoph Hellwig1-98/+61
2010-12-16xfs: remove leftovers of old buffer log items in recovery codeChristoph Hellwig1-115/+40
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-3/+3
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-9/+7
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-1/+2
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-23/+15
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-23/+23
2010-05-19xfs: kill off l_sectbb_maskAlex Elder1-5/+9
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder1-15/+12
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig1-67/+0
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder1-16/+15
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder1-12/+13
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder1-11/+9
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder1-13/+29
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder1-12/+26
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder1-14/+9