summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-9/+3Star
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-291-1/+1
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-6/+5Star
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-291-5/+4Star
* xfs: stop using bp naming for log recovery buffersChristoph Hellwig2019-06-291-99/+102
* xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-291-157/+84Star
* xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig2019-06-291-11/+5Star
* xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-291-2/+2
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-2/+1Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-10/+11
* xfs: change some error-less functions to void typesEric Sandeen2019-05-021-8/+2Star
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-1/+1
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-121-1/+1
* xfs: split up allocation btree verifierBrian Foster2019-02-121-2/+4
* xfs: create a separate finobt verifierBrian Foster2019-02-121-2/+4
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-5/+3Star
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0Star
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-031-1/+1
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-031-22/+29
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-8/+0Star
* xfs: use internal dfops during [b|c]ui recoveryBrian Foster2018-07-261-3/+3
* xfs: use ->t_dfops in log recovery intent processingBrian Foster2018-07-261-0/+2
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-121-2/+2
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-1/+1
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-7/+25
* xfs: clean up MIN/MAXDave Chinner2018-06-081-3/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-051-5/+10
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-091-2/+2
* xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen2018-03-291-1/+3
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-121-40/+40
* xfs: Remove dead code from inode recover functionNikolay Borisov2018-03-121-7/+0Star
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-121-9/+0Star
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-3/+3
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-12/+12
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-12/+12
* xfs: standardize quota verification function outputsDarrick J. Wong2018-01-081-9/+15
* xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-0/+4
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-271-8/+67
* xfs: mark xlog_recover_check_summary STATICChristoph Hellwig2017-11-061-1/+1
* xfs: remove inode log format typedefDarrick J. Wong2017-11-011-5/+5
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-10-271-1/+1
* xfs: more robust recovery xlog buffer validationBrian Foster2017-10-271-14/+24
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-271-9/+1Star
* xfs: fix compiler warningsDarrick J. Wong2017-09-021-0/+4