summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)Author
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-09-01xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2024-05-02xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson
2024-04-15xfs: check AGI unlinked inode bucketsDarrick J. Wong
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2024-04-15xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R