summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor f_op->release handlingChristoph Hellwig2024-09-031-79/+0
* xfs: remove the i_mode check in xfs_releaseChristoph Hellwig2024-09-031-3/+0
* xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-011-2/+2
* xfs: skip flushing log items during pushDave Chinner2024-07-041-0/+1
* xfs: get rid of trivial rename helpersDarrick J. Wong2024-07-021-63/+14
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-021-117/+0
* xfs: create libxfs helper to rename two directory entriesDarrick J. Wong2024-07-021-215/+43
* xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong2024-07-021-98/+14
* xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong2024-07-021-65/+9
* xfs: hoist inode free function to libxfsDarrick J. Wong2024-07-021-34/+1
* xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong2024-07-021-42/+10
* xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong2024-07-021-39/+18
* xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-021-3/+0
* xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong2024-07-021-53/+0
* xfs: hoist xfs_iunlink to libxfsDarrick J. Wong2024-07-021-279/+1
* xfs: wrap inode creation dqalloc callsDarrick J. Wong2024-07-021-32/+42
* xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong2024-07-021-44/+36
* xfs: hoist new inode initialization functions to libxfsDarrick J. Wong2024-07-021-208/+1
* xfs: split new inode creation into two piecesDarrick J. Wong2024-07-021-40/+33
* xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong2024-07-021-7/+6
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-33/+58
* xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong2024-07-021-49/+0
* xfs: hoist extent size helpers to libxfsDarrick J. Wong2024-07-021-44/+0
* xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong2024-07-021-0/+8
* xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2024-07-021-6/+10
* xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong2024-06-261-1/+9
* xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-261-10/+4
* xfs: fix unlink vs cluster buffer instantiation raceDave Chinner2024-06-171-4/+19
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-241-1/+1
* xfs: Add parent pointers to xfs_cross_renameAllison Henderson2024-04-231-8/+25
* xfs: Add parent pointers to renameAllison Henderson2024-04-231-7/+73
* xfs: remove parent pointers in unlinkAllison Henderson2024-04-231-6/+21
* xfs: add parent attributes to linkAllison Henderson2024-04-231-6/+37
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-6/+26
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-231-2/+3
* xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig2024-04-221-1/+2
* xfs: Hold inode locks in xfs_renameAllison Henderson2024-04-151-12/+33
* xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson2024-04-151-2/+12
* xfs: Hold inode locks in xfs_iallocAllison Henderson2024-04-151-3/+9
* xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-151-9/+18
* xfs: pin inodes that would otherwise overflow link countDarrick J. Wong2024-04-151-11/+22
* xfs: check AGI unlinked inode bucketsDarrick J. Wong2024-04-151-1/+1
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-3/+3
* xfs: inactivate directory data blocksDarrick J. Wong2024-04-151-0/+51
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-151-4/+1
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-2/+1
* xfs: create a new helper to return a file's allocation unitDarrick J. Wong2024-04-151-0/+13
* xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong2024-04-151-0/+62
* xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong2024-04-151-4/+4
* xfs: allow cross-linking special files without project quotaAndrey Albershteyn2024-04-011-2/+13