index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-04-01
1
-1
/
+1
|
\
|
*
xfs: aborting inodes on shutdown may need buffer lock
Dave Chinner
2022-03-29
1
-1
/
+1
*
|
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-24
1
-1
/
+9
|
\
|
|
*
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
2022-03-20
1
-1
/
+9
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
/
*
Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-01-22
1
-18
/
+4
|
\
|
*
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
2022-01-19
1
-18
/
+4
*
|
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
2022-01-12
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
xfs: Support large folios
Matthew Wilcox (Oracle)
2021-12-18
1
-0
/
+2
*
|
xfs: Fix comments mentioning xfs_ialloc
Yang Xu
2021-12-21
1
-1
/
+2
|
/
*
xfs: remove xfs_inew_wait
Christoph Hellwig
2021-11-24
1
-21
/
+0
*
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
1
-5
/
+5
*
xfs: fix I_DONTCACHE
Dave Chinner
2021-08-24
1
-1
/
+2
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-4
/
+4
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-4
/
+3
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
2021-08-18
1
-39
/
+8
*
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
2021-08-09
1
-3
/
+99
*
xfs: use background worker pool when transactions can't get free space
Darrick J. Wong
2021-08-09
1
-0
/
+28
*
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
1
-4
/
+16
*
xfs: inactivate inodes any time we try to free speculative preallocations
Darrick J. Wong
2021-08-09
1
-2
/
+10
*
xfs: queue inactivation immediately when free realtime extents are tight
Darrick J. Wong
2021-08-09
1
-0
/
+21
*
xfs: queue inactivation immediately when quota is nearing enforcement
Darrick J. Wong
2021-08-09
1
-0
/
+10
*
xfs: queue inactivation immediately when free space is tight
Darrick J. Wong
2021-08-09
1
-0
/
+6
*
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
1
-33
/
+313
*
xfs: detach dquots from inode if we don't need to inactivate it
Darrick J. Wong
2021-08-06
1
-1
/
+7
*
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
2021-08-06
1
-25
/
+74
*
xfs: remove xfs_dqrele_all_inodes
Christoph Hellwig
2021-08-06
1
-106
/
+1
*
xfs: fix type mismatches in the inode reclaim functions
Darrick J. Wong
2021-06-21
1
-4
/
+4
*
xfs: separate primary inode selection criteria in xfs_iget_cache_hit
Darrick J. Wong
2021-06-21
1
-23
/
+16
*
xfs: refactor the inode recycling code
Darrick J. Wong
2021-06-21
1
-62
/
+81
*
xfs: rename struct xfs_eofblocks to xfs_icwalk
Darrick J. Wong
2021-06-08
1
-82
/
+82
*
xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
Darrick J. Wong
2021-06-08
1
-21
/
+23
*
xfs: selectively keep sick inodes in memory
Darrick J. Wong
2021-06-08
1
-6
/
+39
*
xfs: only reset incore inode health state flags when reclaiming an inode
Darrick J. Wong
2021-06-08
1
-3
/
+2
*
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2021-06-08
1
-368
/
+471
|
\
|
*
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
2021-06-03
1
-82
/
+76
|
*
xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
Darrick J. Wong
2021-06-03
1
-114
/
+48
|
*
xfs: pass struct xfs_eofblocks to the inode scan callback
Darrick J. Wong
2021-06-03
1
-19
/
+15
|
*
xfs: make the icwalk processing functions clean up the grab state
Darrick J. Wong
2021-06-03
1
-9
/
+11
|
*
xfs: clean up inode state flag tests in xfs_blockgc_igrab
Darrick J. Wong
2021-06-03
1
-2
/
+5
|
*
xfs: remove indirect calls from xfs_inode_walk{,_ag}
Darrick J. Wong
2021-06-03
1
-24
/
+36
|
*
xfs: remove iter_flags parameter from xfs_inode_walk_*
Darrick J. Wong
2021-06-03
1
-21
/
+12
|
*
xfs: move xfs_inew_wait call into xfs_dqrele_inode
Darrick J. Wong
2021-06-03
1
-2
/
+4
|
*
xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
Darrick J. Wong
2021-06-03
1
-5
/
+66
|
*
xfs: pass the goal of the incore inode walk to xfs_inode_walk()
Darrick J. Wong
2021-06-03
1
-12
/
+43
|
*
xfs: rename xfs_inode_walk functions to xfs_icwalk
Darrick J. Wong
2021-06-03
1
-11
/
+11
|
*
xfs: move the inode walk functions further down
Darrick J. Wong
2021-06-03
1
-195
/
+206
|
*
xfs: detach inode dquots at the end of inactivation
Darrick J. Wong
2021-06-03
1
-1
/
+1
[next]