summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2020-01-16xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong
2019-11-15xfs: fix some memory leaks in log recoveryDarrick J. Wong
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2019-11-07xfs: range check ri_cnt when recovering log itemsDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-08-26xfs: add kmem_alloc_io()Dave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: stop using bp naming for log recovery buffersChristoph Hellwig
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-06-28xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster
2018-07-26xfs: use ->t_dfops in log recovery intent processingBrian Foster
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-06-08xfs: replace do_mod with native operationsDave Chinner