aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2020-08-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2020-01-09xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
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
2017-08-22xfs: write unmount record for ro mountsEric Sandeen
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-06-27xfs: fix semicolon.cocci warningskbuild test robot
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagBrian Foster
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster
2017-04-25xfs: corruption needs to respect endianess too!Christoph Hellwig
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster
2017-01-09xfs: don't print warnings when xfs_log_force failsChristoph Hellwig
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner
2016-12-05xfs: optimise CRC updatesDave Chinner
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster
2016-06-01xfs: make several functions staticEric Sandeen
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner
2016-04-06xfs: Add caller function output to xfs_log_force tracepointCarlos Maiolino