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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2026-03-10
xfs: remove redundant set null for ip->i_itemp
Long Li
1
-1
/
+0
2026-02-25
xfs: don't report half-built inodes to fserror
Darrick J. Wong
1
-1
/
+8
2026-02-25
xfs: remove metafile inodes from the active inode stat
Christoph Hellwig
1
-1
/
+4
2026-02-25
xfs: cleanup inode counter stats
Christoph Hellwig
1
-3
/
+3
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
1
-1
/
+1
2025-12-04
Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-18
/
+13
2025-11-24
xfs: move some code out of xfs_iget_recycle
Christoph Hellwig
1
-18
/
+13
2025-10-20
xfs: use the new ->i_state accessors
Mateusz Guzik
1
-3
/
+3
2025-09-05
xfs: remove deprecated mount options
Darrick J. Wong
1
-4
/
+2
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
1
-4
/
+1
2025-06-27
xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
Dave Chinner
1
-0
/
+8
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-03-17
xfs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-03
xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
Christoph Hellwig
1
-1
/
+1
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
1
-2
/
+2
2024-11-06
xfs: record health problems with the metadata directory
Darrick J. Wong
1
-0
/
+1
2024-11-06
xfs: read and write metadata inode directory tree
Darrick J. Wong
1
-1
/
+1
2024-11-06
xfs: enforce metadata inode flag
Darrick J. Wong
1
-2
/
+10
2024-11-06
xfs: iget for metadata inodes
Darrick J. Wong
1
-0
/
+65
2024-11-06
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
1
-3
/
+2
2024-11-06
xfs: factor out a generic xfs_group structure
Christoph Hellwig
1
-37
/
+18
2024-10-09
xfs: don't free cowblocks from under dirty pagecache on unshare
Brian Foster
1
-7
/
+1
2024-10-07
xfs: skip background cowblock trims on inodes open for write
Brian Foster
1
-8
/
+23
2024-09-21
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2024-09-03
xfs: enable block size larger than page size support
Pankaj Raghav
1
-2
/
+4
2024-09-03
xfs: use xas_for_each_marked in xfs_reclaim_inodes_count
Christoph Hellwig
1
-28
/
+8
2024-09-03
xfs: convert perag lookup to xarray
Christoph Hellwig
1
-25
/
+25
2024-09-03
xfs: simplify tagged perag iteration
Christoph Hellwig
1
-38
/
+33
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
1
-0
/
+58
2024-09-03
xfs: reclaim speculative preallocations for append only files
Christoph Hellwig
1
-1
/
+1
2024-09-01
xfs: validate inumber in xfs_iget
Darrick J. Wong
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+3
2024-06-26
xfs: fix freeing speculative preallocations for preallocated files
Christoph Hellwig
1
-1
/
+1
2024-06-13
xfs: remove now spurious i_state initialization in xfs_inode_alloc
Mateusz Guzik
1
-2
/
+1
2024-06-12
xfs: preserve i_state around inode_init_always in xfs_reinit_inode
Mateusz Guzik
1
-0
/
+2
2024-05-02
xfs: widen flags argument to the xfs_iflags_* helpers
Darrick J. Wong
1
-3
/
+1
2024-03-25
xfs: don't use current->journal_info
Dave Chinner
1
-3
/
+5
2024-02-22
xfs: report inode corruption errors to the health system
Darrick J. Wong
1
-0
/
+9
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
1
-3
/
+2
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
1
-11
/
+15
2023-09-12
xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
Darrick J. Wong
1
-1
/
+1
2023-09-11
xfs: use per-mount cpumask to track nonempty percpu inodegc lists
Darrick J. Wong
1
-50
/
+28
2023-08-10
xfs: hide xfs_inode_is_allocated in scrub common code
Darrick J. Wong
1
-38
/
+0
2023-06-05
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
1
-9
/
+37
2023-05-02
xfs: fix xfs_inodegc_stop racing with mod_delayed_work
Darrick J. Wong
1
-5
/
+27
2023-05-02
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
1
-0
/
+2
2023-05-02
xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
Darrick J. Wong
1
-2
/
+4
2023-04-12
xfs: fix an inode lookup race in xchk_get_inode
Darrick J. Wong
1
-1
/
+2
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
1
-1
/
+1
2023-02-13
xfs: rework the perag trace points to be perag centric
Dave Chinner
1
-2
/
+2
[next]