aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_extfree_item.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsGravatar Darrick J. Wong 1-6/+6
2016-08-03xfs: add owner field to extent allocation and freeingGravatar Darrick J. Wong 1-1/+5
2016-08-03xfs: refactor redo intent item processingGravatar Darrick J. Wong 1-0/+65
2016-07-22xfs: allocate log vector buffers outside CIL context lockGravatar Dave Chinner 1-0/+2
2015-08-19xfs: add helper to conditionally remove items from the AILGravatar Brian Foster 1-13/+1
2015-08-19xfs: use EFI refcount consistently in log recoveryGravatar Brian Foster 1-37/+20
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsGravatar Brian Foster 1-29/+40
2015-08-19xfs: disentagle EFI release from the extent countGravatar Brian Foster 1-12/+9
2015-06-22xfs: remove __psint_t and __psunsigned_tGravatar Christoph Hellwig 1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+1
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-1/+1
2013-12-13xfs: format log items write directly into the linear CIL bufferGravatar Christoph Hellwig 1-4/+6
2013-12-13xfs: introduce xlog_copy_iovecGravatar Christoph Hellwig 1-10/+9
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-4/+4
2013-08-13xfs: return log item size in IOP_SIZEGravatar Dave Chinner 1-18/+32
2013-05-24xfs: Don't reference the EFI after it is freedGravatar Dave Chinner 1-2/+3
2013-04-05xfs: don't free EFIs before the EFDs are committedGravatar Dave Chinner 1-14/+13
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkGravatar Dave Chinner 1-1/+2
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-41/+14
2011-11-08xfs: constify xfs_item_opsGravatar Christoph Hellwig 1-2/+2
2011-01-28xfs: fix efi item leak on forced shutdownGravatar Dave Chinner 1-1/+2
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockGravatar Dave Chinner 1-37/+44
2010-12-20xfs: fix EFI transaction cancellation.Gravatar Dave Chinner 1-11/+9
2010-07-26xfs: fix the xfs_log_iovec i_addr typeGravatar Christoph Hellwig 1-7/+5
2010-07-26xfs: give xfs_item_ops methods the correct prototypesGravatar Christoph Hellwig 1-116/+110
2010-07-26xfs: merge iop_unpin_remove into iop_unpinGravatar Christoph Hellwig 1-43/+6
2010-07-26xfs: simplify log item descriptor trackingGravatar Christoph Hellwig 1-4/+4
2010-07-26xfs: drop dmapi hooksGravatar Christoph Hellwig 1-1/+0
2010-05-19xfs: remove stale parameter from ->iop_unpin methodGravatar Dave Chinner 1-4/+4
2010-05-19xfs: factor log item initialisationGravatar Dave Chinner 1-8/+2
2010-01-21xfs: kill XLOG_VEC_SET_TYPEGravatar Christoph Hellwig 1-2/+2
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIGravatar David Chinner 1-25/+10
2008-10-30[XFS] Add ail pointer into log itemsGravatar David Chinner 1-10/+18
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailGravatar David Chinner 1-6/+6
2008-07-28[XFS] Remove unused arg from kmem_free()Gravatar Denys Vlasenko 1-4/+2
2008-02-07[XFS] Unwrap AIL_LOCKGravatar Donald Douwsma 1-12/+9
2007-10-15[XFS] Radix tree based inode cachingGravatar David Chinner 1-0/+1
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.Gravatar David Chinner 1-2/+2
2006-09-28[XFS] Remove unused iop_abort log item operationGravatar Eric Sandeen 1-67/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justGravatar Nathan Scott 1-1/+0
2006-06-09[XFS] inode items and EFI/EFDs have different ondisk format for 32bit andGravatar Tim Shimmin 1-0/+56
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Gravatar Nathan Scott 1-9/+2
2005-09-02[XFS] 929956 add log debugging and tracing infoGravatar Tim Shimmin 1-0/+2
2005-06-21[XFS] consolidate extent item freeingGravatar Christoph Hellwig 1-92/+30
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkGravatar Christoph Hellwig 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+668