aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_symlink.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+19
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsGravatar Darrick J. Wong 1-10/+19
2021-12-05fs: port higher-level mapping helpersGravatar Christian Brauner 1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-4/+4
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-2/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Gravatar Dave Chinner 1-2/+7
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-14/+14
2021-04-15xfs: remove XFS_IFEXTENTSGravatar Christoph Hellwig 1-1/+1
2021-04-15xfs: remove XFS_IFINLINEGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-9/+9
2021-03-25xfs: initialise attr fork on inode createGravatar Dave Chinner 1-1/+1
2021-03-23fs: document and rename fsid helpersGravatar Christian Brauner 1-2/+2
2021-03-09xfs: fix quota accounting when a mount is idmappedGravatar Darrick J. Wong 1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomGravatar Darrick J. Wong 1-10/+4
2021-02-03xfs: clean up icreate quota reservation callsGravatar Darrick J. Wong 1-2/+1
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-2/+3
2021-01-22xfs: set inode size after creating symlinkGravatar Jeffrey Mitchell 1-0/+1
2021-01-22xfs: Check for extent overflow when adding dir entriesGravatar Chandan Babu R 1-0/+5
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 1-2/+2
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkGravatar Kaixu Xia 1-4/+2
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()Gravatar Kaixu Xia 1-1/+0
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 1-3/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeGravatar Darrick J. Wong 1-11/+8
2020-01-26xfs: make xfs_buf_read return an error codeGravatar Darrick J. Wong 1-4/+4
2020-01-26xfs: make xfs_buf_read_map return an error codeGravatar Darrick J. Wong 1-10/+0
2019-11-07xfs: fix missing header includesGravatar Darrick J. Wong 1-0/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-9/+0
2018-12-12xfs: zero length symlinks are not validGravatar Dave Chinner 1-16/+17
2018-08-02xfs: automatic dfops inode reloggingGravatar Brian Foster 1-1/+0
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-1/+1
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-30/+8
2018-07-11xfs: remove xfs_defer_init() firstblock paramGravatar Brian Foster 1-2/+2
2018-07-11xfs: remove xfs_bunmapi() firstblock paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersGravatar Brian Foster 1-3/+3
2018-07-11xfs: remove firstblock param from xfs dir opsGravatar Brian Foster 1-2/+1
2018-07-11xfs: use ->t_firstblock in dir opsGravatar Brian Foster 1-5/+4
2018-07-11xfs: refactor dfops init to attach to transactionGravatar Brian Foster 1-4/+2
2018-07-11xfs: remove xfs_bunmapi() dfops paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersGravatar Brian Foster 1-4/+5
2018-07-11xfs: remove xfs_bmapi_write() dfops paramGravatar Brian Foster 1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersGravatar Brian Foster 1-3/+3
2018-07-11xfs: remove dfops param from high level dirname callsGravatar Brian Foster 1-1/+1
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsGravatar Brian Foster 1-1/+1