summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: add dax dedupe supportShiyang Ruan2022-06-271-0/+1
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+5
|\
| * xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-111-0/+5
* | xfs: convert inode lock flags to unsigned.Dave Chinner2022-04-211-12/+12
|/
* xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-141-1/+1
* xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner2022-02-011-8/+0
* xfs: remove XFS_PREALLOC_SYNCDave Chinner2022-02-011-2/+1
* xfs: remove xfs_inew_waitChristoph Hellwig2021-11-241-3/+1
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-3/+22
|\
| * xfs: convert mount flags to featuresDave Chinner2021-08-191-2/+1
| * xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-1/+19
| * xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong2021-08-061-0/+2
* | xfs: Convert to use invalidate_lockJan Kara2021-07-131-1/+0
* | xfs: Refactor xfs_isilocked()Pavel Reichl2021-07-131-1/+1
|/
* xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-5/+4
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+1
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+3
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+2
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-0/+1
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-071-2/+5
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-0/+1
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-0/+1
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-0/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-0/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+3
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+2
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-0/+1
* xfs: initialise attr fork on inode createDave Chinner2021-03-251-2/+4
* xfs: prevent metadata files from being inactivatedDarrick J. Wong2021-03-251-0/+8
* xfs: support idmapped mountsChristoph Hellwig2021-01-241-6/+10
* xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-121-3/+3
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-0/+5
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-32/+1
* xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-071-1/+1
* xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-071-1/+1
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-061-0/+3
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-2/+1
|\
| * fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-2/+1
* | xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+0
* | xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+0
* | xfs: improve local fork verificationChristoph Hellwig2020-05-191-2/+0
* | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-041-0/+1
|/
* xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig2020-04-061-0/+1
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-20/+1
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-3/+0
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-0/+7
* xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-231-1/+1
* xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-161-0/+7