summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2018-06-13xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: avoid null *src in memcpy call in xlog_writeEric Sandeen
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner
2015-08-19xfs: checksum log record ext headers based on record sizeBrian Foster
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster
2015-07-29xfs: Use consistent logging message prefixesJoe Perches
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig
2015-06-04xfs: fix xfs_log_done interfaceChristoph Hellwig
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2014-12-24xfs: remove extra newlines from xfs messagesEric Sandeen
2014-12-24xfs: initialize log buf I/O completion wq on log allocBrian Foster
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner
2014-10-02xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner
2014-10-02xfs: force the log before shutting downDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04xfs: catch buffers written without verifiers attachedDave Chinner
2014-07-15xfs: add xlog sysfs kobject and attribute handlersBrian Foster
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner
2014-05-05xfs: fully support v5 format filesystemsDave Chinner
2014-04-17xfs: unmount does not wait for shutdown during unmountDave Chinner
2013-11-06xfs: trace AIL manipulationsDave Chinner
2013-10-30xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner
2013-09-09xfs: fix some minor sparse warningsDave Chinner
2013-08-20xfs: fix the comment of xfs_log_unmount_write()Zhi Yong Wu
2013-08-20xfs: fix the comment of xlog_write_setup_copy()Zhi Yong Wu
2013-08-12xfs: Validate log space at mount timeJie Liu
2013-08-12xfs: Refactor xfs_ticket_alloc() to extract a new helperJie Liu