summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
AgeCommit message (Expand)Author
2019-12-05xfs: zero length symlinks are not validDave Chinner
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster
2018-07-11xfs: use ->t_firstblock in dir opsBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-06-20xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-06xfs: optimize inline symlinksChristoph Hellwig
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner
2015-06-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner