summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-for-linus-v3.13-rc5' into for-nextBen Myers2013-12-181-2/+11
|\
| * xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-171-2/+11
* | xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu2013-12-131-2/+2
* | xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu2013-12-131-4/+4
* | xfs: get rid of XFS_IALLOC_INODES macrosJie Liu2013-12-131-2/+2
* | xfs: free the list of recovery items on errorMark Tinguely2013-12-051-3/+14
|/
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-12/+6
* xfs: decouple log and transaction headersDave Chinner2013-10-231-8/+5
* xfs: split dquot buffer operations outDave Chinner2013-10-231-130/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-3/+3
* xfs: Use kmem_free() instead of free()Thierry Reding2013-10-011-1/+1
* xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-09-301-0/+1
* xfs: log recovery lsn ordering needs uuid checkDave Chinner2013-09-241-14/+59
* xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely2013-09-121-3/+0
* xfs: recovery of swap extents operations for CRC filesystemsDave Chinner2013-09-101-24/+99
* xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner2013-09-091-1/+1
* xfs: inode buffers may not be valid during recovery readaheadDave Chinner2013-08-301-1/+1
* xfs: check LSN ordering for v5 superblocks during recoveryDave Chinner2013-08-301-13/+156
* xfs: fix bad dquot buffer size in log recovery readaheadDave Chinner2013-08-291-1/+1
* xfs: don't account buffer cancellation during log recovery readaheadDave Chinner2013-08-291-26/+35
* xfs: introduce object readahead to log recoveryZhi Yong Wu2013-08-231-7/+152
* xfs: fix the comment of xlog_recover_do_dquot_buffer()Zhi Yong Wu2013-08-201-1/+1
* xfs: fix the comment of xlog_find_head()Zhi Yong Wu2013-08-201-1/+1
* xfs: fix the comment of xlog_recover_buffer_pass2()Zhi Yong Wu2013-08-201-1/+1
* xfs:free bp in xlog_find_tail() error pathEric Sandeen2013-08-131-0/+1
* xfs: free bp in xlog_find_zeroed() error pathEric Sandeen2013-08-131-1/+2
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-3/+2
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+1
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-1/+1
* xfs: separate out log format definitionsDave Chinner2013-08-121-0/+2
* xfs: di_flushiter considered harmfulDave Chinner2013-07-241-2/+11
* xfs: Inode create item recoveryDave Chinner2013-06-271-5/+109
* xfs: don't shutdown log recovery on validation errorsDave Chinner2013-06-141-2/+17
* xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2013-06-051-0/+9
* xfs: fix log recovery transaction item reorderingDave Chinner2013-06-051-7/+58
* xfs: rework dquot CRCsDave Chinner2013-06-041-0/+10
* xfs: fix split buffer vector log recovery supportDave Chinner2013-05-301-0/+11
* xfs: fix da node magic number mismatchesDave Chinner2013-05-011-2/+1
* xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner2013-04-301-0/+6
* xfs: implement extended feature masksDave Chinner2013-04-271-0/+19
* xfs: add CRC checks to the superblockDave Chinner2013-04-271-0/+8
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-18/+20
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-74/+180
* xfs: add CRC checks to remote symlinksDave Chinner2013-04-271-0/+9
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-7/+25
* xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-211-0/+10
* xfs: add CRC checks to the AGIDave Chinner2013-04-211-0/+8