aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
AgeCommit message (Expand)Author
2024-04-23xfs: add parent attributes to symlinkAllison Henderson
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson
2024-04-15xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong
2024-04-15xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2021-12-05fs: port higher-level mapping helpersChristian Brauner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-23fs: document and rename fsid helpersChristian Brauner
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-12xfs: zero length symlinks are not validDave Chinner