summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong1-53/+0
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong1-279/+1
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-32/+42
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong1-44/+36
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong1-208/+1
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong1-40/+33
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong1-7/+6
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-33/+58
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong1-49/+0
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong1-44/+0
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong1-0/+8
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong1-6/+10
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong1-1/+9
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig1-10/+4
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-04-23xfs: 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-15xfs: Hold inode locks in xfs_renameAllison Henderson1-12/+33
2024-04-15xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson1-2/+12
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson1-3/+9
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson1-9/+18
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-11/+22
2024-04-15xfs: check AGI unlinked inode bucketsDarrick J. Wong1-1/+1
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong1-3/+3
2024-04-15xfs: inactivate directory data blocksDarrick J. Wong1-0/+51
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong1-4/+1
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong1-2/+1
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong1-0/+13
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong1-0/+62
2024-04-15xfs: 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