summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2019-10-19xfs: get rid of cross_renameinode-refactor_2019-10-19Darrick J. Wong
2019-10-19xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2019-10-19xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2019-10-19xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2019-10-19xfs: hoist inode free function to libxfsDarrick J. Wong
2019-10-19xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2019-10-19xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2019-10-19xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2019-10-19xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2019-10-19xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2019-10-19xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2019-10-19xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2019-10-19xfs: hoist inode allocation functionDarrick J. Wong
2019-10-19xfs: delegate post-allocation igetDarrick J. Wong
2019-10-19xfs: split inode allocation and initializationDarrick J. Wong
2019-10-19xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2019-10-19xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2019-10-19xfs: hoist inode flag conversion functionsDarrick J. Wong
2019-10-19xfs: hoist extent size helpers to libxfsDarrick J. Wong
2019-10-19xfs: remember sick inodes that get inactivatedDarrick J. Wong
2019-10-19xfs: deferred inode inactivationDarrick J. Wong
2019-10-19xfs: track unlinked inactive inode quota countersDarrick J. Wong
2019-10-19xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2019-10-19xfs: decide if inode needs inactivationDarrick J. Wong
2019-10-19xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2019-10-19xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2019-10-19Darrick J. Wong
2019-10-19xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2019-10-19xfs: create a new inode fork block unmap helperDarrick J. Wong
2019-10-19xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2019-10-19xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapiDarrick J. Wong
2019-09-03xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTxfs-5.4-merge-5kaixuxia
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig
2019-06-28xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesxfs-5.2-merge-4Eric Sandeen
2019-04-14xfs: shutdown after buf release in iflush cluster abort pathBrian Foster
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong
2019-02-11xfs: refactor inode update in iunlink_removeDarrick J. Wong
2019-02-11xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong
2019-02-11xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong
2019-02-11xfs: clean up iunlink functionsDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong