summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig2018-03-231-30/+42
* xfs: refactor xfs_log_force_lsnChristoph Hellwig2018-03-231-80/+62
* xfs: refactor xfs_log_forceChristoph Hellwig2018-03-141-81/+63
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-16/+2
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-21/+5
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-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-261-1/+13
* xfs: drain the buffer LRU on mountBrian Foster2017-10-261-0/+16
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-1/+1
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0
* 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-271-1/+1
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-271-4/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* 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-031-1/+1
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-01-091-10/+2
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-23/+16
|\
| * xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-23/+16
* | 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/+2
|/
* xfs: use named array initializers for log item dumpingDarrick J. Wong2016-03-071-64/+68
* xfs: remove XFS_BUF_ZEROFLAGS macroDave Chinner2016-02-101-2/+2
* xfs: remove XBF_WRITE flag wrapper macrosDave Chinner2016-02-101-5/+3
* xfs: remove XBF_ASYNC flag wrapper macrosDave Chinner2016-02-101-5/+3
* xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-2/+2
* Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner2016-01-051-2/+4
|\
| * xfs: fix log ticket type printingDarrick J. Wong2016-01-041-2/+4