Age | Commit message (Expand) | Author | Files | Lines |
2020-09-16 | xfs: widen ondisk inode timestamps to deal with y2038+ | Darrick J. Wong | 1 | -8/+32 |
2020-09-16 | xfs: redefine xfs_timestamp_t | Darrick J. Wong | 1 | -16/+38 |
2020-09-16 | xfs: move xfs_log_dinode_to_disk to the log recovery code | Darrick J. Wong | 1 | -52/+0 |
2020-07-07 | xfs: remove xfs_inobp_check() | Dave Chinner | 1 | -24/+0 |
2020-07-07 | xfs: pin inode backing buffer to the inode log item | Dave Chinner | 1 | -1/+2 |
2020-07-06 | xfs: Couple of typo fixes in comments | Keyur Patel | 1 | -3/+3 |
2020-05-19 | xfs: cleanup xfs_idestroy_fork | Christoph Hellwig | 1 | -1/+1 |
2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 1 | -4/+2 |
2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 1 | -4/+2 |
2020-05-19 | xfs: remove the XFS_DFORK_Q macro | Christoph Hellwig | 1 | -3/+3 |
2020-05-19 | xfs: remove xfs_iread | Christoph Hellwig | 1 | -73/+0 |
2020-05-19 | xfs: don't reset i_delayed_blks in xfs_iread | Christoph Hellwig | 1 | -2/+0 |
2020-05-19 | xfs: call xfs_dinode_verify from xfs_inode_from_disk | Christoph Hellwig | 1 | -10/+8 |
2020-05-19 | xfs: handle unallocated inodes in xfs_inode_from_disk | Christoph Hellwig | 1 | -36/+14 |
2020-05-19 | xfs: split xfs_iformat_fork | Christoph Hellwig | 1 | -1/+19 |
2020-05-19 | xfs: call xfs_iformat_fork from xfs_inode_from_disk | Christoph Hellwig | 1 | -3/+4 |
2020-05-07 | xfs: remove unused iget_flags param from xfs_imap_to_bp() | Brian Foster | 1 | -3/+2 |
2020-05-07 | xfs: remove unnecessary shutdown check from xfs_iflush() | Brian Foster | 1 | -6/+1 |
2020-03-19 | xfs: remove the di_version field from struct icdinode | Christoph Hellwig | 1 | -10/+6 |
2020-03-19 | xfs: only check the superblock version for dinode size calculation | Christoph Hellwig | 1 | -1/+1 |
2020-03-19 | xfs: add a new xfs_sb_version_has_v3inode helper | Christoph Hellwig | 1 | -14/+3 |
2020-03-03 | xfs: remove the kuid/kgid conversion wrappers | Christoph Hellwig | 1 | -4/+4 |
2020-03-03 | xfs: remove the icdinode di_uid/di_gid members | Christoph Hellwig | 1 | -6/+4 |
2020-03-03 | xfs: ensure that the inode uid/gid match values match the icdinode ones | Christoph Hellwig | 1 | -0/+2 |
2019-11-13 | xfs: don't reset the "inode core" in xfs_iread | Christoph Hellwig | 1 | -2/+0 |
2019-11-13 | xfs: merge the projid fields in struct xfs_icdinode | Christoph Hellwig | 1 | -6/+5 |
2019-11-13 | xfs: use a struct timespec64 for the in-core crtime | Christoph Hellwig | 1 | -4/+4 |
2019-06-29 | xfs: remove unused header files | Eric Sandeen | 1 | -2/+0 |
2019-06-29 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig | 1 | -1/+1 |
2019-06-12 | xfs: finish converting to inodes_per_cluster | Darrick J. Wong | 1 | -4/+1 |
2019-06-12 | xfs: separate inode geometry | Darrick J. Wong | 1 | -1/+1 |
2019-02-18 | xfs: fix xfs_buf magic number endian checks | Darrick J. Wong | 1 | -5/+5 |
2019-02-12 | xfs: add inode magic to inode verifier | Darrick J. Wong | 1 | -1/+5 |
2019-02-12 | xfs: always check magic values in on-disk byte order | Brian Foster | 1 | -1/+1 |
2019-02-12 | xfs: add xfs_verify_agino_or_null helper | Darrick J. Wong | 1 | -2/+1 |
2018-09-29 | xfs: validate inode di_forkoff | Eric Sandeen | 1 | -0/+30 |
2018-07-24 | xfs: properly handle free inodes in extent hint validators | Eric Sandeen | 1 | -2/+4 |
2018-06-22 | xfs: More robust inode extent count validation | Dave Chinner | 1 | -29/+47 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-06-06 | xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode() | Dave Chinner | 1 | -5/+0 |
2018-06-06 | xfs: verify COW extent size hint is valid in inode verifier | Dave Chinner | 1 | -0/+6 |
2018-06-06 | xfs: verify extent size hint is valid in inode verifier | Dave Chinner | 1 | -1/+8 |
2018-04-18 | xfs: enhance dinode verifier | Eric Sandeen | 1 | -0/+21 |
2018-03-24 | xfs: remove dead inode version setting code | Dave Chinner | 1 | -4/+1 |
2018-03-24 | xfs: don't accept inode buffers with suspicious unlinked chains | Darrick J. Wong | 1 | -2/+8 |
2018-03-24 | xfs: move inode extent size hint validation to libxfs | Darrick J. Wong | 1 | -0/+105 |
2018-03-24 | xfs: refactor inode buffer verifier error logging | Darrick J. Wong | 1 | -1/+3 |
2018-01-31 | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -30/+98 |
2018-01-29 | xfs: refactor inode verifier corruption error printing | Darrick J. Wong | 1 | -4/+2 |
2018-01-29 | xfs: convert to new i_version API | Jeff Layton | 1 | -2/+5 |