summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)Author
2021-03-25xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-03-25xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-03-25xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-03-25xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2021-03-25xfs: refactor inode creation dqalloc callsDarrick J. Wong
2021-03-25xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2021-03-25xfs: hoist inode allocation functionDarrick J. Wong
2021-03-25xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2021-03-25xfs: hoist project id get/set functionsDarrick J. Wong
2021-03-25xfs: hoist inode flag conversion functionsDarrick J. Wong
2021-03-25xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-03-25xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-03-25xfs: move orphan files to the orphanagerepair-dirs_2021-03-25Darrick J. Wong
2021-03-25xfs: create temporary files and directories for online repairDarrick J. Wong
2021-03-25xfs: add a ->xchg_file_range handlerDarrick J. Wong
2021-03-25xfs: deferred inode inactivationDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: implement live quotacheck inode scanDarrick 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
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()xfs-5.8-merge-maybe_2020-05-04xfs-5.8-merge-1Ira Weiny
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperxfs-4.19-merge-2Christoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: kill IHOLDDarrick J. Wong
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-05-15xfs: factor out nodiscard helpersBrian Foster