- 0020a19 xfs: AIL needs asynchronous CIL forcing 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
- 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 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
- 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
- 50d2548 xfs: sync lazy sb accounting on quiesce of read-only mounts by Brian Foster · 4 years ago
- ed1575d xfs: expose the log push threshold by Darrick J. Wong · 4 years, 4 months ago
- dd40177 xfs: refactor and split xfs_log_done() by Dave Chinner · 4 years, 10 months ago
- 12e6a0f xfs: remove the aborted parameter to xlog_state_done_syncing 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
- a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 6 years ago
- 89ae379 xfs: use a list_head for iclog callbacks by Christoph Hellwig · 6 years ago
- d15cbf2 xfs: stop using XFS_LI_ABORTED as a parameter flag by Christoph Hellwig · 6 years ago
- 0c60d3a xfs: refactor log recovery check by Darrick J. Wong · 6 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
- 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
- 60e5bb7 xfs: merge _xfs_log_force and xfs_log_force by Christoph Hellwig · 7 years ago
- c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
- 64f61ab xfs: remove unused struct declarations by Eric Sandeen · 8 years ago
- 0d5a75e xfs: make several functions static by Eric Sandeen · 9 years ago
- 710b1e2 xfs: remove transaction types by Christoph Hellwig · 9 years ago
- a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
- f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
- f78c390 xfs: fix xfs_log_done interface by Christoph Hellwig · 10 years ago
- 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 10 years ago
- 110dc24 xfs: log vector rounding leaks log space by Dave Chinner · 11 years ago
- c6f9726 xfs: convert xfs_log_commit_cil() to void by Jie Liu · 11 years ago
- bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
- 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
- 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
- 7492c5b xfs: Reduce allocations during CIL insertion by Dave Chinner · 11 years ago
- fc06c6d xfs: separate out log format definitions by Dave Chinner · 11 years ago
- 3ebe7d2 xfs: Inode create log items by Dave Chinner · 12 years ago
- fd63875 xfs: Introduce ordered log vector support by Dave Chinner · 12 years ago
- c75921a xfs: xfs_quiesce_attr() should quiesce the log like unmount by Dave Chinner · 12 years ago
- f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
- 1c30462 xfs: allow assigning the tail lsn with the AIL lock held by Christoph Hellwig · 13 years ago
- 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 13 years ago
- cfb7cdc xfs: cleanup xfs_log_space_wake by Christoph Hellwig · 13 years ago
- 09a423a xfs: split tail_lsn assignments from log space wakeups by Christoph Hellwig · 13 years ago
- 0244b96 xfs: cleanup the transaction commit path a bit by Christoph Hellwig · 13 years ago
- 93b8a58 xfs: remove the deprecated nodelaylog option by Christoph Hellwig · 13 years ago
- 272e42b xfs: constify xfs_item_ops by Christoph Hellwig · 13 years ago
- 97d3ac7 xfs: exact busy extent tracking by Christoph Hellwig · 14 years ago
- c6f990d xfs: handle CIl transaction commit failures correctly by Dave Chinner · 14 years ago
- 9134c23 xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags by Christoph Hellwig · 15 years ago
- dbb2f65 xfs: kill the unused xlog_debug variable by Christoph Hellwig · 15 years ago
- 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 15 years ago
- ccf7c23 xfs: Ensure inode allocation buffers are fully replayed by Dave Chinner · 15 years ago
- 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 15 years ago
- 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 15 years ago
- 55b6633 xfs: introduce new internal log vector structure by Dave Chinner · 15 years ago
- 43f5efc xfs: factor log item initialisation by Dave Chinner · 15 years ago
- 35a8a72 xfs: stop passing opaque handles to xfs_log.c routines by Christoph Hellwig · 15 years ago
- a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
- 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 15 years ago
- 21b699c xfs: cleanup log unmount handling by Christoph Hellwig · 16 years ago
- cc09c0d [XFS] Fix double free of log tickets by Dave Chinner · 16 years ago
- 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
- b911ca0 [XFS] Sanitise xfs_log_force error checking. by David Chinner · 17 years ago
- b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
- 3f89243 [XFS] Remove several macros that are no longer used anywhere by Eric Sandeen · 18 years ago
- c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 19 years ago
- 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
- a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
- 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
- f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
- 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago