summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-021-25/+0
* xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong2024-07-021-2/+0
* xfs: hoist xfs_iunlink to libxfsDarrick J. Wong2024-07-021-3/+2
* xfs: wrap inode creation dqalloc callsDarrick J. Wong2024-07-021-0/+4
* xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong2024-07-021-6/+3
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-4/+2
* xfs: hoist project id get/set functions to libxfsDarrick J. Wong2024-07-021-9/+0
* xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong2024-07-021-1/+1
* xfs: hoist extent size helpers to libxfsDarrick J. Wong2024-07-021-3/+0
* xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong2024-07-021-0/+7
* xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong2024-05-021-7/+7
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-241-0/+1
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-231-1/+1
* xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-151-0/+2
* xfs: check AGI unlinked inode bucketsDarrick J. Wong2024-04-151-0/+1
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-0/+1
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-151-0/+2
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-0/+2
* xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong2024-04-151-0/+9
* xfs: create a new helper to return a file's allocation unitDarrick J. Wong2024-04-151-0/+1
* xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong2024-04-151-5/+0
* xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong2024-04-151-1/+0
* 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-061-0/+1
|\
| * xfs: add dax dedupe supportShiyang Ruan2022-07-181-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-101-1/+1
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-2/+4
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-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