index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_inode_buf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove xfs_inobp_check()
Dave Chinner
2020-07-07
1
-24
/
+0
*
xfs: pin inode backing buffer to the inode log item
Dave Chinner
2020-07-07
1
-1
/
+2
*
xfs: Couple of typo fixes in comments
Keyur Patel
2020-07-06
1
-3
/
+3
*
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-4
/
+2
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-4
/
+2
*
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2020-05-19
1
-3
/
+3
*
xfs: remove xfs_iread
Christoph Hellwig
2020-05-19
1
-73
/
+0
*
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
2020-05-19
1
-2
/
+0
*
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-10
/
+8
*
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-36
/
+14
*
xfs: split xfs_iformat_fork
Christoph Hellwig
2020-05-19
1
-1
/
+19
*
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-3
/
+4
*
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
2020-05-07
1
-3
/
+2
*
xfs: remove unnecessary shutdown check from xfs_iflush()
Brian Foster
2020-05-07
1
-6
/
+1
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
1
-10
/
+6
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
1
-14
/
+3
*
xfs: remove the kuid/kgid conversion wrappers
Christoph Hellwig
2020-03-02
1
-4
/
+4
*
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2020-03-02
1
-6
/
+4
*
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
2020-03-02
1
-0
/
+2
*
xfs: don't reset the "inode core" in xfs_iread
Christoph Hellwig
2019-11-13
1
-2
/
+0
*
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
2019-11-13
1
-6
/
+5
*
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
2019-11-13
1
-4
/
+4
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-2
/
+0
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: finish converting to inodes_per_cluster
Darrick J. Wong
2019-06-12
1
-4
/
+1
*
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
1
-1
/
+1
*
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
2019-02-18
1
-5
/
+5
*
xfs: add inode magic to inode verifier
Darrick J. Wong
2019-02-11
1
-1
/
+5
*
xfs: always check magic values in on-disk byte order
Brian Foster
2019-02-11
1
-1
/
+1
*
xfs: add xfs_verify_agino_or_null helper
Darrick J. Wong
2019-02-11
1
-2
/
+1
*
xfs: validate inode di_forkoff
Eric Sandeen
2018-09-29
1
-0
/
+30
*
xfs: properly handle free inodes in extent hint validators
Eric Sandeen
2018-07-24
1
-2
/
+4
*
xfs: More robust inode extent count validation
Dave Chinner
2018-06-21
1
-29
/
+47
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()
Dave Chinner
2018-06-06
1
-5
/
+0
*
xfs: verify COW extent size hint is valid in inode verifier
Dave Chinner
2018-06-06
1
-0
/
+6
*
xfs: verify extent size hint is valid in inode verifier
Dave Chinner
2018-06-06
1
-1
/
+8
*
xfs: enhance dinode verifier
Eric Sandeen
2018-04-17
1
-0
/
+21
*
xfs: remove dead inode version setting code
Dave Chinner
2018-03-23
1
-4
/
+1
*
xfs: don't accept inode buffers with suspicious unlinked chains
Darrick J. Wong
2018-03-23
1
-2
/
+8
*
xfs: move inode extent size hint validation to libxfs
Darrick J. Wong
2018-03-23
1
-0
/
+105
*
xfs: refactor inode buffer verifier error logging
Darrick J. Wong
2018-03-23
1
-1
/
+3
*
Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-01-31
1
-30
/
+98
|
\
|
*
xfs: refactor inode verifier corruption error printing
Darrick J. Wong
2018-01-29
1
-4
/
+2
|
*
xfs: move inode fork verifiers to xfs_dinode_verify
Darrick J. Wong
2018-01-08
1
-3
/
+69
|
*
xfs: verify dinode header first
Darrick J. Wong
2018-01-08
1
-10
/
+13
|
*
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
2018-01-08
1
-1
/
+1
|
*
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2018-01-08
1
-17
/
+19
[next]