| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-01 | xfs: pass the icreate args object to xfs_dialloc | Darrick J. Wong | 1 | -1/+1 |
| 2024-07-02 | xfs: move dirent update hooks to xfs_dir2.c | Darrick J. Wong | 1 | -2/+0 |
| 2024-07-02 | xfs: create libxfs helper to link a new inode into a directory | Darrick J. Wong | 1 | -26/+19 |
| 2024-07-02 | xfs: separate the icreate logic around INIT_XATTRS | Darrick J. Wong | 1 | -3/+0 |
| 2024-07-02 | xfs: wrap inode creation dqalloc calls | Darrick J. Wong | 1 | -15/+5 |
| 2024-07-02 | xfs: pack icreate initialization parameters into a separate structure | Darrick J. Wong | 1 | -3/+9 |
| 2024-07-02 | xfs: use consistent uid/gid when grabbing dquots for inodes | Darrick J. Wong | 1 | -3/+5 |
| 2024-04-23 | xfs: add parent attributes to symlink | Allison Henderson | 1 | -5/+25 |
| 2024-04-15 | xfs: Hold inode locks in xfs_ialloc | Allison Henderson | 1 | -2/+4 |
| 2024-04-15 | xfs: pass the owner to xfs_symlink_write_target | Darrick J. Wong | 1 | -2/+2 |
| 2024-04-15 | xfs: condense symbolic links after a mapping exchange operation | Darrick J. Wong | 1 | -44/+7 |
| 2024-02-22 | xfs: move symlink target write function to libxfs | Darrick J. Wong | 1 | -64/+5 |
| 2024-02-22 | xfs: move remote symlink target read function to libxfs | Darrick J. Wong | 1 | -75/+1 |
| 2024-02-22 | xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h | Darrick J. Wong | 1 | -0/+1 |
| 2024-02-22 | xfs: report symlink block corruption errors to the health system | Darrick J. Wong | 1 | -5/+12 |
| 2024-02-22 | xfs: track directory entry updates during live nlinks fsck | Darrick J. Wong | 1 | -0/+1 |
| 2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-29 | xfs: make if_data a void pointer | Christoph Hellwig | 1 | -2/+2 |
| 2023-12-15 | xfs: set inode sick state flags when we zap either ondisk fork | Darrick J. Wong | 1 | -0/+3 |
| 2023-01-19 | fs: port fs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -3/+2 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -2/+3 |
| 2022-07-12 | xfs: replace inode fork size macros with functions | Darrick J. Wong | 1 | -1/+1 |
| 2022-04-13 | xfs: Directory's data fork extent counter can never overflow | Chandan Babu R | 1 | -5/+0 |
| 2022-01-11 | Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -10/+19 |
| 2021-12-21 | xfs: don't expose internal symlink metadata buffers to the vfs | Darrick J. Wong | 1 | -10/+19 |
| 2021-12-05 | fs: port higher-level mapping helpers | Christian Brauner | 1 | -2/+2 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -4/+4 |
| 2021-08-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -2/+1 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -1/+1 |
| 2021-06-02 | xfs: get rid of xfs_dir_ialloc() | Dave Chinner | 1 | -2/+7 |
| 2021-04-29 | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -14/+14 |
| 2021-04-15 | xfs: remove XFS_IFEXTENTS | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-15 | xfs: remove XFS_IFINLINE | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 1 | -9/+9 |
| 2021-03-25 | xfs: initialise attr fork on inode create | Dave Chinner | 1 | -1/+1 |
| 2021-03-23 | fs: document and rename fsid helpers | Christian Brauner | 1 | -2/+2 |
| 2021-03-09 | xfs: fix quota accounting when a mount is idmapped | Darrick J. Wong | 1 | -1/+2 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |
| 2021-02-03 | xfs: refactor inode creation transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -10/+4 |
| 2021-02-03 | xfs: clean up icreate quota reservation calls | Darrick J. Wong | 1 | -2/+1 |
| 2021-01-24 | xfs: support idmapped mounts | Christoph Hellwig | 1 | -2/+3 |
| 2021-01-22 | xfs: set inode size after creating symlink | Jeffrey Mitchell | 1 | -0/+1 |
| 2021-01-22 | xfs: Check for extent overflow when adding dir entries | Chandan Babu R | 1 | -0/+5 |
| 2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -2/+2 |
| 2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+1 |
| 2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+1 |
| 2020-05-04 | xfs: remove unnecessary check of the variable resblks in xfs_symlink | Kaixu Xia | 1 | -4/+2 |
| 2020-03-31 | xfs: remove redundant variable assignment in xfs_symlink() | Kaixu Xia | 1 | -1/+0 |
| 2020-03-19 | xfs: only check the superblock version for dinode size calculation | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-02 | xfs: remove the icdinode di_uid/di_gid members | Christoph Hellwig | 1 | -3/+1 |
| 2020-01-26 | xfs: make xfs_trans_get_buf return an error code | Darrick J. Wong | 1 | -11/+8 |
| 2020-01-26 | xfs: make xfs_buf_read return an error code | Darrick J. Wong | 1 | -4/+4 |
| 2020-01-26 | xfs: make xfs_buf_read_map return an error code | Darrick J. Wong | 1 | -10/+0 |
| 2019-11-07 | xfs: fix missing header includes | Darrick J. Wong | 1 | -0/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -9/+0 |
| 2018-12-12 | xfs: zero length symlinks are not valid | Dave Chinner | 1 | -16/+17 |
| 2018-08-02 | xfs: automatic dfops inode relogging | Brian Foster | 1 | -1/+0 |
| 2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong | 1 | -1/+1 |
| 2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster | 1 | -30/+8 |
| 2018-07-11 | xfs: remove xfs_defer_init() firstblock param | Brian Foster | 1 | -2/+2 |
| 2018-07-11 | xfs: remove xfs_bunmapi() firstblock param | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() firstblock param | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: use ->t_firstblock for all xfs_bunmapi() callers | Brian Foster | 1 | -3/+3 |
| 2018-07-11 | xfs: remove firstblock param from xfs dir ops | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: use ->t_firstblock in dir ops | Brian Foster | 1 | -5/+4 |
| 2018-07-11 | xfs: refactor dfops init to attach to transaction | Brian Foster | 1 | -4/+2 |
| 2018-07-11 | xfs: remove xfs_bunmapi() dfops param | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: use ->t_dfops for all xfs_bunmapi() callers | Brian Foster | 1 | -4/+5 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() dfops param | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: use ->t_dfops for all xfs_bmapi_write() callers | Brian Foster | 1 | -3/+3 |
| 2018-07-11 | xfs: remove dfops param from high level dirname calls | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops | Brian Foster | 1 | -1/+1 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-05-10 | xfs: fix double ijoin in xfs_inactive_symlink_rmt() | Dave Chinner | 1 | -7/+2 |
| 2018-05-09 | xfs: defer frees from common inode allocation paths | Brian Foster | 1 | -0/+1 |
| 2018-04-02 | xfs: Remove "committed" argument of xfs_dir_ialloc | Chandan Rajendra | 1 | -1/+1 |
| 2017-12-08 | xfs: remove "no-allocation" reservations for file creations | Christoph Hellwig | 1 | -14/+1 |
| 2017-09-01 | xfs: remove the ip argument to xfs_defer_finish | Christoph Hellwig | 1 | -2/+3 |
| 2017-07-13 | xfs: assert locking precondition in xfs_readlink_bmap_ilocked | Christoph Hellwig | 1 | -0/+2 |
| 2017-07-07 | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN | Darrick J. Wong | 1 | -3/+3 |
| 2017-06-20 | xfs: allow reading of already-locked remote symbolic link | Darrick J. Wong | 1 | -3/+3 |
| 2016-11-30 | xfs: remove i_iolock and use i_rwsem in the VFS inode instead | Christoph Hellwig | 1 | -4/+3 |
| 2016-08-03 | xfs: rename flist/free_list to dfops | Darrick J. Wong | 1 | -12/+12 |
| 2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 1 | -8/+8 |
| 2016-08-03 | xfs: rework xfs_bmap_free callers to use xfs_defer_ops | Darrick J. Wong | 1 | -0/+1 |
| 2016-05-20 | Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next | Dave Chinner | 1 | -16/+5 |
| 2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -9/+7 |
| 2016-04-06 | xfs: optimize inline symlinks | Christoph Hellwig | 1 | -6/+3 |
| 2016-04-06 | xfs: factor out a helper to initialize a local format inode fork | Christoph Hellwig | 1 | -10/+2 |
| 2016-01-11 | xfs: eliminate committed arg from xfs_bmap_finish | Eric Sandeen | 1 | -10/+2 |
| 2015-08-20 | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next | Dave Chinner | 1 | -3/+4 |
| 2015-08-19 | xfs: stop holding ILOCK over filldir callbacks | Dave Chinner | 1 | -3/+4 |
| 2015-07-29 | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag | Dave Chinner | 1 | -1/+1 |
| 2015-06-23 | Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next | Dave Chinner | 1 | -1/+1 |
| 2015-06-22 | xfs: fix remote symlinks on V5/CRC filesystems | Eric Sandeen | 1 | -1/+1 |
| 2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -2/+2 |
| 2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -9/+4 |
| 2015-02-23 | xfs: inodes are new until the dentry cache is set up | Dave Chinner | 1 | -24/+34 |
| 2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-09-09 | xfs: check resblks before calling xfs_dir_canenter | Eric Sandeen | 1 | -3/+5 |
| 2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -15/+15 |
| 2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -8/+8 |
| 2014-06-06 | xfs: convert m_dirblkfsbs to xfs_da_geometry | Dave Chinner | 1 | -0/+1 |
| 2014-04-14 | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok() | Eric Sandeen | 1 | -1/+1 |
| 2014-03-13 | Merge branch 'xfs-O_TMPFILE-support' into for-next | Dave Chinner | 1 | -4/+1 |
| 2014-03-07 | xfs: don't leak EFSBADCRC to userspace | Dave Chinner | 1 | -0/+4 |
| 2014-01-06 | xfs: factor prid related codes into xfs_get_initial_prid() | Zhi Yong Wu | 1 | -4/+1 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -4/+2 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -3/+5 |
| 2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner | 1 | -2/+1 |
| 2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
| 2013-10-08 | xfs: push down inactive transaction mgmt for remote symlinks | Brian Foster | 1 | -46/+40 |
| 2013-09-10 | xfs: set remote symlink buffer type for recovery | Dave Chinner | 1 | -0/+2 |
| 2013-08-15 | xfs: convert kuid_t to/from uid_t for internal structures | Dwight Engen | 1 | -2/+5 |
| 2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -6/+4 |
| 2013-08-12 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -1/+0 |
| 2013-08-12 | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 1 | -0/+1 |
| 2013-08-12 | xfs: split out the remote symlink handling | Dave Chinner | 1 | -172/+0 |
| 2013-08-12 | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 1 | -1/+2 |
| 2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -1/+1 |
| 2013-07-11 | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 1 | -3/+7 |
| 2013-06-28 | xfs: Code cleanup and removal of some typedef usage | Chandra Seetharaman | 1 | -1/+2 |
| 2013-06-19 | xfs: fix the symbolic link assert in xfs_ifree | Mark Tinguely | 1 | -2/+46 |
| 2013-05-30 | xfs: fix incorrect remote symlink block count | Dave Chinner | 1 | -14/+6 |
| 2013-04-27 | xfs: add CRC checks to remote symlinks | Dave Chinner | 1 | -39/+240 |
| 2013-04-21 | xfs: split out symlink code into it's own file. | Dave Chinner | 1 | -0/+529 |