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_icache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: move the xfs_can_free_eofblocks call under the IOLOCK
Darrick J. Wong
2021-04-07
1
-8
/
+7
*
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_flushiter field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: don't clear the "dinode core" in xfs_inode_alloc
Christoph Hellwig
2021-04-07
1
-1
/
+2
*
xfs: consistently initialize di_flags2
Christoph Hellwig
2021-04-07
1
-0
/
+1
*
xfs: split xfs_imap_to_bp
Christoph Hellwig
2021-04-07
1
-3
/
+3
*
xfs: rename the blockgc workqueue
Darrick J. Wong
2021-03-25
1
-1
/
+1
*
xfs: don't bounce the iolock between free_{eof,cow}blocks
Darrick J. Wong
2021-02-03
1
-22
/
+21
*
xfs: parallelize block preallocation garbage collection
Darrick J. Wong
2021-02-03
1
-12
/
+30
*
xfs: rename block gc start and stop functions
Darrick J. Wong
2021-02-03
1
-2
/
+2
*
xfs: only walk the incore inode tree once per blockgc scan
Darrick J. Wong
2021-02-03
1
-11
/
+11
*
xfs: consolidate the eofblocks and cowblocks workers
Darrick J. Wong
2021-02-03
1
-65
/
+31
*
xfs: consolidate incore inode radix tree posteof/cowblocks tags
Darrick J. Wong
2021-02-03
1
-60
/
+54
*
xfs: remove trivial eof/cowblocks functions
Darrick J. Wong
2021-02-03
1
-22
/
+8
*
xfs: hide xfs_icache_free_cowblocks
Darrick J. Wong
2021-02-03
1
-1
/
+1
*
xfs: hide xfs_icache_free_eofblocks
Darrick J. Wong
2021-02-03
1
-1
/
+1
*
xfs: relocate the eofb/cowb workqueue functions
Darrick J. Wong
2021-02-03
1
-63
/
+63
*
xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
Darrick J. Wong
2021-02-03
1
-6
/
+33
*
xfs: flush eof/cowblocks if we can't reserve quota for inode creation
Darrick J. Wong
2021-02-03
1
-30
/
+38
*
xfs: pass flags and return gc errors from xfs_blockgc_free_quota
Darrick J. Wong
2021-02-03
1
-9
/
+17
*
xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
Darrick J. Wong
2021-02-03
1
-55
/
+55
*
xfs: xfs_inode_free_quota_blocks should scan project quota
Darrick J. Wong
2021-02-03
1
-0
/
+9
*
xfs: don't stall cowblocks scan if we can't take locks
Darrick J. Wong
2021-02-03
1
-3
/
+18
*
xfs: trigger all block gc scans when low on quota space
Darrick J. Wong
2021-02-03
1
-30
/
+16
*
xfs: Remove unneeded semicolon
Zheng Bin
2020-09-15
1
-1
/
+1
*
xfs: xfs_iflock is no longer a completion
Dave Chinner
2020-09-06
1
-10
/
+7
*
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
2020-07-28
1
-6
/
+4
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
2020-07-07
1
-0
/
+1
*
xfs: clean up inode reclaim comments
Dave Chinner
2020-07-07
1
-93
/
+35
*
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
2020-07-07
1
-50
/
+29
*
xfs: remove SYNC_TRYLOCK from inode reclaim
Dave Chinner
2020-07-07
1
-38
/
+25
*
xfs: don't block inode reclaim on the ILOCK
Dave Chinner
2020-07-07
1
-3
/
+5
*
xfs: allow multiple reclaimers per AG
Dave Chinner
2020-07-07
1
-19
/
+12
*
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
2020-07-07
1
-86
/
+31
*
xfs: make inode reclaim almost non-blocking
Dave Chinner
2020-07-07
1
-1
/
+1
*
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
2020-07-06
1
-1
/
+2
*
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
1
-2
/
+2
|
\
|
*
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
2020-05-13
1
-1
/
+1
|
*
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
2020-05-13
1
-2
/
+2
*
|
xfs: rearrange xfs_inode_walk_ag parameters
Darrick J. Wong
2020-05-27
1
-5
/
+4
*
|
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
2020-05-27
1
-9
/
+9
*
|
xfs: move xfs_inode_ag_iterator to be closer to the perag walking code
Darrick J. Wong
2020-05-27
1
-40
/
+48
*
|
xfs: use bool for done in xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
1
-3
/
+3
*
|
xfs: fix inode ag walk predicate function return values
Darrick J. Wong
2020-05-27
1
-17
/
+22
*
|
xfs: refactor eofb matching into a single helper
Darrick J. Wong
2020-05-27
1
-28
/
+34
*
|
xfs: remove __xfs_icache_free_eofblocks
Darrick J. Wong
2020-05-27
1
-12
/
+2
[next]