summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-3/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-11/+8
* xfs: make xfs_buf_read return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-10/+0
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-9/+0
* xfs: zero length symlinks are not validDave Chinner2018-12-121-16/+17
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-1/+0
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-30/+8
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+2