blob: 436b6588ec1c0ad57c80516c321afaedb89e6324 [file] [log] [blame]
12e6a0f449d5 ("xfs: remove the aborted parameter to xlog_state_done_syncing")
c7cc296ddd1f ("xfs: merge xlog_cil_push into xlog_cil_push_work")
f755979355d4 ("xfs: annotate functions that trip static checker locking checks")
4b29ab04ab0d ("xfs: remove the XLOG_STATE_DO_CALLBACK state")
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")
cd95cb962b7d ("xfs: pass the correct flag to xlog_write_iclog")
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")
707e0ddaf67e ("fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.")
294fc7a4c8ec ("fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().")
6d6ccedd7682 ("xfs: only allocate memory for scrubbing attributes when we need it")
00816759337c ("xfs: refactor attr scrub memory allocation function")
3addd248800c ("xfs: refactor extended attribute buffer pointer functions")
7035f9724f84 ("xfs: introduce new v5 bulkstat structure")
8bfe9d1810e6 ("xfs: rename bulkstat functions")
40786717c88c ("xfs: multithreaded iwalk implementation")
677717fbd4b0 ("xfs: refactor INUMBERS to use iwalk functions")
04b8fba2e1bf ("xfs: refactor iwalk code to handle walking inobt records")
2b5eb826011b ("xfs: refactor xfs_iwalk_grab_ichunk")
5e29f3b72083 ("xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino")
da1d9e591247 ("xfs: move bulkstat ichunk helpers to iwalk code")
2810bd6840e4 ("xfs: convert bulkstat to new iwalk infrastructure")
f16fe3ecde62 ("xfs: bulkstat should copy lastip whenever userspace supplies one")
ebd126a651f8 ("xfs: convert quotacheck to use the new iwalk functions")
a211432c27ff ("xfs: create simplified inode walk function")
73d30d48749f ("xfs: remove XFS_TRANS_NOFS")
250d4b4c4097 ("xfs: remove unused header files")
73f0d23633c1 ("xfs: merge xfs_bud_init into xfs_trans_get_bud")
60883447f452 ("xfs: merge xfs_rud_init into xfs_trans_get_rud")
ebeb8e062906 ("xfs: merge xfs_cud_init into xfs_trans_get_cud")
9c5e7c2ae34b ("xfs: merge xfs_efd_init into xfs_trans_get_efd")
89ae379d564c ("xfs: use a list_head for iclog callbacks")
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")
9bff313253eb ("xfs: reformat xlog_get_lowest_lsn")