Age | Commit message (Expand) | Author | Files | Lines |
2024-07-02 | xfs: move dirent update hooks to xfs_dir2.c | Darrick J. Wong | 1 | -0/+104 |
2024-07-02 | xfs: create libxfs helper to rename two directory entries | Darrick J. Wong | 1 | -0/+227 |
2024-07-02 | xfs: create libxfs helper to exchange two directory entries | Darrick J. Wong | 1 | -0/+125 |
2024-07-02 | xfs: create libxfs helper to remove an existing inode/name from a directory | Darrick J. Wong | 1 | -0/+81 |
2024-07-02 | xfs: create libxfs helper to link an existing inode into a directory | Darrick J. Wong | 1 | -3/+68 |
2024-07-02 | xfs: create libxfs helper to link a new inode into a directory | Darrick J. Wong | 1 | -0/+53 |
2024-04-26 | xfs: refactor dir format helpers | Christoph Hellwig | 1 | -115/+73 |
2024-04-26 | xfs: factor out a xfs_dir_replace_args helper | Christoph Hellwig | 1 | -23/+26 |
2024-04-26 | xfs: factor out a xfs_dir_removename_args helper | Christoph Hellwig | 1 | -23/+25 |
2024-04-26 | xfs: factor out a xfs_dir_createname_args helper | Christoph Hellwig | 1 | -25/+28 |
2024-04-26 | xfs: factor out a xfs_dir_lookup_args helper | Christoph Hellwig | 1 | -26/+40 |
2024-04-23 | xfs: add raw parent pointer apis to support repair | Darrick J. Wong | 1 | -1/+1 |
2024-04-15 | xfs: add an explicit owner field to xfs_da_args | Darrick J. Wong | 1 | -0/+5 |
2024-02-22 | xfs: report dir/attr block corruption errors to the health system | Darrick J. Wong | 1 | -1/+4 |
2024-02-22 | xfs: create a static name for the dot entry too | Darrick J. Wong | 1 | -0/+6 |
2024-02-13 | xfs: use GFP_KERNEL in pure transaction contexts | Dave Chinner | 1 | -4/+4 |
2024-02-13 | xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS | Dave Chinner | 1 | -10/+4 |
2024-02-13 | xfs: convert remaining kmem_free() to kfree() | Dave Chinner | 1 | -9/+9 |
2024-02-13 | xfs: convert kmem_alloc() to kmalloc() | Dave Chinner | 1 | -1/+1 |
2024-02-13 | xfs: convert kmem_zalloc() to kzalloc() | Dave Chinner | 1 | -9/+9 |
2023-12-29 | xfs: make if_data a void pointer | Christoph Hellwig | 1 | -1/+1 |
2023-04-11 | xfs: stabilize the dirent name transformation function used for ascii-ci dir ... | Darrick J. Wong | 1 | -2/+3 |
2022-10-04 | xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx | Shida Zhang | 1 | -20/+30 |
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 | -0/+8 |
2022-03-14 | xfs: constify xfs_name_dotdot | Darrick J. Wong | 1 | -1/+5 |
2022-03-14 | xfs: constify the name argument to various directory functions | Darrick J. Wong | 1 | -15/+15 |
2021-08-19 | xfs: convert xfs_sb_version_has checks to use mount features | Dave Chinner | 1 | -3/+3 |
2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 1 | -7/+7 |
2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 1 | -4/+4 |
2019-12-19 | libxfs: resync with the userspace libxfs | Darrick J. Wong | 1 | -0/+21 |
2019-11-13 | xfs: devirtualize ->m_dirnameops | Christoph Hellwig | 1 | -22/+11 |
2019-11-13 | xfs: convert open coded corruption check to use XFS_IS_CORRUPT | Darrick J. Wong | 1 | -5/+5 |
2019-11-10 | xfs: remove the now unused dir ops infrastructure | Christoph Hellwig | 1 | -2/+0 |
2019-11-10 | xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry | Christoph Hellwig | 1 | -0/+8 |
2019-11-10 | xfs: move the max dir2 free bests count to struct xfs_da_geometry | Christoph Hellwig | 1 | -0/+2 |
2019-11-10 | xfs: move the dir2 free header size to struct xfs_da_geometry | Christoph Hellwig | 1 | -0/+2 |
2019-11-10 | xfs: move the max dir2 leaf entries count to struct xfs_da_geometry | Christoph Hellwig | 1 | -0/+2 |
2019-11-10 | xfs: move the dir2 leaf header size to struct xfs_da_geometry | Christoph Hellwig | 1 | -2/+5 |
2019-11-10 | xfs: move the node header size to struct xfs_da_geometry | Christoph Hellwig | 1 | -5/+7 |
2019-11-04 | xfs: always log corruption errors | Darrick J. Wong | 1 | -1/+3 |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -7/+7 |
2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -5/+0 |
2019-06-28 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong | 1 | -0/+1 |
2019-02-11 | xfs: check directory name validity | Darrick J. Wong | 1 | -0/+17 |
2018-08-02 | xfs: fold dfops into the transaction | Brian Foster | 1 | -2/+0 |
2018-07-11 | xfs: remove xfs_bunmapi() firstblock param | Brian Foster | 1 | -2/+1 |
2018-07-11 | xfs: use ->t_firstblock in xattr ops | Brian Foster | 1 | -4/+1 |
2018-07-11 | xfs: remove firstblock param from xfs dir ops | Brian Foster | 1 | -8/+4 |
2018-07-11 | xfs: remove xfs_bunmapi() dfops param | Brian Foster | 1 | -1/+1 |