summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_symlink.c
Commit message (Expand)AuthorAge
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-01
* xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig2017-07-13
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-07
* xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2017-06-20
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-30
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-03
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-03
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-03
* Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-20
|\
| * xfs: optimize inline symlinksChristoph Hellwig2016-04-06
| * xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig2016-04-06
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-06
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-11
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-20
|\
| * xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-19
* | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-29
|/
* Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-23
|\
| * xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-06-22
* | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-04
* | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-04
|/
* xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-23
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-28
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: check resblks before calling xfs_dir_canenterEric Sandeen2014-09-09
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-06
* xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-14
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-13
|\
| * xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-06
* | xfs: don't leak EFSBADCRC to userspaceDave Chinner2014-03-07
|/
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-23
* xfs: create a shared header file for format-related informationDave Chinner2013-10-23
* xfs: push down inactive transaction mgmt for remote symlinksBrian Foster2013-10-08
* xfs: set remote symlink buffer type for recoveryDave Chinner2013-09-10
* xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen2013-08-15
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-12
* xfs: consolidate xfs_utils.cDave Chinner2013-08-12
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-12
* xfs: split out the remote symlink handlingDave Chinner2013-08-12
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-12
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-12
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-11
* xfs: Code cleanup and removal of some typedef usageChandra Seetharaman2013-06-28
* xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely2013-06-19
* xfs: fix incorrect remote symlink block countDave Chinner2013-05-30
* xfs: add CRC checks to remote symlinksDave Chinner2013-04-27