summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-6/+2Star
* xfs: fix iclog allocation sizeChristoph Hellwig2019-06-291-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-291-4/+0Star
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-291-42/+9Star
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-291-14/+11Star
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-291-2/+11
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-291-122/+108Star
* xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-291-3/+3
* xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig2019-06-291-8/+6Star
* xfs: update both stat counters together in xlog_syncChristoph Hellwig2019-06-291-1/+1
* xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig2019-06-291-26/+41
* xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig2019-06-291-30/+33
* xfs: factor out log buffer writing from xlog_syncChristoph Hellwig2019-06-291-80/+45Star
* xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig2019-06-291-1/+1
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-291-9/+11
* xfs: reformat xlog_get_lowest_lsnChristoph Hellwig2019-06-291-14/+10Star
* xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig2019-06-291-41/+11Star
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-291-9/+0Star
* xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-291-2/+0Star
* xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-241-2/+9
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-1/+2
* 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