summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
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
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
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