summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2022-11-09xfs: record health problems with the metadata directoryDarrick J. Wong
2022-11-09xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2022-11-09xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2022-11-09xfs: read and write metadata inode directoryDarrick J. Wong
2022-11-09xfs: enforce metadata inode flagDarrick J. Wong
2022-11-09xfs: iget for metadata inodesDarrick J. Wong
2022-11-09xfs: get rid of cross_renameinode-refactor_2022-11-09Darrick J. Wong
2022-11-09xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2022-11-09xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2022-11-09xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2022-11-09xfs: hoist inode free function to libxfsDarrick J. Wong
2022-11-09xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2022-11-09xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2022-11-09xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2022-11-09xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2022-11-09xfs: wrap inode creation dqalloc callsDarrick J. Wong
2022-11-09xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2022-11-09xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2022-11-09xfs: split new inode creation into two piecesDarrick J. Wong
2022-11-09xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2022-11-09xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2022-11-09xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-11-09xfs: hoist extent size helpers to libxfsDarrick J. Wong
2022-11-09xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2022-11-09xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-11-09xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2022-11-09xfs: move orphan files to the orphanageDarrick J. Wong
2022-11-09xfs: online repair of directoriesDarrick J. Wong
2022-11-09xfs: create temporary files and directories for online repairDarrick J. Wong
2022-11-09xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2022-11-09xfs: remember sick inodes that get inactivatedDarrick J. Wong
2022-11-09xfs: report inode corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2022-11-09xfs: track file link count updates during live nlinks fsckDarrick J. Wong
2022-11-09xfs: implement live quotacheck inode scanDarrick J. Wong
2022-11-09xfs: create a new inode fork block unmap helperDarrick J. Wong
2022-11-09xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2022-10-26xfs: increase rename inode reservationxfs-6.1-fixes_2022-10-27Allison Henderson
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-07-14xfs: combine iunlink inode update functionsDave Chinner
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner