summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-011-1/+1
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-021-2/+0
* xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong2024-07-021-26/+19
* xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-021-3/+0
* xfs: wrap inode creation dqalloc callsDarrick J. Wong2024-07-021-15/+5
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-3/+9
* xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2024-07-021-3/+5
* xfs: add parent attributes to symlinkAllison Henderson2024-04-231-5/+25
* xfs: Hold inode locks in xfs_iallocAllison Henderson2024-04-151-2/+4
* xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong2024-04-151-2/+2
* xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong2024-04-151-44/+7
* xfs: move symlink target write function to libxfsDarrick J. Wong2024-02-221-64/+5
* xfs: move remote symlink target read function to libxfsDarrick J. Wong2024-02-221-75/+1
* xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong2024-02-221-0/+1
* xfs: report symlink block corruption errors to the health systemDarrick J. Wong2024-02-221-5/+12
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+1
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-2/+2
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+3
* fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-2/+3
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-1/+1
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-5/+0
* Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-111-10/+19
|\
| * xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2021-12-211-10/+19
* | fs: port higher-level mapping helpersChristian Brauner2021-12-051-2/+2
|/
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: convert mount flags to featuresDave Chinner2021-08-191-2/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-2/+7
* Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-291-14/+14
|\
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-1/+1
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-2/+2
| * xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-9/+9
| * xfs: initialise attr fork on inode createDave Chinner2021-03-251-1/+1
* | fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+2
|/
* xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2021-03-091-1/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-2/+3
* | xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-10/+4
* | xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-031-2/+1
* | xfs: set inode size after creating symlinkJeffrey Mitchell2021-01-221-0/+1
* | xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-221-0/+5
|/
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-2/+2
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia2020-05-041-4/+2
* xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia2020-03-311-1/+0
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-1/+1