summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-3/+3
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-111-5/+4
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-4/+2
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+5
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-111-3/+3
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-111-1/+1
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner2018-05-101-7/+2
* xfs: defer frees from common inode allocation pathsBrian Foster2018-05-091-0/+1
* xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-021-1/+1
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-081-14/+1
* 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/+3
* 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/+5
|\
| * xfs: optimize inline symlinksChristoph Hellwig2016-04-061-6/+3
| * xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig2016-04-061-10/+2
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-9/+7
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-10/+2
* 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/+4
|/
* 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/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* 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
* xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-061-0/+1
* xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-141-1/+1
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-131-4/+1
|\