aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2022-07-17xfs: add dax dedupe supportShiyang Ruan1-0/+1
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong1-1/+61
2022-07-14xfs: double link the unlinked inode listDave Chinner1-3/+1
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner1-0/+3
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-0/+35
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+6
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+1
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-2/+4
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-0/+18
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-0/+5
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner1-12/+12
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R1-0/+5
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong1-1/+1
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner1-8/+0
2022-02-01xfs: remove XFS_PREALLOC_SYNCDave Chinner1-2/+1
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig1-3/+1
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+22
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+1
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-1/+19
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong1-0/+2
2021-07-13xfs: Convert to use invalidate_lockJan Kara1-1/+0
2021-07-13xfs: Refactor xfs_isilocked()Pavel Reichl1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-5/+4
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-2/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-2/+3
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+2
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-0/+1
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-2/+5
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-0/+1
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-0/+1
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-0/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-0/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+2
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-0/+1
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-2/+4
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong1-0/+8
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-6/+10
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner1-3/+3
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+5
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner1-32/+1
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner1-1/+1
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner1-1/+1
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong1-0/+3
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+0
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+0