summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
14 daysxfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh
2026-03-23xfs: only assert new size for datafork during truncate extentsLong Li
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-09-23xfs: rework datasync tracking and executionDave Chinner
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong
2024-11-05xfs: iget for metadata inodesDarrick J. Wong
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong
2024-11-05xfs: constify the xfs_inode predicatesDarrick J. Wong
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-07-04xfs: skip flushing log items during pushDave Chinner
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong