- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
- e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
- 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 5 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 5 months ago
- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
- 0020a19 xfs: AIL needs asynchronous CIL forcing by Dave Chinner · 3 years, 5 months ago
- 68a74dc xfs: order CIL checkpoint start records by Dave Chinner · 3 years, 5 months ago
- caa8009 xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() by Dave Chinner · 3 years, 5 months ago
- c45aba4 xfs: pass a CIL context to xlog_write() by Dave Chinner · 3 years, 5 months ago
- 2ce82b7 xfs: move xlog_commit_record to xfs_log_cil.c by Dave Chinner · 3 years, 5 months ago
- 2562c32 xfs: log head and tail aren't reliable during shutdown by Dave Chinner · 3 years, 5 months ago
- 502a01f xfs: don't run shutdown callbacks on active iclogs by Dave Chinner · 3 years, 5 months ago
- aad7272 xfs: separate out log shutdown callback processing by Dave Chinner · 3 years, 5 months ago
- 8bb9200 xfs: rework xlog_state_do_callback() by Dave Chinner · 3 years, 5 months ago
- b36d465 xfs: make forced shutdown processing atomic by Dave Chinner · 3 years, 5 months ago
- e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
- fd67d8a xfs: move recovery needed state updates to xfs_log_mount_finish by Dave Chinner · 3 years, 5 months ago
- 5112e206 xfs: XLOG_STATE_IOERROR must die by Dave Chinner · 3 years, 5 months ago
- 2039a27 xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() by Dave Chinner · 3 years, 5 months ago
- 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 months ago
- 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
- d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
- 98fe2c3 xfs: remove kmem_alloc_io() by Dave Chinner · 3 years, 5 months ago
- 9d11001 xfs: limit iclog tail updates by Dave Chinner · 3 years, 5 months ago
- 8191d82 xfs: avoid unnecessary waits in xfs_log_force_lsn() by Dave Chinner · 3 years, 6 months ago
- 2bf1ec0 xfs: log forces imply data device cache flushes by Dave Chinner · 3 years, 6 months ago
- 45eddb4 xfs: factor out forced iclog flushes by Dave Chinner · 3 years, 6 months ago
- 0dc8f7f xfs: fix ordering violation between cache flushes and tail updates by Dave Chinner · 3 years, 6 months ago
- 9d39206 xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog by Dave Chinner · 3 years, 6 months ago
- b5d721e xfs: external logs need to flush data device by Dave Chinner · 3 years, 6 months ago
- b1e2723 xfs: flush data dev on external log write by Dave Chinner · 3 years, 6 months ago
- 9f7b640 Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
- a1bb850 xfs: Fix a CIL UAF by getting get rid of the iclog callback lock by Dave Chinner · 3 years, 7 months ago
- b690335 xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks by Dave Chinner · 3 years, 7 months ago
- 6be0010 xfs: don't nest icloglock inside ic_callback_lock by Dave Chinner · 3 years, 7 months ago
- 4e6b827 xfs: force the log offline when log intent item recovery fails by Darrick J. Wong · 3 years, 7 months ago
- 956f6da xfs: add iclog state trace events by Dave Chinner · 3 years, 7 months ago
- 5f9b4b0 xfs: xfs_log_force_lsn isn't passed a LSN by Dave Chinner · 3 years, 7 months ago
- eef983f xfs: journal IO cache flush reductions by Dave Chinner · 3 years, 7 months ago
- 3468bb1 xfs: remove need_start_rec parameter from xlog_write() by Dave Chinner · 3 years, 7 months ago
- b5071ad xfs: remove xfs_blkdev_issue_flush by Dave Chinner · 3 years, 7 months ago
- a79b28c xfs: separate CIL commit record IO by Dave Chinner · 3 years, 7 months ago
- 18842e0 xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs() by Geert Uytterhoeven · 3 years, 7 months ago
- a6a65fe xfs: log stripe roundoff is a property of the log by Dave Chinner · 3 years, 7 months ago
- 53004ee xfs: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 9 months ago
- 8e9800f xfs: don't allow log writes if the data device is readonly by Darrick J. Wong · 3 years, 8 months ago
- 8646b98 xfs: fix boolreturn.cocci warnings by kernel test robot · 4 years ago
- 05a302a xfs: set WQ_SYSFS on all workqueues in debug mode by Darrick J. Wong · 4 years ago
- 4533fc6 xfs: fix unused log variable in xfs_log_cover() by Brian Foster · 4 years ago
- f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
- b0eb9e1 xfs: don't reset log idle state on covering checkpoints by Brian Foster · 4 years ago
- 303591a xfs: cover the log during log quiesce by Brian Foster · 4 years ago
- 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
- 37444fc xfs: lift writable fs check up into log worker task by Brian Foster · 4 years ago
- 50d2548 xfs: sync lazy sb accounting on quiesce of read-only mounts by Brian Foster · 4 years ago
- 8321ddb xfs: don't drain buffer lru on freeze and read-only remount by Brian Foster · 4 years ago
- 10fb9ac xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() by Brian Foster · 4 years ago
- ed1575d xfs: expose the log push threshold by Darrick J. Wong · 4 years, 4 months ago
- 0c771b9 xfs: clean up calculation of LR header blocks by Gao Xiang · 4 years, 4 months ago
- ca4f258 xfs: Modify xlog_ticket_alloc() to use kernel's MM API by Carlos Maiolino · 4 years, 6 months ago
- 5cc3c00 xfs: don't write a corrupt unmount record to force summary counter recalc by Darrick J. Wong · 4 years, 10 months ago
- 2def284 xfs: don't allow log IO to be throttled by Dave Chinner · 4 years, 10 months ago
- b843299 xfs: remove some stale comments from the log code by Dave Chinner · 4 years, 10 months ago
- 3c702f9 xfs: refactor unmount record writing by Dave Chinner · 4 years, 10 months ago
- f10e925d xfs: merge xlog_commit_record with xlog_write_done by Dave Chinner · 4 years, 10 months ago
- 8b41e3f xfs: split xlog_ticket_done by Christoph Hellwig · 4 years, 10 months ago
- 70e42f2 xfs: kill XLOG_TIC_INITED by Dave Chinner · 4 years, 10 months ago
- dd40177 xfs: refactor and split xfs_log_done() by Dave Chinner · 4 years, 10 months ago
- 9590e9c xfs: re-order initial space accounting checks in xlog_write by Dave Chinner · 4 years, 10 months ago
- 7ec9492 xfs: don't try to write a start record into every iclog by Dave Chinner · 4 years, 10 months ago
- 842a42d xfs: shutdown on failure to add page to log bio by Brian Foster · 4 years, 10 months ago
- 6936399 xfs: remove xlog_state_want_sync by Christoph Hellwig · 4 years, 10 months ago
- 5781464 xfs: move the ioerror check out of xlog_state_clean_iclog by Christoph Hellwig · 4 years, 10 months ago
- c814b4f xfs: refactor xlog_state_clean_iclog by Christoph Hellwig · 4 years, 10 months ago
- 12e6a0f xfs: remove the aborted parameter to xlog_state_done_syncing by Christoph Hellwig · 4 years, 10 months ago
- a582f32 xfs: simplify log shutdown checking in xfs_log_release_iclog by Christoph Hellwig · 4 years, 10 months ago
- f97a43e xfs: simplify the xfs_log_release_iclog calling convention by Christoph Hellwig · 4 years, 10 months ago
- 81e5b50 xfs: factor out a xlog_wait_on_iclog helper by Christoph Hellwig · 4 years, 10 months ago
- 13859c9 xfs: cleanup xfs_log_unmount_write by Christoph Hellwig · 4 years, 10 months ago
- 6178d10 xfs: remove dead code from xfs_log_unmount_write by Christoph Hellwig · 4 years, 10 months ago
- 550319e xfs: remove the unused return value from xfs_log_unmount_write by Christoph Hellwig · 4 years, 10 months ago
- 6b789c3 xfs: fix iclog release error check race with shutdown by Brian Foster · 4 years, 11 months ago
- 798a9ca xfs: fix mount failure crash on invalid iclog memory access by Brian Foster · 5 years ago
- 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
- f755979 xfs: annotate functions that trip static checker locking checks by Darrick J. Wong · 5 years ago
- e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
- 4b29ab0 xfs: remove the XLOG_STATE_DO_CALLBACK state by Christoph Hellwig · 5 years ago
- 1858bb0 xfs: turn ic_state into an enum by Christoph Hellwig · 5 years ago
- 032cc34 xfs: remove dead ifdef XFSERRORDEBUG code by Christoph Hellwig · 5 years ago
- df732b2 xfs: call xlog_state_release_iclog with l_icloglock held by Christoph Hellwig · 5 years ago
- 390aab0 xfs: move the locking from xlog_state_finish_copy to the callers by Christoph Hellwig · 5 years ago
- 2c68a1d xfs: remove the unused ic_io_size field from xlog_in_core by Christoph Hellwig · 5 years ago
- cd95cb9 xfs: pass the correct flag to xlog_write_iclog by Christoph Hellwig · 5 years ago
- 3219e8c xfs: assure zeroed memory buffers for certain kmem allocations by Bill O'Donnell · 5 years ago
- 14e15f1 xfs: push the grant head when the log head moves forward by Dave Chinner · 5 years ago
- 0383f54 xfs: push iclog state cleaning into xlog_state_clean_log by Dave Chinner · 5 years ago
- 5e96fa8 xfs: factor iclog state processing out of xlog_state_do_callback() by Dave Chinner · 5 years ago
- 6546818 xfs: factor callbacks out of xlog_state_do_callback() by Dave Chinner · 5 years ago
- 6769aa2 xfs: factor debug code out of xlog_state_do_callback() by Dave Chinner · 5 years ago
- cdea545 xfs: fix missed wakeup on l_flush_wait by Rik van Riel · 5 years ago