summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-291-14/+14
|\
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-1/+1
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-2/+2
| * xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-9/+9
| * xfs: initialise attr fork on inode createDave Chinner2021-03-251-1/+1
* | fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+2
|/
* xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2021-03-091-1/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-2/+3
* | xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-10/+4
* | xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-031-2/+1
* | xfs: set inode size after creating symlinkJeffrey Mitchell2021-01-221-0/+1
* | xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-221-0/+5
|/
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-2/+2
* 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