aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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