aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam1-6/+2
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig1-1/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig1-42/+9
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig1-14/+11
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-2/+11
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig1-122/+108
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig1-3/+3
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig1-8/+6
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig1-1/+1
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig1-26/+41
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig1-30/+33
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig1-80/+45
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig1-1/+1
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig1-9/+11
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig1-14/+10
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig1-41/+11
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig1-9/+0
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig1-2/+0
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong1-2/+9
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-1/+2
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong1-1/+1
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-0/+9
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-1/+15
2018-07-23xfs: refactor unmount record writeDarrick J. Wong1-62/+69
2018-06-08xfs: clean up MIN/MAXDave Chinner1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-5/+5
2018-05-10xfs: log item flags are racyDave Chinner1-1/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+0
2018-03-23xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig1-30/+42
2018-03-23xfs: refactor xfs_log_force_lsnChristoph Hellwig1-80/+62
2018-03-14xfs: refactor xfs_log_forceChristoph Hellwig1-81/+63
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig1-16/+2
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-21/+5
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox1-3/+3
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-0/+1
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-4/+4
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-2/+2
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-2/+2
2018-01-08xfs: print transaction log reservation on overrunBrian Foster1-1/+3
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-06xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig1-1/+1
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong1-1/+13
2017-10-26xfs: drain the buffer LRU on mountBrian Foster1-0/+16
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+12
2017-08-22xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen1-0/+7