index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_filestream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: refactor the filestreams allocator pick functions
Dave Chinner
2023-02-13
1
-127
/
+141
*
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-13
1
-36
/
+57
*
xfs: pass perag to filestreams tracing
Dave Chinner
2023-02-13
1
-24
/
+5
*
xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
Dave Chinner
2023-02-13
1
-60
/
+41
*
xfs: track an active perag reference in filestreams
Dave Chinner
2023-02-13
1
-57
/
+43
*
xfs: factor out MRU hit case in xfs_filestream_select_ag
Dave Chinner
2023-02-13
1
-50
/
+83
*
xfs: remove xfs_filestream_select_ag() longest extent check
Dave Chinner
2023-02-13
1
-17
/
+1
*
xfs: merge new filestream AG selection into xfs_filestream_select_ag()
Dave Chinner
2023-02-13
1
-72
/
+40
*
xfs: merge filestream AG lookup into xfs_filestream_select_ag()
Dave Chinner
2023-02-13
1
-114
/
+70
*
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-13
1
-2
/
+98
*
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-13
1
-14
/
+8
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
1
-2
/
+3
*
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-1
/
+1
*
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
1
-2
/
+2
*
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
2022-04-26
1
-3
/
+4
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: drop the obsolete comment on filestream locking
Gao Xiang
2020-09-25
1
-33
/
+1
*
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
Darrick J. Wong
2020-01-26
1
-6
/
+5
*
xfs: fix another missing include
Darrick J. Wong
2019-11-13
1
-0
/
+1
*
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
2019-11-03
1
-1
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-4
/
+0
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
1
-1
/
+2
*
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
1
-2
/
+2
*
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
2018-07-11
1
-1
/
+2
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-1
/
+1
*
xfs: remove filestream item xfs_inode reference
Christoph Hellwig
2018-04-09
1
-10
/
+9
*
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
2016-10-03
1
-3
/
+6
|
\
|
*
xfs: remote attribute blocks aren't really userdata
Dave Chinner
2016-09-26
1
-3
/
+6
*
|
xfs: set up per-AG free space reservations
Darrick J. Wong
2016-09-19
1
-1
/
+3
|
/
*
xfs: rename flist/free_list to dfops
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
2016-08-03
1
-1
/
+2
*
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-2
/
+2
*
xfs: clean up XFS_MIN_FREELIST macros
Dave Chinner
2015-06-22
1
-1
/
+1
*
xfs: xfs_alloc_fix_freelist() can use incore perag structures
Dave Chinner
2015-06-22
1
-1
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-1
/
+1
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
|
xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()
Eric Sandeen
2015-03-25
1
-1
/
+1
|
/
*
xfs: merge xfs_inum.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_dinode.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-2
/
+2
*
xfs: add filestream allocator tracepoints
Christoph Hellwig
2014-04-23
1
-21
/
+8
*
xfs: remove xfs_filestream_associate
Christoph Hellwig
2014-04-23
1
-42
/
+15
*
xfs: don't create a slab cache for filestream items
Christoph Hellwig
2014-04-23
1
-22
/
+3
*
xfs: rewrite the filestream allocator using the dentry cache
Christoph Hellwig
2014-04-23
1
-495
/
+165
*
xfs: remove XFS_IFILESTREAM
Christoph Hellwig
2014-04-23
1
-2
/
+0
*
xfs: embedd mru_elem into parent structure
Christoph Hellwig
2014-04-23
1
-33
/
+34
[next]