blob: 38bfce4486d42ec3187ce012c98ff200b215e7be [file] [log] [blame]
c7f87f3984cf ("xfs: fix use-after-free on CIL context on shutdown")
0e7ab7efe774 ("xfs: Throttle commits on delayed background CIL push")
108a42358a05 ("xfs: Lower CIL flush limit for large logs")
8b41e3f98e6c ("xfs: split xlog_ticket_done")
dd401770b0ff ("xfs: refactor and split xfs_log_done()")
7ec949212dba ("xfs: don't try to write a start record into every iclog")
df732b29c807 ("xfs: call xlog_state_release_iclog with l_icloglock held")
390aab0a1640 ("xfs: move the locking from xlog_state_finish_copy to the callers")
89ae379d564c ("xfs: use a list_head for iclog callbacks")
195cd83d1b88 ("xfs: don't use xfs_trans_free_items in the commit path")
e8b78db77d48 ("xfs: don't require log items to implement optional methods")
d15cbf2f38b2 ("xfs: stop using XFS_LI_ABORTED as a parameter flag")
79b54d9bfcdc ("xfs: use bios directly to write log buffers")
2d15d2c0e0f7 ("xfs: make use of the l_targ field in struct xlog")
abca1f33f869 ("xfs: remove the syncing argument from xlog_verify_iclog")
db0a6faf938e ("xfs: factor out iclog size calculation from xlog_sync")
5693384805ab ("xfs: factor out splitting of an iclog from xlog_sync")
94860a301b75 ("xfs: factor out log buffer writing from xlog_sync")
1f9489be0257 ("xfs: don't use REQ_PREFLUSH for split log writes")
366fc4b898b3 ("xfs: remove XLOG_STATE_IOABORT")
1e85a3670db2 ("xfs: remove the no-op spinlock_destroy stub")
f467cad95f5e ("xfs: force summary counter recalc at next mount")
53235f22151e ("xfs: refactor unmount record write")
84d42ea6b626 ("xfs: implement the metadata repair ioctl flag")
8389f3ffa22a ("xfs: skip scrub xref if corruption already noted")
eb41c93fef19 ("xfs: avoid ilock games in the quota scrubber")
554ba965407e ("xfs: refactor dquot iteration")
2e330e76e03d ("xfs: refactor XFS_QMOPT_DQNEXT out of existence")
e6631f85546c ("xfs: get rid of the log item descriptor")
ba18781b9156 ("xfs: add tracing to high level transaction operations")
22525c17ed13 ("xfs: log item flags are racy")
f8f2835a9cf3 ("xfs: defer agfl block frees when dfops is available")
4223f659dd3e ("xfs: create agfl block free helper function")
a1f69417c6f4 ("xfs: non-scrub - remove unused function parameters")
0612d1166330 ("xfs: fix intent use-after-free on abort")
7e56d9eaea13 ("xfs: remove xfs_buf parameter from inode scrub methods")
d0018ad88909 ("xfs: inode scrubber shouldn't bother with raw checks")
a27ba2607e60 ("xfs: detect agfl count corruption and reset agfl")
93806299b56b ("xfs: refactor xfs_log_force_lsn")
e6b965705685 ("xfs: refactor xfs_log_force")
60e5bb7844ec ("xfs: merge _xfs_log_force and xfs_log_force")
2b56c2857fde ("xfs: remove the unused log_flushed variable in xfs_extent_busy_flush")
0ab32086d0be ("xfs: account only rmapbt-used blocks against rmapbt perag res")
215928633502 ("xfs: rename agfl perag res type to rmapbt")
57e809561118 ("xfs: Rename xa_ elements to ail_")
e157ebdcb3ac ("Cleanup old XFS_BTREE_* traces")
7c2d238ac6c4 ("xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes")
67a3f6d01495 ("xfs: make tracepoint inode number format consistent")
643c8c05e75d ("Use list_head infra-structure for buffer's log items list")
fb1755a64597 ("Split buffer's b_fspriv field")