summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix a comment in xfs_log_reserveHuang Chong2018-08-031-1/+1
* xfs: refactor log recovery checkDarrick J. Wong2018-08-011-0/+9
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-1/+15
* xfs: refactor unmount record writeDarrick J. Wong2018-07-231-62/+69
* xfs: clean up MIN/MAXDave Chinner2018-06-081-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-5/+5
* xfs: log item flags are racyDave Chinner2018-05-101-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+0Star
* xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig2018-03-241-30/+42
* xfs: refactor xfs_log_force_lsnChristoph Hellwig2018-03-241-80/+62Star
* xfs: refactor xfs_log_forceChristoph Hellwig2018-03-141-81/+63Star
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-16/+2Star
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-21/+5Star
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-121-3/+3
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-0/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-4/+4
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-2/+2
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-2/+2
* xfs: print transaction log reservation on overrunBrian Foster2018-01-081-1/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig2017-11-061-1/+1
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong2017-10-271-1/+13
* xfs: drain the buffer LRU on mountBrian Foster2017-10-271-0/+16
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-1/+1
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0Star
* xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-011-0/+12
* xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-08-221-0/+7
* xfs: write unmount record for ro mountsEric Sandeen2017-08-221-2/+5
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-171-0/+11
* xfs: fix semicolon.cocci warningskbuild test robot2017-06-281-1/+1
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-281-4/+1Star
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-2/+1Star
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-10/+10
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-191-0/+49
* xfs: separate shutdown from ticket reservation print helperBrian Foster2017-06-191-6/+6
* xfs: corruption needs to respect endianess too!Christoph Hellwig2017-04-251-1/+1
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-041-1/+1
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-01-091-10/+2Star
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-23/+16Star
|\
| * xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-23/+16Star
* | xfs: optimise CRC updatesDave Chinner2016-12-051-1/+1
|/
* Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner2016-07-201-2/+3
|\
| * xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-201-2/+3
* | xfs: make several functions staticEric Sandeen2016-06-011-4/+4
|/
* Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-201-2/+2
|\
| * xfs: Add caller function output to xfs_log_force tracepointCarlos Maiolino2016-04-061-2/+2
* | xfs: remove transaction typesChristoph Hellwig2016-04-061-56/+2Star
|/
* xfs: use named array initializers for log item dumpingDarrick J. Wong2016-03-061-64/+68