aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-01xfs: remove XFS_PREALLOC_SYNCGravatar Dave Chinner 1-2/+1
2021-11-24xfs: remove xfs_inew_waitGravatar Christoph Hellwig 1-3/+1
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-1/+1
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+22
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-2/+1
2021-08-06xfs: per-cpu deferred inode inactivation queuesGravatar Dave Chinner 1-1/+19
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itGravatar Darrick J. Wong 1-0/+2
2021-07-13xfs: Convert to use invalidate_lockGravatar Jan Kara 1-1/+0
2021-07-13xfs: Refactor xfs_isilocked()Gravatar Pavel Reichl 1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Gravatar Dave Chinner 1-5/+4
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+3
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+2
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeGravatar Christoph Hellwig 1-0/+1
2021-04-07xfs: use a union for i_cowextsize and i_flushiterGravatar Christoph Hellwig 1-2/+5
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeGravatar Christoph Hellwig 1-0/+1
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeGravatar Christoph Hellwig 1-0/+1
2021-04-07xfs: move the di_extsize field to struct xfs_inodeGravatar Christoph Hellwig 1-0/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-0/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+2
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeGravatar Christoph Hellwig 1-0/+1
2021-03-25xfs: initialise attr fork on inode createGravatar Dave Chinner 1-2/+4
2021-03-25xfs: prevent metadata files from being inactivatedGravatar Darrick J. Wong 1-0/+8
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-6/+10
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Gravatar Dave Chinner 1-3/+3
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 1-0/+5
2020-09-06xfs: xfs_iflock is no longer a completionGravatar Dave Chinner 1-32/+1
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationGravatar Dave Chinner 1-1/+1
2020-07-07xfs: xfs_iflush() is no longer necessaryGravatar Dave Chinner 1-1/+1
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IOGravatar Darrick J. Wong 1-0/+3
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+0
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+0
2020-05-19xfs: improve local fork verificationGravatar Christoph Hellwig 1-2/+0
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerGravatar Ira Weiny 1-2/+1
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Gravatar Ira Weiny 1-0/+1
2020-04-06xfs: factor out a new xfs_log_force_inode helperGravatar Christoph Hellwig 1-0/+1
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeGravatar Christoph Hellwig 1-20/+1
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 1-3/+0
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 1-0/+7
2019-04-23xfs: widen inode delalloc block counter to 64-bitsGravatar Darrick J. Wong 1-1/+1
2019-04-16xfs: implement per-inode writeback completion queuesGravatar Darrick J. Wong 1-0/+7
2019-04-14xfs: track metadata health statusGravatar Darrick J. Wong 1-0/+8
2019-02-11xfs: cache unlinked pointers in an rhashtableGravatar Darrick J. Wong 1-0/+3
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 1-1/+0
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperGravatar Christoph Hellwig 1-0/+9
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 1-3/+3
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-5/+1