Sign in
android-kvm
/
linux
/
a5155b870d687de1a5f07e774b49b1e8ef0f6f50
/
fs
/
xfs
/
libxfs
/
xfs_inode_buf.c
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
dbd329f1
xfs: add struct xfs_mount pointer to struct xfs_buf
by Christoph Hellwig
· 6 years ago
4b4d98c
xfs: finish converting to inodes_per_cluster
by Darrick J. Wong
· 6 years ago
ef32595
xfs: separate inode geometry
by Darrick J. Wong
· 6 years ago
15baadf
xfs: fix xfs_buf magic number endian checks
by Darrick J. Wong
· 6 years ago
2bfe706
xfs: add inode magic to inode verifier
by Darrick J. Wong
· 6 years ago
e34d3e7
xfs: always check magic values in on-disk byte order
by Brian Foster
· 6 years ago
7d36c19
xfs: add xfs_verify_agino_or_null helper
by Darrick J. Wong
· 6 years ago
339e1a3
xfs: validate inode di_forkoff
by Eric Sandeen
· 6 years ago
d4a34e1
xfs: properly handle free inodes in extent hint validators
by Eric Sandeen
· 7 years ago
23fcb33
xfs: More robust inode extent count validation
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
29cad0b
xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()
by Dave Chinner
· 7 years ago
02a0fda
xfs: verify COW extent size hint is valid in inode verifier
by Dave Chinner
· 7 years ago
7d71a67
xfs: verify extent size hint is valid in inode verifier
by Dave Chinner
· 7 years ago
b42db08
xfs: enhance dinode verifier
by Eric Sandeen
· 7 years ago
fa4493f
xfs: remove dead inode version setting code
by Dave Chinner
· 7 years ago
6a96c56
xfs: don't accept inode buffers with suspicious unlinked chains
by Darrick J. Wong
· 7 years ago
8bb82bc
xfs: move inode extent size hint validation to libxfs
by Darrick J. Wong
· 7 years ago
6edb181
xfs: refactor inode buffer verifier error logging
by Darrick J. Wong
· 7 years ago
20c59c7
Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
22431bf
xfs: refactor inode verifier corruption error printing
by Darrick J. Wong
· 7 years ago
f0e2828
xfs: convert to new i_version API
by Jeff Layton
· 7 years ago
71493b8
xfs: move inode fork verifiers to xfs_dinode_verify
by Darrick J. Wong
· 7 years ago
50aa90e
xfs: verify dinode header first
by Darrick J. Wong
· 7 years ago
bc1a09b
xfs: refactor verifier callers to print address of failing check
by Darrick J. Wong
· 7 years ago
a6a781a
xfs: have buffer verifier functions report failing address
by Darrick J. Wong
· 7 years ago
31ca03c
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
by Darrick J. Wong
· 7 years ago
e9e899a
xfs: move error injection tags into their own file
by Darrick J. Wong
· 7 years ago
9e24cfd
xfs: remove unneeded parameter from XFS_TEST_ERROR
by Darrick J. Wong
· 8 years ago
2678809
xfs: export various function for the online scrubber
by Darrick J. Wong
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
bc593ee
xfs: fix up inode validation failure message
by Eric Sandeen
· 8 years ago
a324cbf
xfs: sanity check inode di_mode
by Amir Goldstein
· 8 years ago
3c6f46e
xfs: sanity check directory inode di_size
by Amir Goldstein
· 8 years ago
a444d72
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
by Dave Chinner
· 8 years ago
cae028d
xfs: optimise CRC updates
by Dave Chinner
· 8 years ago
ef388e2
xfs: don't allow di_size with high bit set
by Darrick J. Wong
· 8 years ago
420fbeb
libxfs: synchronize dinode_verify with userspace
by Darrick J. Wong
· 8 years ago
8cdcc81
libxfs: v3 inodes are only valid on crc-enabled filesystems
by Roger Willcocks
· 8 years ago
4f435eb
xfs: don't mix reflink and DAX mode for now
by Darrick J. Wong
· 8 years ago
c8e156a
xfs: check for invalid inode reflink flags
by Darrick J. Wong
· 8 years ago
f7ca352
xfs: create a separate cow extent size hint for the allocator
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 9 years ago
c19b3b05
xfs: mode di_mode to vfs inode
by Dave Chinner
· 9 years ago
83e06f2
xfs: move di_changecount to VFS inode
by Dave Chinner
· 9 years ago
9e9a267
xfs: move inode generation count to VFS inode
by Dave Chinner
· 9 years ago
54d7b5c
xfs: use vfs inode nlink field everywhere
by Dave Chinner
· 9 years ago
faeb4e4
xfs: move v1 inode conversion to xfs_inode_from_disk
by Dave Chinner
· 9 years ago
93f958f
xfs: cull unnecessary icdinode fields
by Dave Chinner
· 9 years ago
3987848
xfs: remove timestamps from incore inode
by Dave Chinner
· 9 years ago
f8d55aa052
xfs: introduce inode log format object
by Dave Chinner
· 9 years ago
7d6a13f
xfs: handle dquot buffer readahead in log recovery correctly
by Dave Chinner
· 9 years ago
b79f4a1
xfs: inode recovery readahead can race with inode buffer creation
by Dave Chinner
· 9 years ago
233135b
xfs: print name of verifier if it fails
by Eric Sandeen
· 9 years ago
ce748ea
xfs: create new metadata UUID field and incompat flag
by Eric Sandeen
· 10 years ago
88ee2df
xfs: return a void pointer from xfs_buf_offset
by Christoph Hellwig
· 10 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 11 years ago
30f712c
libxfs: move source files
by Dave Chinner
· 11 years ago
[Renamed from fs/xfs/xfs_inode_buf.c]
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 11 years ago
263997a
xfs: turn NLINK feature on by default
by Dave Chinner
· 11 years ago
ce5028c
xfs: modify verifiers to differentiate CRC from other errors
by Eric Sandeen
· 11 years ago
533b81c
xfs: Use defines for CRC offsets in all cases
by Eric Sandeen
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
74ffa79
xfs: don't assert fail on bad inode numbers
by Dave Chinner
· 12 years ago
638f4416
xfs: recovery of swap extents operations for CRC filesystems
by Dave Chinner
· 12 years ago
d891400
xfs: inode buffers may not be valid during recovery readahead
by Dave Chinner
· 12 years ago
1fd7115
xfs: introduce xfs_inode_buf.c for inode buffer operations
by Dave Chinner
· 12 years ago