summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig2019-11-131-2/+0
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-6/+5
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-4/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-1/+1
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-5/+5
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-111-1/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-111-2/+1
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: properly handle free inodes in extent hint validatorsEric Sandeen2018-07-241-2/+4
* xfs: More robust inode extent count validationDave Chinner2018-06-211-29/+47
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-061-5/+0
* xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
* xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
* xfs: enhance dinode verifierEric Sandeen2018-04-171-0/+21
* xfs: remove dead inode version setting codeDave Chinner2018-03-231-4/+1
* xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-231-2/+8
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-231-0/+105
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-231-1/+3
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-30/+98
|\
| * xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-291-4/+2
| * xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2018-01-081-3/+69
| * xfs: verify dinode header firstDarrick J. Wong2018-01-081-10/+13
| * xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-1/+1
| * xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-17/+19
| * xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-2/+1
* | xfs: convert to new i_version APIJeff Layton2018-01-291-2/+5
|/
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: fix up inode validation failure messageEric Sandeen2017-04-031-1/+1
* xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-171-2/+5
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-1/+9
|\
| * xfs: optimise CRC updatesDave Chinner2016-12-051-1/+1
| * xfs: don't allow di_size with high bit setDarrick J. Wong2016-12-051-0/+8
* | libxfs: synchronize dinode_verify with userspaceDarrick J. Wong2016-11-081-3/+3
|/
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-201-1/+12
* xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-051-0/+4
* xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-051-0/+16
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-1/+3
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-4/+4
* xfs: move di_changecount to VFS inodeDave Chinner2016-02-091-2/+2
* xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-4/+4