aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-06xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner1-0/+9
2013-06-06xfs: fix log recovery transaction item reorderingDave Chinner1-7/+58
2013-06-06xfs: rework dquot CRCsDave Chinner1-0/+10
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner1-0/+11
2013-05-01xfs: fix da node magic number mismatchesDave Chinner1-2/+1
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner1-0/+6
2013-04-27xfs: implement extended feature masksDave Chinner1-0/+19
2013-04-27xfs: add CRC checks to the superblockDave Chinner1-0/+8
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-18/+20
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-74/+180
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner1-0/+9
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-7/+25
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig1-0/+10
2013-04-21xfs: add CRC checks to the AGIDave Chinner1-0/+8
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig1-0/+10
2013-04-21xfs: add CRC checks to the AGFDave Chinner1-0/+8
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-0/+28
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner1-3/+3
2012-11-19xfs: add CRC checks to the logChristoph Hellwig1-69/+63
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-1/+1
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner1-2/+3
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-3/+5
2012-11-07xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-1/+1
2012-06-21xfs: remove xlog_t typedefMark Tinguely1-66/+74
2012-06-21xfs: rename log structure to xlogMark Tinguely1-19/+19
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-2/+2
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: kill xfs_read_buf()Dave Chinner1-7/+4
2012-05-14xfs: kill XBF_LOCKDave Chinner1-4/+3
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-7/+8
2012-05-14xfs: use blocks for counting length of buffersDave Chinner1-4/+4
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-1/+1
2012-05-14xfs: check for buffer errors before waitingDave Chinner1-0/+2
2012-05-14xfs: prevent needless mount warning causing test failuresDave Chinner1-0/+4
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-1/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-17/+29
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig1-2/+2
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka1-3/+3
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman1-1/+1
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka1-1/+1
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