summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia2020-05-041-4/+2
* xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia2020-03-311-1/+0
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-1/+1
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-3/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-11/+8
* xfs: make xfs_buf_read return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-10/+0
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-9/+0
* xfs: zero length symlinks are not validDave Chinner2018-12-121-16/+17
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-1/+0
* 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
|\