aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_symlink.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Gravatar Dave Chinner 1-7/+2
2018-05-09xfs: defer frees from common inode allocation pathsGravatar Brian Foster 1-0/+1
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocGravatar Chandan Rajendra 1-1/+1
2017-12-08xfs: remove "no-allocation" reservations for file creationsGravatar Christoph Hellwig 1-14/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 1-2/+3
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedGravatar Christoph Hellwig 1-0/+2
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENGravatar Darrick J. Wong 1-3/+3
2017-06-20xfs: allow reading of already-locked remote symbolic linkGravatar Darrick J. Wong 1-3/+3
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-4/+3
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-12/+12
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-8/+8
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextGravatar Dave Chinner 1-16/+5
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-9/+7
2016-04-06xfs: optimize inline symlinksGravatar Christoph Hellwig 1-6/+3
2016-04-06xfs: factor out a helper to initialize a local format inode forkGravatar Christoph Hellwig 1-10/+2
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishGravatar Eric Sandeen 1-10/+2
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextGravatar Dave Chinner 1-3/+4
2015-08-19xfs: stop holding ILOCK over filldir callbacksGravatar Dave Chinner 1-3/+4
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagGravatar Dave Chinner 1-1/+1
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextGravatar Dave Chinner 1-1/+1