summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_extfree_item.c
AgeCommit message (Expand)Author
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: log item flags are racyDave Chinner
2018-04-02xfs: fix intent use-after-free on abortDave Chinner
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: refactor redo intent item processingDarrick J. Wong
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster
2015-08-19xfs: use EFI refcount consistently in log recoveryBrian Foster
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig
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-06-25xfs: global error sign conversionDave Chinner
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner
2013-05-24xfs: Don't reference the EFI after it is freedDave Chinner
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner
2010-12-20xfs: fix EFI transaction cancellation.Dave Chinner
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner
2010-05-19xfs: factor log item initialisationDave Chinner
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner