aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner
2010-12-20xfs: use AIL bulk update function to implement single updatesDave Chinner
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner
2010-12-16xfs: untangle phase1 vs phase2 recovery helpersChristoph Hellwig
2010-12-16xfs: refactor xlog_recover_commit_transChristoph Hellwig
2010-12-16xfs: use struct list_head for the buf cancel tableChristoph Hellwig
2010-12-16xfs: remove leftovers of old buffer log items in recovery codeChristoph Hellwig
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-05-28xfs: clean up xlog_alignChristoph Hellwig
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner
2010-05-19xfs: kill off l_sectbb_maskAlex Elder
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder
2010-05-19xfs: add log item recovery tracingDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig