Age | Commit message (Expand) | Author | Files | Lines |
2020-03-27 | xfs: don't write a corrupt unmount record to force summary counter recalc | Darrick J. Wong | 1 | -13/+14 |
2020-03-27 | xfs: don't allow log IO to be throttled | Dave Chinner | 1 | -1/+9 |
2020-03-27 | xfs: remove some stale comments from the log code | Dave Chinner | 1 | -46/+13 |
2020-03-27 | xfs: refactor unmount record writing | Dave Chinner | 1 | -20/+29 |
2020-03-27 | xfs: merge xlog_commit_record with xlog_write_done | Dave Chinner | 1 | -33/+10 |
2020-03-27 | xfs: split xlog_ticket_done | Christoph Hellwig | 1 | -57/+27 |
2020-03-27 | xfs: kill XLOG_TIC_INITED | Dave Chinner | 1 | -4/+0 |
2020-03-27 | xfs: refactor and split xfs_log_done() | Dave Chinner | 1 | -43/+21 |
2020-03-27 | xfs: re-order initial space accounting checks in xlog_write | Dave Chinner | 1 | -21/+10 |
2020-03-27 | xfs: don't try to write a start record into every iclog | Dave Chinner | 1 | -40/+37 |
2020-03-26 | xfs: shutdown on failure to add page to log bio | Brian Foster | 1 | -3/+9 |
2020-03-23 | xfs: remove xlog_state_want_sync | Christoph Hellwig | 1 | -32/+18 |
2020-03-23 | xfs: move the ioerror check out of xlog_state_clean_iclog | Christoph Hellwig | 1 | -4/+5 |
2020-03-23 | xfs: refactor xlog_state_clean_iclog | Christoph Hellwig | 1 | -92/+88 |
2020-03-23 | xfs: remove the aborted parameter to xlog_state_done_syncing | Christoph Hellwig | 1 | -32/+16 |
2020-03-23 | xfs: simplify log shutdown checking in xfs_log_release_iclog | Christoph Hellwig | 1 | -14/+6 |
2020-03-23 | xfs: simplify the xfs_log_release_iclog calling convention | Christoph Hellwig | 1 | -6/+4 |
2020-03-23 | xfs: factor out a xlog_wait_on_iclog helper | Christoph Hellwig | 1 | -45/+31 |
2020-03-13 | xfs: cleanup xfs_log_unmount_write | Christoph Hellwig | 1 | -16/+16 |
2020-03-13 | xfs: remove dead code from xfs_log_unmount_write | Christoph Hellwig | 1 | -32/+3 |
2020-03-13 | xfs: remove the unused return value from xfs_log_unmount_write | Christoph Hellwig | 1 | -10/+5 |
2020-03-03 | xfs: fix iclog release error check race with shutdown | Brian Foster | 1 | -4/+9 |
2019-12-04 | xfs: fix mount failure crash on invalid iclog memory access | Brian Foster | 1 | -0/+2 |
2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -1/+1 |
2019-11-10 | xfs: annotate functions that trip static checker locking checks | Darrick J. Wong | 1 | -0/+2 |
2019-11-05 | xfs: use super s_id instead of struct xfs_mount m_fsname | Ian Kent | 1 | -1/+1 |
2019-10-21 | xfs: remove the XLOG_STATE_DO_CALLBACK state | Christoph Hellwig | 1 | -65/+11 |
2019-10-21 | xfs: turn ic_state into an enum | Christoph Hellwig | 1 | -83/+76 |
2019-10-21 | xfs: remove dead ifdef XFSERRORDEBUG code | Christoph Hellwig | 1 | -13/+0 |
2019-10-21 | xfs: call xlog_state_release_iclog with l_icloglock held | Christoph Hellwig | 1 | -98/+90 |
2019-10-21 | xfs: move the locking from xlog_state_finish_copy to the callers | Christoph Hellwig | 1 | -9/+7 |
2019-10-21 | xfs: remove the unused ic_io_size field from xlog_in_core | Christoph Hellwig | 1 | -4/+2 |
2019-10-21 | xfs: pass the correct flag to xlog_write_iclog | Christoph Hellwig | 1 | -1/+1 |
2019-10-07 | xfs: assure zeroed memory buffers for certain kmem allocations | Bill O'Donnell | 1 | -1/+1 |
2019-09-06 | xfs: push the grant head when the log head moves forward | Dave Chinner | 1 | -25/+47 |
2019-09-06 | xfs: push iclog state cleaning into xlog_state_clean_log | Dave Chinner | 1 | -24/+33 |
2019-09-06 | xfs: factor iclog state processing out of xlog_state_do_callback() | Dave Chinner | 1 | -98/+98 |
2019-09-06 | xfs: factor callbacks out of xlog_state_do_callback() | Dave Chinner | 1 | -28/+48 |
2019-09-06 | xfs: factor debug code out of xlog_state_do_callback() | Dave Chinner | 1 | -35/+44 |
2019-09-06 | xfs: fix missed wakeup on l_flush_wait | Rik van Riel | 1 | -5/+4 |
2019-09-06 | xfs: push the AIL in xlog_grant_head_wake | Dave Chinner | 1 | -1/+28 |
2019-08-27 | xfs: add kmem_alloc_io() | Dave Chinner | 1 | -2/+3 |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+1 |
2019-08-03 | fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve(). | Tetsuo Handa | 1 | -4/+1 |
2019-07-03 | fs: xfs: xfs_log: Change return type from int to void | Hariprasad Kelam | 1 | -6/+2 |
2019-06-29 | xfs: fix iclog allocation size | Christoph Hellwig | 1 | -1/+2 |
2019-06-29 | xfs: remove unused header files | Eric Sandeen | 1 | -4/+0 |
2019-06-29 | xfs: use a list_head for iclog callbacks | Christoph Hellwig | 1 | -42/+9 |
2019-06-29 | xfs: stop using XFS_LI_ABORTED as a parameter flag | Christoph Hellwig | 1 | -14/+11 |
2019-06-29 | xfs: move the log ioend workqueue to struct xlog | Christoph Hellwig | 1 | -2/+11 |