summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_filestream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: Convert filestreams code to use per-ag get/put routinesDave Chinner2010-01-151-7/+12
* xfs: event tracing supportChristoph Hellwig2009-12-141-6/+2
* xfs: split xfs_sync_inodesChristoph Hellwig2009-06-081-4/+2
* xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-161-7/+2
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-281-1/+3
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-1/+1
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-1/+1
* [XFS] fix filestreams on 32-bit boxesEric Sandeen2007-09-201-3/+4
* [XFS] On-demand reaping of the MRU cacheDavid Chinner2007-09-171-2/+1
* [XFS] Concurrent Multi-File Data StreamsDavid Chinner2007-07-141-0/+771
OpenPOWER on IntegriCloud