index
:
pub/scm/linux/kernel/git/ti/linux.git
master
TI groups fork of linux.git for Texas Instruments SoCs
TI Group
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-08-21
xfs: use inode_init_always_gfp with __GFP_NOFAIL in xfs_inode_alloc
Christoph Hellwig
1
-10
/
+6
2026-06-09
xfs: store an agbno in struct xfs_imap
Christoph Hellwig
1
-1
/
+1
2026-06-09
xfs: massage xfs_imap_to_bp into xfs_read_icluster
Christoph Hellwig
1
-1
/
+1
2026-06-09
xfs: remove the i_ino field in struct xfs_inode
Christoph Hellwig
1
-12
/
+13
2026-06-09
xfs: remove xfs_setup_existing_inode
Christoph Hellwig
1
-2
/
+5
2026-06-09
xfs: add a XFS_INODE_TO_AGINO helper
Christoph Hellwig
1
-5
/
+5
2026-06-09
xfs: add a XFS_INODE_TO_AGNO helper
Christoph Hellwig
1
-8
/
+6
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-03
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-05
xfs: record health problems with the metadata directory
Darrick J. Wong
1
-0
/
+1
2024-11-05
xfs: read and write metadata inode directory tree
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: enforce metadata inode flag
Darrick J. Wong
1
-2
/
+10
2024-11-05
xfs: iget for metadata inodes
Darrick J. Wong
1
-0
/
+65
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
1
-3
/
+2
2024-11-05
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-20
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
[next]