summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)Author
2021-10-22xfs: teach scrub to check file nlinksDarrick J. Wong
2021-10-22xfs: don't free EOF blocks on read closeDave Chinner
2021-10-22xfs: enable CoW when rt extent size is larger than 1 blockDarrick J. Wong
2021-10-22xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2021-10-22Darrick J. Wong
2021-10-22xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-22xfs: read and write metadata inode directoryDarrick J. Wong
2021-10-22xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-10-22xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-10-22xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-10-22xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-10-22xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-10-22xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-10-22xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-10-22xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2021-10-22xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-10-22xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-10-22xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-10-22xfs: move orphan files to the orphanagerepair-dirs_2021-10-22Darrick J. Wong
2021-10-22xfs: create temporary files and directories for online repairDarrick J. Wong
2021-10-22xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-10-22xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-10-22xfs: implement live quotacheck inode scanDarrick 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
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner