aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_filestream.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Gravatar Dave Chinner 1-1/+1
2020-09-25xfs: drop the obsolete comment on filestream lockingGravatar Gao Xiang 1-33/+1
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersGravatar Darrick J. Wong 1-6/+5
2019-11-13xfs: fix another missing includeGravatar Darrick J. Wong 1-0/+1
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2018-08-02xfs: replace dop_low with transaction flagGravatar Brian Foster 1-1/+2
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-2/+2
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldGravatar Brian Foster 1-1/+2
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersGravatar Eric Sandeen 1-1/+1
2018-04-09xfs: remove filestream item xfs_inode referenceGravatar Christoph Hellwig 1-10/+9
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextGravatar Dave Chinner 1-3/+6
2016-09-26xfs: remote attribute blocks aren't really userdataGravatar Dave Chinner 1-3/+6
2016-09-19xfs: set up per-AG free space reservationsGravatar Darrick J. Wong 1-1/+3
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-1/+2
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-2/+2
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosGravatar Dave Chinner 1-1/+1
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresGravatar Dave Chinner 1-1/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-03-25xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Gravatar Eric Sandeen 1-1/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-2/+2
2014-04-23xfs: add filestream allocator tracepointsGravatar Christoph Hellwig 1-21/+8
2014-04-23xfs: remove xfs_filestream_associateGravatar Christoph Hellwig 1-42/+15
2014-04-23xfs: don't create a slab cache for filestream itemsGravatar Christoph Hellwig 1-22/+3
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheGravatar Christoph Hellwig 1-495/+165
2014-04-23xfs: remove XFS_IFILESTREAMGravatar Christoph Hellwig 1-2/+0
2014-04-23xfs: embedd mru_elem into parent structureGravatar Christoph Hellwig 1-33/+34
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-2/+2
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-5/+5
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Gravatar Dave Chinner 1-2/+3
2013-08-12xfs: split out inode log item format definitionGravatar Dave Chinner 1-1/+1
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaGravatar Dave Chinner 1-1/+1
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureGravatar Dave Chinner 1-1/+1
2011-07-26xfs: fix misspelled S_IS...()Gravatar Al Viro 1-6/+6
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Gravatar Al Viro 1-1/+1
2010-11-10xfs: tell lockdep about parent iolock usage in filestreamsGravatar Christoph Hellwig 1-1/+7
2010-07-26xfs: clean up filestreams helpersGravatar Christoph Hellwig 1-3/+77
2010-07-26xfs: remove unneeded #include statementsGravatar Christoph Hellwig 1-3/+0
2010-07-26xfs: drop dmapi hooksGravatar Christoph Hellwig 1-1/+0
2010-01-15xfs: Kill filestreams cache flushGravatar Dave Chinner 1-14/+0
2010-01-15xfs: Replace per-ag array with a radix treeGravatar Dave Chinner 1-9/+4