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