summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: fix corruptions in the directory treeDarrick J. Wong1-1/+1
2024-04-23xfs: Add parent pointers to xfs_cross_renameAllison Henderson1-8/+25
2024-04-23xfs: Add parent pointers to renameAllison Henderson1-7/+73
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson1-6/+21
2024-04-23xfs: add parent attributes to linkAllison Henderson1-6/+37
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-6/+26
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson1-2/+3
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig1-1/+2
2024-04-16xfs: Hold inode locks in xfs_renameAllison Henderson1-12/+33
2024-04-16xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson1-2/+12
2024-04-16xfs: Hold inode locks in xfs_iallocAllison Henderson1-3/+9
2024-04-16xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson1-9/+18
2024-04-16xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-11/+22
2024-04-16xfs: check AGI unlinked inode bucketsDarrick J. Wong1-1/+1
2024-04-16xfs: move orphan files to the orphanageDarrick J. Wong1-3/+3
2024-04-16xfs: inactivate directory data blocksDarrick J. Wong1-0/+51
2024-04-16xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong1-4/+1
2024-04-16xfs: create temporary files and directories for online repairDarrick J. Wong1-2/+1
2024-04-16xfs: create a new helper to return a file's allocation unitDarrick J. Wong1-0/+13
2024-04-16xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong1-0/+62
2024-04-16xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-4/+4
2024-04-01xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-0/+35
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong1-0/+2
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong1-2/+12
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+117
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong1-0/+16
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)1-9/+13
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-47/+21
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-3/+3
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong1-20/+4
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+35
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+24
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang1-0/+17
2023-10-23xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-09-25xfs: fix reloading entire unlinked bucket listsDarrick J. Wong1-13/+35
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong1-3/+9
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong1-0/+100
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong1-1/+2
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong1-5/+75
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2023-07-24xfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-14/+6
2023-03-01Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner1-1/+1
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-8/+5
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-10/+13