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