summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2020-06-01xfs: use atomic extent swapping to repair directoriesrepair-metadata-atomically_2020-06-01Darrick J. Wong
2020-06-01xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-06-01xfs: add realtime reverse map inode to superblockDarrick J. Wong
2020-06-01xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2020-06-01xfs: enforce metadata inode flagDarrick J. Wong
2020-06-01xfs: iget for metadata inodesDarrick J. Wong
2020-06-01xfs: get rid of cross_renameinode-refactor_2020-06-01Darrick J. Wong
2020-06-01xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2020-06-01xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2020-06-01xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2020-06-01xfs: hoist inode free function to libxfsDarrick J. Wong
2020-06-01xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2020-06-01xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2020-06-01xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2020-06-01xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2020-06-01xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2020-06-01xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2020-06-01xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2020-06-01xfs: hoist inode allocation functionDarrick J. Wong
2020-06-01xfs: delegate post-allocation igetDarrick J. Wong
2020-06-01xfs: split inode allocation and initializationDarrick J. Wong
2020-06-01xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2020-06-01xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2020-06-01xfs: hoist inode flag conversion functionsDarrick J. Wong
2020-06-01xfs: hoist extent size helpers to libxfsDarrick J. Wong
2020-06-01xfs: widen ondisk timestamps to deal with y2038 problemDarrick J. Wong
2020-06-01xfs: remember sick inodes that get inactivatedDarrick J. Wong
2020-06-01xfs: deferred inode inactivationDarrick J. Wong
2020-06-01xfs: track unlinked inactive inode quota countersDarrick J. Wong
2020-06-01xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2020-06-01xfs: decide if inode needs inactivationDarrick J. Wong
2020-06-01xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2020-06-01Darrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2020-06-01xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2020-06-01xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-06-01xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2020-06-01xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2020-04-02xfs: fix inode number overflow in ifree cluster helperxfs-5.7-merge-11Brian Foster
2020-03-28xfs: remove unnecessary ternary from xfs_createKaixu Xia
2020-03-27xfs: factor inode lookup from xfs_ifree_clusterDave Chinner
2020-03-19xfs: remove the di_version field from struct icdinodexfs-5.7-merge-6Christoph Hellwig
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong