summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner2015-01-221-3/+15
|\
| * xfs: consolidate superblock logging functionsDave Chinner2015-01-221-3/+15
* | xfs: remove extra newlines from xfs messagesEric Sandeen2014-12-241-1/+1
* | xfs: initialize log buf I/O completion wq on log allocBrian Foster2014-12-241-4/+4
|/
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-0/+4
|\
| * xfs: split metadata and log buffer completion to separate workqueuesBrian Foster2014-12-041-0/+4
* | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-2/+0
|\ \ | |/ |/|
| * xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster2014-11-281-1/+1
|/
* xfs: introduce xfs_buf_submit[_wait]Dave Chinner2014-10-021-1/+1
* xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner2014-10-021-1/+1
* xfs: force the log before shutting downDave Chinner2014-10-021-38/+17
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-041-1/+7
|\
| * xfs: catch buffers written without verifiers attachedDave Chinner2014-08-041-1/+7
* | xfs: add xlog sysfs kobject and attribute handlersBrian Foster2014-07-151-0/+9
|/
* xfs: global error sign conversionDave Chinner2014-06-251-26/+26
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-16/+16
* Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner2014-06-101-1/+1
|\
| * xfs: kill xfs_buf_geterror()Dave Chinner2014-06-061-1/+1
* | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-3/+6
|\ \ | |/ |/|
| * xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-071-3/+6
* | xfs: fully support v5 format filesystemsDave Chinner2014-05-051-4/+6
* | xfs: unmount does not wait for shutdown during unmountDave Chinner2014-04-171-9/+44
|/
* xfs: trace AIL manipulationsDave Chinner2013-11-061-0/+1
* xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem2013-10-301-5/+3
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-5/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+5
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+1
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-1/+1
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-171-19/+29
* 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
OpenPOWER on IntegriCloud