summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-1/+1
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-4/+1Star
* 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-121-1/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-121-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-121-2/+1Star
* 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-221-29/+47
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-061-5/+0Star
* 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-181-0/+21
* xfs: remove dead inode version setting codeDave Chinner2018-03-241-4/+1Star
* xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-241-2/+8
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-241-0/+105
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-241-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/+2Star
| * 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/+1Star
* | 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-281-2/+1Star
* 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-041-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-061-0/+4
* xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-061-0/+16
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-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
* xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-3/+3
* xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner2016-02-091-22/+20Star
* xfs: cull unnecessary icdinode fieldsDave Chinner2016-02-091-26/+13Star