summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_filestream.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor the filestreams allocator pick functionsDave Chinner2023-02-131-127/+141
* xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-131-36/+57
* xfs: pass perag to filestreams tracingDave Chinner2023-02-131-24/+5
* xfs: use for_each_perag_wrap in xfs_filestream_pick_agDave Chinner2023-02-131-60/+41
* xfs: track an active perag reference in filestreamsDave Chinner2023-02-131-57/+43
* xfs: factor out MRU hit case in xfs_filestream_select_agDave Chinner2023-02-131-50/+83
* xfs: remove xfs_filestream_select_ag() longest extent checkDave Chinner2023-02-131-17/+1
* xfs: merge new filestream AG selection into xfs_filestream_select_ag()Dave Chinner2023-02-131-72/+40
* xfs: merge filestream AG lookup into xfs_filestream_select_ag()Dave Chinner2023-02-131-114/+70
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-131-2/+98
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-131-14/+8
* xfs: perags need atomic operational stateDave Chinner2023-02-131-2/+3
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-2/+2
* xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster2022-04-261-3/+4
* 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