summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong2020-01-261-2/+2
* xfs: make xfs_buf_read return an error codeDarrick J. Wong2020-01-261-9/+7
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-10/+0
* xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong2020-01-161-0/+6
* xfs: fix some memory leaks in log recoveryDarrick J. Wong2019-11-151-3/+5
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-2/+3
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-45/+26
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2019-11-101-16/+16
* xfs: range check ri_cnt when recovering log itemsDarrick J. Wong2019-11-071-1/+10
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-5/+18
* xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell2019-10-061-1/+1
* xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-051-9/+21
* xfs: add kmem_alloc_io()Dave Chinner2019-08-261-1/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-8/+8
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-9/+3
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-281-1/+1
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-6/+5
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-281-5/+4
* xfs: stop using bp naming for log recovery buffersChristoph Hellwig2019-06-281-99/+102
* xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-281-157/+84
* xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig2019-06-281-11/+5
* xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-281-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/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-10/+11
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-8/+2
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-1/+1
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-111-1/+1
* xfs: split up allocation btree verifierBrian Foster2019-02-111-2/+4
* xfs: create a separate finobt verifierBrian Foster2019-02-111-2/+4
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-5/+3
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-1/+1
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-021-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/+0
* 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-111-2/+2
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-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/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-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-111-40/+40