blob: 2a7ea50a203aeefb8ff028066eee3efa373111e7 [file] [log] [blame]
6b789c337a59 ("xfs: fix iclog release error check race with shutdown")
1858bb0bec61 ("xfs: turn ic_state into an enum")
fe9c0e77acc5 ("xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags")
df732b29c807 ("xfs: call xlog_state_release_iclog with l_icloglock held")
390aab0a1640 ("xfs: move the locking from xlog_state_finish_copy to the callers")
14e15f1bcd73 ("xfs: push the grant head when the log head moves forward")
0383f543d870 ("xfs: push iclog state cleaning into xlog_state_clean_log")
5e96fa8d2b09 ("xfs: factor iclog state processing out of xlog_state_do_callback()")
6546818c8570 ("xfs: factor callbacks out of xlog_state_do_callback()")
6769aa2a4f2b ("xfs: factor debug code out of xlog_state_do_callback()")
cdea5459ce26 ("xfs: fix missed wakeup on l_flush_wait")
89ae379d564c ("xfs: use a list_head for iclog callbacks")
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")
9bff313253eb ("xfs: reformat xlog_get_lowest_lsn")
1e85a3670db2 ("xfs: remove the no-op spinlock_destroy stub")
53235f22151e ("xfs: refactor unmount record write")
a1f69417c6f4 ("xfs: non-scrub - remove unused function parameters")
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")
fb1755a64597 ("Split buffer's b_fspriv field")
70a20655339a ("Get rid of xfs_buf_log_item_t typedef")
bc1a09b8e334 ("xfs: refactor verifier callers to print address of failing check")
a6a781a58bef ("xfs: have buffer verifier functions report failing address")
31ca03c92c32 ("xfs: refactor xfs_verifier_error and xfs_buf_ioerror")
9101d3707b9a ("xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers")
e1e55aaf1cc6 ("xfs: refactor short form btree pointer verification")
8368a6019d5b ("xfs: refactor long-format btree header verification routines")
59f6fec3bdb2 ("xfs: remove XFS_FSB_SANITY_CHECK")
68c58e9b9a88 ("xfs: only skip rmap owner checks for unknown-owner rmap removal")
33df3a9cf925 ("xfs: always honor OWN_UNKNOWN rmap removal requests")
0525e952dcce ("xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order")
211e95bbab71 ("xfs: merge xfs_bmap_read_extents into xfs_iread_extents")
ecfea3f0c8c6 ("xfs: split xfs_bmap_shift_extents")
6b18af0dfd16 ("xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS")
4ed36c6b09a5 ("xfs: inline xfs_shift_file_space into callers")
66f364649d87 ("xfs: remove if_rdev")
42b67dc6ffbf ("xfs: remove the never fully implemented UUID fork format")
e8e0e170e2e1 ("xfs: remove XFS_BMAP_TRACE_EXLIST")
060ea65b3940 ("xfs: add a xfs_bmap_fork_to_state helper")
80e4e1268802 ("xfs: scrub inodes")