aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner1-3/+8
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner1-32/+31
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig1-27/+27
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig1-5/+4
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-4/+4
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-2/+2
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-2/+2
2015-05-29xfs: handle sparse inode chunks in icreate log recoveryBrian Foster1-6/+16
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster1-2/+2
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-2/+2
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-0/+1
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner1-0/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-19/+13
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner1-18/+12
2014-10-02xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner1-1/+1
2014-09-29Merge branch 'xfs-trans-recover-cleanup' into for-nextDave Chinner1-256/+308
2014-09-29xfs: refactor recovery transaction start handlingDave Chinner1-43/+34
2014-09-29xfs: reorganise transaction recovery item codeDave Chinner1-179/+179
2014-09-29xfs: fix double free in xlog_recover_commit_transDave Chinner1-2/+6
2014-09-29xfs: recovery of XLOG_UNMOUNT_TRANS leaks memoryDave Chinner1-11/+12
2014-09-29xfs: refactor xlog_recover_process_data()Dave Chinner1-76/+132
2014-09-09xfs: deduplicate xlog_do_recovery_pass()Eric Sandeen1-54/+27
2014-09-09xfs: export log_recovery_delay to delay mount time log recoveryBrian Foster1-0/+12
2014-08-04xfs: dquot recovery needs verifiersDave Chinner1-21/+23
2014-08-04xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-06-25xfs: global error sign conversionDave Chinner1-91/+92
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-35/+35
2014-06-22xfs: return is not a functionEric Sandeen1-7/+7
2014-05-15Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner1-0/+2
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster1-0/+2
2014-04-14xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen1-3/+2
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen1-2/+2
2013-12-18Merge branch 'xfs-for-linus-v3.13-rc5' into for-nextBen Myers1-2/+11
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig1-2/+11
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu1-2/+2
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu1-4/+4
2013-12-13xfs: get rid of XFS_IALLOC_INODES macrosJie Liu1-2/+2
2013-12-05xfs: free the list of recovery items on errorMark Tinguely1-3/+14
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-12/+6
2013-10-23xfs: decouple log and transaction headersDave Chinner1-8/+5
2013-10-23xfs: split dquot buffer operations outDave Chinner1-130/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-3/+3
2013-10-01xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-09-30xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-09-24xfs: log recovery lsn ordering needs uuid checkDave Chinner1-14/+59