summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig1-2/+2
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig1-2/+1
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-21/+33
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov1-2/+15
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-13/+13
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig1-1/+1
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig1-5/+4
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh1-6/+0
2026-03-23xfs: only assert new size for datafork during truncate extentsLong Li1-1/+2
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik1-3/+3
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-53/+64
2025-09-23xfs: rework datasync tracking and executionDave Chinner1-8/+17
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-15/+13
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn1-30/+34
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-5/+2
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+8
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-3/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-19/+7
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-3/+1
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-2/+1
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-1/+2
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong1-1/+18
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong1-2/+1
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong1-0/+1
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong1-0/+11
2024-11-05xfs: iget for metadata inodesDarrick J. Wong1-0/+1
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong1-2/+2
2024-11-05xfs: constify the xfs_inode predicatesDarrick J. Wong1-1/+1
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-3/+3
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig1-3/+2
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo1-1/+1
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig1-79/+0
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig1-3/+0
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong1-2/+2
2024-07-04xfs: skip flushing log items during pushDave Chinner1-0/+1
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong1-63/+14
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-117/+0
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong1-215/+43
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong1-98/+14
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong1-65/+9
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong1-34/+1
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong1-42/+10
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong1-39/+18
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-3/+0