aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_extfree_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig1-1/+244
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig1-12/+15
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig1-6/+0
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig1-26/+1
2019-06-28xfs: split iop_unlockChristoph Hellwig1-10/+7
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig1-104/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-1/+1
2018-05-10xfs: log item flags are racyDave Chinner1-2/+2
2018-04-02xfs: fix intent use-after-free on abortDave Chinner1-19/+19
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-1/+1
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong1-0/+1
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong1-6/+6
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-1/+5
2016-08-03xfs: refactor redo intent item processingDarrick J. Wong1-0/+65
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner1-0/+2
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster1-13/+1
2015-08-19xfs: use EFI refcount consistently in log recoveryBrian Foster1-37/+20
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster1-29/+40
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster1-12/+9
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+1
2014-06-25xfs: global error sign conversionDave Chinner1-1/+1
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig1-4/+6
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig1-10/+9
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+4
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner1-18/+32
2013-05-24xfs: Don't reference the EFI after it is freedDave Chinner1-2/+3
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner1-14/+13
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-1/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-41/+14
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-2/+2
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner1-1/+2
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner1-37/+44
2010-12-20xfs: fix EFI transaction cancellation.Dave Chinner1-11/+9
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-7/+5
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig1-116/+110
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-43/+6
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-4/+4
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-4/+4
2010-05-19xfs: factor log item initialisationDave Chinner1-8/+2
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-2/+2
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-25/+10
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner1-10/+18