index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_icache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
xfs: Remove unneeded semicolon
Zheng Bin
1
-1
/
+1
2020-09-07
xfs: xfs_iflock is no longer a completion
Dave Chinner
1
-10
/
+7
2020-07-29
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
1
-6
/
+4
2020-07-29
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
1
-2
/
+2
2020-07-07
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
1
-0
/
+1
2020-07-07
xfs: clean up inode reclaim comments
Dave Chinner
1
-93
/
+35
2020-07-07
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
1
-50
/
+29
2020-07-07
xfs: remove SYNC_TRYLOCK from inode reclaim
Dave Chinner
1
-38
/
+25
2020-07-07
xfs: don't block inode reclaim on the ILOCK
Dave Chinner
1
-3
/
+5
2020-07-07
xfs: allow multiple reclaimers per AG
Dave Chinner
1
-19
/
+12
2020-07-07
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
1
-86
/
+31
2020-07-07
xfs: make inode reclaim almost non-blocking
Dave Chinner
1
-1
/
+1
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
1
-1
/
+2
2020-06-03
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+2
2020-05-27
xfs: rearrange xfs_inode_walk_ag parameters
Darrick J. Wong
1
-5
/
+4
2020-05-27
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
1
-9
/
+9
2020-05-27
xfs: move xfs_inode_ag_iterator to be closer to the perag walking code
Darrick J. Wong
1
-40
/
+48
2020-05-27
xfs: use bool for done in xfs_inode_ag_walk
Darrick J. Wong
1
-3
/
+3
2020-05-27
xfs: fix inode ag walk predicate function return values
Darrick J. Wong
1
-17
/
+22
2020-05-27
xfs: refactor eofb matching into a single helper
Darrick J. Wong
1
-28
/
+34
2020-05-27
xfs: remove __xfs_icache_free_eofblocks
Darrick J. Wong
1
-12
/
+2
2020-05-27
xfs: remove flags argument from xfs_inode_ag_walk
Darrick J. Wong
1
-26
/
+17
2020-05-27
xfs: remove xfs_inode_ag_iterator_flags
Darrick J. Wong
1
-30
/
+13
2020-05-27
xfs: remove unused xfs_inode_ag_iterator function
Darrick J. Wong
1
-11
/
+0
2020-05-27
xfs: replace open-coded XFS_ICI_NO_TAG
Darrick J. Wong
1
-3
/
+3
2020-05-19
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
1
-6
/
+9
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+0
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+0
2020-05-19
xfs: improve local fork verification
Christoph Hellwig
1
-6
/
+0
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
1
-1
/
+32
2020-05-13
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
1
-1
/
+1
2020-05-13
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
1
-2
/
+2
2020-05-07
xfs: remove unused iflush stale parameter
Brian Foster
1
-1
/
+1
2020-05-04
fs/xfs: Remove unnecessary initialization of i_rwsem
Ira Weiny
1
-3
/
+1
2020-04-13
xfs: acquire superblock freeze protection on eofblocks scans
Brian Foster
1
-0
/
+10
2020-03-03
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
1
-0
/
+4
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
1
-2
/
+2
2019-11-13
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
1
-2
/
+2
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-04-26
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
1
-2
/
+2
2019-04-16
xfs: implement per-inode writeback completion queues
Darrick J. Wong
1
-0
/
+3
2019-04-15
xfs: track metadata health status
Darrick J. Wong
1
-0
/
+4
2018-07-30
xfs: introduce a new xfs_inode_has_cow_data helper
Christoph Hellwig
1
-6
/
+4
2018-07-30
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
1
-1
/
+1
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
1
-2
/
+2
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-16
xfs: halt auto-reclamation activities while rebuilding rmap
Darrick J. Wong
1
-0
/
+18
2018-05-10
xfs: log item flags are racy
Dave Chinner
1
-1
/
+2
[next]