summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2020-10-26xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2020-10-26xfs: enforce metadata inode flagDarrick J. Wong
2020-10-26xfs: define the on-disk format for the metadir featureDarrick J. Wong
2020-10-26xfs: iget for metadata inodesDarrick J. Wong
2020-10-26xfs: get rid of cross_renameinode-refactor_2020-10-26Darrick J. Wong
2020-10-26xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2020-10-26xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2020-10-26xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2020-10-26xfs: hoist inode free function to libxfsDarrick J. Wong
2020-10-26xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2020-10-26xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2020-10-26xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2020-10-26xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2020-10-26xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2020-10-26xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2020-10-26xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2020-10-26xfs: hoist inode allocation functionDarrick J. Wong
2020-10-26xfs: delegate post-allocation igetDarrick J. Wong
2020-10-26xfs: split inode allocation and initializationDarrick J. Wong
2020-10-26xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2020-10-26xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2020-10-26xfs: hoist inode flag conversion functionsDarrick J. Wong
2020-10-26xfs: hoist extent size helpers to libxfsDarrick J. Wong
2020-10-26xfs: online repair of directoriesDarrick J. Wong
2020-10-26xfs: create temporary files and directories for online repairDarrick J. Wong
2020-10-26xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-10-26xfs: add a ->swap_file_range handlerDarrick J. Wong
2020-10-26xfs: remember sick inodes that get inactivatedDarrick J. Wong
2020-10-26xfs: deferred inode inactivationDarrick J. Wong
2020-10-26xfs: track unlinked inactive inode quota countersDarrick J. Wong
2020-10-26xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2020-10-26xfs: decide if inode needs inactivationDarrick J. Wong
2020-10-26xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2020-10-26xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2020-10-26Darrick J. Wong
2020-10-26xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2020-10-26xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-10-26xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong
2020-09-15xfs: refactor inode flags propagation codeDarrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner