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