index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_icache.c
Age
Commit message (
Expand
)
Author
2022-06-23
xfs: introduce xfs_inodegc_push()
Dave Chinner
2022-06-23
xfs: bound maximum wait time for inodegc work
Dave Chinner
2022-04-12
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
2022-04-01
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-29
xfs: aborting inodes on shutdown may need buffer lock
Dave Chinner
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-20
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
2022-01-22
Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-01-19
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
2021-12-21
xfs: Fix comments mentioning xfs_ialloc
Yang Xu
2021-12-18
xfs: Support large folios
Matthew Wilcox (Oracle)
2021-11-24
xfs: remove xfs_inew_wait
Christoph Hellwig
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-08-24
xfs: fix I_DONTCACHE
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-18
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
2021-08-09
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
2021-08-09
xfs: use background worker pool when transactions can't get free space
Darrick J. Wong
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
xfs: inactivate inodes any time we try to free speculative preallocations
Darrick J. Wong
2021-08-09
xfs: queue inactivation immediately when free realtime extents are tight
Darrick J. Wong
2021-08-09
xfs: queue inactivation immediately when quota is nearing enforcement
Darrick J. Wong
2021-08-09
xfs: queue inactivation immediately when free space is tight
Darrick J. Wong
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
xfs: detach dquots from inode if we don't need to inactivate it
Darrick J. Wong
2021-08-06
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
2021-08-06
xfs: remove xfs_dqrele_all_inodes
Christoph Hellwig
2021-06-21
xfs: fix type mismatches in the inode reclaim functions
Darrick J. Wong
2021-06-21
xfs: separate primary inode selection criteria in xfs_iget_cache_hit
Darrick J. Wong
2021-06-21
xfs: refactor the inode recycling code
Darrick J. Wong
2021-06-08
xfs: rename struct xfs_eofblocks to xfs_icwalk
Darrick J. Wong
2021-06-08
xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
Darrick J. Wong
2021-06-08
xfs: selectively keep sick inodes in memory
Darrick J. Wong
2021-06-08
xfs: only reset incore inode health state flags when reclaiming an inode
Darrick J. Wong
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2021-06-03
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
2021-06-03
xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
Darrick J. Wong
2021-06-03
xfs: pass struct xfs_eofblocks to the inode scan callback
Darrick J. Wong
2021-06-03
xfs: make the icwalk processing functions clean up the grab state
Darrick J. Wong
2021-06-03
xfs: clean up inode state flag tests in xfs_blockgc_igrab
Darrick J. Wong
2021-06-03
xfs: remove indirect calls from xfs_inode_walk{,_ag}
Darrick J. Wong
2021-06-03
xfs: remove iter_flags parameter from xfs_inode_walk_*
Darrick J. Wong
2021-06-03
xfs: move xfs_inew_wait call into xfs_dqrele_inode
Darrick J. Wong
2021-06-03
xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
Darrick J. Wong
2021-06-03
xfs: pass the goal of the incore inode walk to xfs_inode_walk()
Darrick J. Wong
[next]