summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-9/+0Star
* xfs: zero length symlinks are not validDave Chinner2018-12-121-16/+17
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-1/+0Star
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-30/+8Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-3/+3
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-121-5/+4Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-4/+2Star
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-121-4/+5
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-1/+1
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-121-3/+3
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-121-1/+1
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner2018-05-101-7/+2Star
* xfs: defer frees from common inode allocation pathsBrian Foster2018-05-091-0/+1
* xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-031-1/+1
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-091-14/+1Star
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-2/+3
* xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig2017-07-131-0/+2
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-071-3/+3
* xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2017-06-201-3/+3
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-4/+3Star
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-12/+12
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-8/+8
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-201-16/+5Star
|\
| * xfs: optimize inline symlinksChristoph Hellwig2016-04-051-6/+3Star
| * xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig2016-04-051-10/+2Star
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-9/+7Star
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-10/+2Star
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-3/+4
|\
| * xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-191-3/+4
* | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-291-1/+1
|/
* Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-231-1/+1
|\
| * xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-06-221-1/+1
* | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-2/+2
* | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-9/+4Star
|/
* xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-231-24/+34
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: check resblks before calling xfs_dir_canenterEric Sandeen2014-09-091-3/+5
* xfs: global error sign conversionDave Chinner2014-06-251-15/+15
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-8/+8