summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2021-12-15xfs: teach scrub to check file nlinksDarrick J. Wong
2021-12-15xfs: don't free EOF blocks on read closeDave Chinner
2021-12-15xfs: only free posteof blocks on first closeDarrick J. Wong
2021-12-15xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-12-15xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-12-15xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-12-15xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-12-15xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-12-15xfs: read and write metadata inode directoryDarrick J. Wong
2021-12-15xfs: enforce metadata inode flagDarrick J. Wong
2021-12-15xfs: iget for metadata inodesDarrick J. Wong
2021-12-15xfs: get rid of cross_renameinode-refactor_2021-12-15Darrick J. Wong
2021-12-15xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-12-15xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-12-15xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-12-15xfs: hoist inode free function to libxfsDarrick J. Wong
2021-12-15xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-12-15xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2021-12-15xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-12-15xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-12-15xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-12-15xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-12-15xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-12-15xfs: split new inode creation into two piecesDarrick J. Wong
2021-12-15xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-12-15xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-12-15xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-12-15xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-12-15xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-12-15xfs: move orphan files to the orphanagerepair-dirs_2021-12-15Darrick J. Wong
2021-12-15xfs: online repair of directoriesDarrick J. Wong
2021-12-15xfs: create temporary files and directories for online repairDarrick J. Wong
2021-12-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-12-15xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-12-15xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-12-15xfs: implement live quotacheck inode scanDarrick J. Wong
2021-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-12-01xfs: remove incorrect ASSERT in xfs_renamexfs-fixes-5.16_2021-12-08xfs-fixes-5.16_2021-12-07xfs-5.16-fixes-2Eric Sandeen
2021-10-30xfs: use swap() to make code cleanerxfs-5.16-merge-4Changcheng Deng
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-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