aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig
2012-06-21xfs: remove xlog_t typedefMark Tinguely
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: kill xfs_read_buf()Dave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner
2012-05-14xfs: use blocks for counting length of buffersDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2012-05-14xfs: check for buffer errors before waitingDave Chinner
2012-05-14xfs: prevent needless mount warning causing test failuresDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka
2011-10-11xfs: remove XFS_bflushChristoph Hellwig
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
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