aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong1-1/+1
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-2/+0
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong1-26/+19
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-3/+0
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-15/+5
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-3/+9
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong1-3/+5
2024-04-23xfs: add parent attributes to symlinkAllison Henderson1-5/+25
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson1-2/+4
2024-04-15xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong1-2/+2
2024-04-15xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong1-44/+7
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong1-64/+5
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong1-75/+1
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong1-0/+1
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong1-5/+12
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+1
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-1/+1
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-2/+2
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+3
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-2/+3
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-1/+1
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-5/+0
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+19
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong1-10/+19
2021-12-05fs: port higher-level mapping helpersChristian Brauner1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-2/+7
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-14/+14
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-1/+1
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-2/+2
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-9/+9
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-1/+1
2021-03-23fs: document and rename fsid helpersChristian Brauner1-2/+2
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/kerne...Linus 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
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-9/+7
2016-04-06xfs: optimize inline symlinksChristoph Hellwig1-6/+3
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig1-10/+2
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-10/+2
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner1-3/+4
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner1-3/+4
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner1-1/+1
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner1-1/+1
2015-06-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-2/+2
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-9/+4
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner1-24/+34
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen1-3/+5
2014-06-25xfs: global error sign conversionDave Chinner1-15/+15
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-8/+8
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner1-0/+1
2014-04-14xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen1-1/+1
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner1-4/+1
2014-03-07xfs: don't leak EFSBADCRC to userspaceDave Chinner1-0/+4
2014-01-06xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu1-4/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+5
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-2/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-08xfs: push down inactive transaction mgmt for remote symlinksBrian Foster1-46/+40
2013-09-10xfs: set remote symlink buffer type for recoveryDave Chinner1-0/+2
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen1-2/+5
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-6/+4
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: split out the remote symlink handlingDave Chinner1-172/+0
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-3/+7
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman1-1/+2
2013-06-19xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely1-2/+46
2013-05-30xfs: fix incorrect remote symlink block countDave Chinner1-14/+6
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner1-39/+240
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner1-0/+529