summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+31
* xfs: create a helper to count per-device inode block usageDarrick J. Wong2024-02-221-0/+2
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+2
* xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-201-0/+8
* xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2023-10-231-0/+9
* xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-121-1/+4
* xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-121-0/+9
* xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-121-1/+19
* xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-051-1/+1
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-4/+4
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+1
|\
| * xfs: add dax dedupe supportShiyang Ruan2022-07-171-0/+1
* | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-1/+61
|\ \
| * | xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-0/+35
| * | xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+6
| * | xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-1/+1
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-2/+4
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-0/+18
| |/
* | xfs: double link the unlinked inode listDave Chinner2022-07-141-3/+1
* | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-141-0/+3
|/
* 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