aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-1/+1
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner1-1/+1
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-3/+6
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner1-3/+6
2014-05-05xfs: fully support v5 format filesystemsDave Chinner1-4/+6
2014-04-17xfs: unmount does not wait for shutdown during unmountDave Chinner1-9/+44
2013-11-06xfs: trace AIL manipulationsDave Chinner1-0/+1
2013-10-30xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem1-5/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-5/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+5
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner1-19/+29
2013-09-09xfs: fix some minor sparse warningsDave Chinner1-1/+2
2013-08-20xfs: fix the comment of xfs_log_unmount_write()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xlog_write_setup_copy()Zhi Yong Wu1-1/+1
2013-08-12xfs: Validate log space at mount timeJie Liu1-1/+46
2013-08-12xfs: Refactor xfs_ticket_alloc() to extract a new helperJie Liu1-22/+38
2013-07-22xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman1-1/+1
2013-06-27xfs: Introduce ordered log vector supportDave Chinner1-4/+18
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-01-18xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers1-1/+1
2013-01-17xfs: Remove boolean_t typedef completely.Thiago Farina1-4/+4
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner1-1/+1
2012-11-29xfs: fix direct IO nested transaction deadlock.Dave Chinner1-1/+2
2012-11-19xfs: add CRC checks to the logChristoph Hellwig1-23/+109
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-2/+1
2012-10-17xfs: only update the last_sync_lsn when a transaction completesDave Chinner1-3/+16
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner1-7/+18
2012-10-17xfs: syncd workqueue is no moreDave Chinner1-1/+1
2012-10-17xfs: Bring some sanity to log unmountingDave Chinner1-3/+26
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-10/+51
2012-06-21xfs: remove xlog_t typedefMark Tinguely1-86/+137
2012-06-21xfs: rename log structure to xlogMark Tinguely1-32/+44
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers1-0/+1
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-1/+1
2012-05-21xfs: add trace points for log forcesDave Chinner1-0/+2
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-1/+1
2012-05-14xfs: use blocks for counting length of buffersDave Chinner1-4/+1
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-3/+3
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig1-8/+23
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig1-141/+124
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig1-73/+60
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig1-30/+20
2012-02-22xfs: share code for grant head waitingChristoph Hellwig1-45/+18
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig1-10/+14