aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_extfree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11xfs: remove duplicated xfs_defer.hYueHaibing1-1/+0
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-12/+13
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong1-2/+0
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-10/+3
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-2/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: factor out nodiscard helpersBrian Foster1-7/+2
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-4/+9
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-3/+3
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-0/+70
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-1/+2
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong1-0/+7
2016-08-03xfs: collapse single use static functionsDarrick J. Wong1-58/+30
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-3/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-18/+18
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong1-0/+110
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong1-15/+15
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster1-9/+23
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
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+3
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner1-2/+6
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-16/+6
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-1/+0
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-3/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+156