summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_filestream.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: drop the obsolete comment on filestream lockingGao Xiang2020-09-251-33/+1
* xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong2020-01-261-6/+5
* xfs: fix another missing includeDarrick J. Wong2019-11-131-0/+1
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-031-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-1/+2
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-111-1/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* xfs: remove filestream item xfs_inode referenceChristoph Hellwig2018-04-091-10/+9
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-3/+6
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-3/+6
* | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-1/+3
|/
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-1/+1
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-1/+2
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-2/+2
* xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-221-1/+1
* xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-221-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen2015-03-251-1/+1
|/
* xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: global error sign conversionDave Chinner2014-06-251-2/+2
* xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-231-21/+8
* xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-231-42/+15
* xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-231-22/+3
* xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-231-495/+165
* xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-231-2/+0
* xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-231-33/+34
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+5
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-2/+3
* xfs: split out inode log item format definitionDave Chinner2013-08-121-1/+1
* xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner2011-10-111-1/+1
* xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner2011-10-111-1/+1
* xfs: fix misspelled S_IS...()Al Viro2011-07-261-6/+6
* xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-1/+1
* xfs: tell lockdep about parent iolock usage in filestreamsChristoph Hellwig2010-11-101-1/+7
* xfs: clean up filestreams helpersChristoph Hellwig2010-07-261-3/+77
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Kill filestreams cache flushDave Chinner2010-01-151-14/+0
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-151-9/+4