summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix some minor sparse warningsDave Chinner2013-09-091-1/+2
* xfs: fix the comment of xfs_log_unmount_write()Zhi Yong Wu2013-08-201-1/+1
* xfs: fix the comment of xlog_write_setup_copy()Zhi Yong Wu2013-08-201-1/+1
* xfs: Validate log space at mount timeJie Liu2013-08-121-1/+46
* xfs: Refactor xfs_ticket_alloc() to extract a new helperJie Liu2013-08-121-22/+38
* xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman2013-07-221-1/+1
* xfs: Introduce ordered log vector supportDave Chinner2013-06-271-4/+18
* xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-071-1/+1
* xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers2013-01-181-1/+1
* xfs: Remove boolean_t typedef completely.Thiago Farina2013-01-171-4/+4
* xfs: fix sparse reported log CRC endian issueDave Chinner2012-12-031-1/+1
* xfs: fix direct IO nested transaction deadlock.Dave Chinner2012-11-291-1/+2
* xfs: add CRC checks to the logChristoph Hellwig2012-11-191-23/+109
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-2/+1
* xfs: only update the last_sync_lsn when a transaction completesDave Chinner2012-10-171-3/+16
* xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner2012-10-171-7/+18
* xfs: syncd workqueue is no moreDave Chinner2012-10-171-1/+1
* xfs: Bring some sanity to log unmountingDave Chinner2012-10-171-3/+26
* xfs: sync work is now only periodic log workDave Chinner2012-10-171-10/+51
* xfs: remove xlog_t typedefMark Tinguely2012-06-211-86/+137
* xfs: rename log structure to xlogMark Tinguely2012-06-211-32/+44
* xfs: shutdown xfs_sync_worker before the logBen Myers2012-06-211-0/+1
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-291-1/+1
* xfs: add trace points for log forcesDave Chinner2012-05-211-0/+2
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-1/+1
* xfs: use blocks for counting length of buffersDave Chinner2012-05-141-4/+1
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-3/+3
* xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-141-8/+23
* xfs: Account log unmount transaction correctlyDave Chinner2012-03-261-1/+2
* xfs: split and cleanup xfs_log_reserveChristoph Hellwig2012-02-221-141/+124
* xfs: share code for grant head availability checksChristoph Hellwig2012-02-221-73/+60
* xfs: share code for grant head wakeupsChristoph Hellwig2012-02-221-30/+20
* xfs: share code for grant head waitingChristoph Hellwig2012-02-221-45/+18
* xfs: add xlog_grant_head_wake_allChristoph Hellwig2012-02-221-10/+14
* xfs: add xlog_grant_head_initChristoph Hellwig2012-02-221-6/+12
* xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-221-56/+56
* xfs: remove log space waitqueuesChristoph Hellwig2012-02-221-9/+15
* xfs: cleanup xfs_log_space_wakeChristoph Hellwig2012-02-221-30/+5
* xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig2012-02-221-1/+1
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-221-43/+31
* xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-081-58/+21
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-061-175/+173
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-1/+1
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-111-7/+7
* xfs: clean up buffer allocationChristoph Hellwig2011-10-111-1/+1
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-2/+2
* xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman2011-07-251-2/+2
OpenPOWER on IntegriCloud