aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_filestream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-1/+2
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-2/+2
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster1-1/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+1
2018-04-09xfs: remove filestream item xfs_inode referenceChristoph Hellwig1-10/+9
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-3/+6
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-3/+6
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-1/+3
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-1/+1
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-1/+2
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-2/+2
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner1-1/+1
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner1-1/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-03-25xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen1-1/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-2/+2
2014-04-23xfs: add filestream allocator tracepointsChristoph Hellwig1-21/+8
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig1-42/+15
2014-04-23xfs: don't create a slab cache for filestream itemsChristoph Hellwig1-22/+3
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig1-495/+165
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig1-2/+0
2014-04-23xfs: embedd mru_elem into parent structureChristoph Hellwig1-33/+34
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-5/+5
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-2/+3
2013-08-12xfs: split out inode log item format definitionDave Chinner1-1/+1
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner1-1/+1
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner1-1/+1
2011-07-26xfs: fix misspelled S_IS...()Al Viro1-6/+6
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2010-11-10xfs: tell lockdep about parent iolock usage in filestreamsChristoph Hellwig1-1/+7
2010-07-26xfs: clean up filestreams helpersChristoph Hellwig1-3/+77
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-01-15xfs: Kill filestreams cache flushDave Chinner1-14/+0
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-9/+4
2010-01-15xfs: Convert filestreams code to use per-ag get/put routinesDave Chinner1-7/+12
2009-12-14xfs: event tracing supportChristoph Hellwig1-6/+2
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig1-4/+2
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner1-7/+2
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-1/+1
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-1/+3
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-1/+1