summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2021-09-17xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-09-17xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-09-17xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-09-17xfs: read and write metadata inode directoryDarrick J. Wong
2021-09-17xfs: enforce metadata inode flagDarrick J. Wong
2021-09-17xfs: iget for metadata inodesDarrick J. Wong
2021-09-17xfs: get rid of cross_renameinode-refactor_2021-09-17Darrick J. Wong
2021-09-17xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-09-17xfs: hoist inode free function to libxfsDarrick J. Wong
2021-09-17xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-09-17xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2021-09-17xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-09-17xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-09-17xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-09-17xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-09-17xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-09-17xfs: split new inode creation into two piecesDarrick J. Wong
2021-09-17xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-09-17xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-09-17xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-09-17xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-09-17xfs: move orphan files to the orphanagerepair-dirs_2021-09-17Darrick J. Wong
2021-09-17xfs: online repair of directoriesDarrick J. Wong
2021-09-17xfs: create temporary files and directories for online repairDarrick J. Wong
2021-09-17xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-09-17xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-09-17xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-09-17xfs: implement live quotacheck inode scanDarrick J. Wong
2021-09-17xfs: create a new inode fork block unmap helperDarrick 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-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara
2021-07-13xfs: Convert to use invalidate_lockJan Kara
2021-07-13xfs: Refactor xfs_isilocked()Pavel Reichl
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong