summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)Author
2022-10-14xfs: enable CoW when rt extent size is larger than 1 blockDarrick J. Wong
2022-10-14xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2022-10-14Darrick J. Wong
2022-10-14xfs: remove XFS_ILOCK_RT*refactor-rt-locking_2022-10-14Darrick J. Wong
2022-10-14xfs: read and write metadata inode directoryDarrick J. Wong
2022-10-14xfs: define the on-disk format for the metadir featureDarrick J. Wong
2022-10-14xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2022-10-14xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2022-10-14xfs: wrap inode creation dqalloc callsDarrick J. Wong
2022-10-14xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2022-10-14xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2022-10-14xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2022-10-14xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2022-10-14xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-10-14xfs: hoist extent size helpers to libxfsDarrick J. Wong
2022-10-14xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2022-10-14xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-10-14xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2022-10-14xfs: move orphan files to the orphanageDarrick J. Wong
2022-10-14xfs: create temporary files and directories for online repairDarrick J. Wong
2022-10-14xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-10-14xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2022-10-14xfs: track file link count updates during live nlinks fsckDarrick J. Wong
2022-10-14xfs: implement live quotacheck inode scanDarrick J. Wong
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 functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick 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
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner
2022-02-01xfs: remove XFS_PREALLOC_SYNCDave Chinner
2021-11-24xfs: remove xfs_inew_waitxfs-5.16-fixes-1Christoph Hellwig
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-07-13xfs: Convert to use invalidate_lockJan Kara
2021-07-13xfs: Refactor xfs_isilocked()Pavel Reichl
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig