aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+3
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-10/+4
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong1-2/+1
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-2/+3
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+5
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-2/+2
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia1-4/+2
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia1-1/+0
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-1/+1
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-3/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-11/+8
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong1-4/+4
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong1-10/+0
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-9/+0
2018-12-12xfs: zero length symlinks are not validDave Chinner1-16/+17
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-1/+0
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-30/+8
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+2
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-3/+3
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster1-2/+1
2018-07-11xfs: use ->t_firstblock in dir opsBrian Foster1-5/+4
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-4/+2
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-2/+1
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster1-4/+5
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster1-3/+3
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster1-1/+1
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner1-7/+2
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster1-0/+1
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra1-1/+1
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-14/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-2/+3
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig1-0/+2
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong1-3/+3
2017-06-20xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong1-3/+3
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-4/+3
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-12/+12
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-8/+8
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner1-16/+5