summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2021-03-25xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-03-25xfs: enforce metadata inode flagDarrick J. Wong
2021-03-25xfs: iget for metadata inodesDarrick J. Wong
2021-03-25xfs: get rid of cross_renameinode-refactor_2021-03-25Darrick J. Wong
2021-03-25xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-03-25xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-03-25xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-03-25xfs: hoist inode free function to libxfsDarrick J. Wong
2021-03-25xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-03-25xfs: create libxfs helper to link a new inode into a directoryDarrick 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: move initialization of inode attributes into xfs_dir_iallocDarrick 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: split new inode initialization into two piecesDarrick J. Wong
2021-03-25xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-03-25xfs: pack inode allocation parameters into a separate structureDarrick 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: online repair of directoriesDarrick 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: remember sick inodes that get inactivatedDarrick J. Wong
2021-03-25xfs: deferred inode inactivationDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-03-25xfs: implement live quotacheck inode scanDarrick J. Wong
2021-03-25xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster