aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2023-04-20xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2023-04-20xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2023-04-20xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2023-04-20xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2023-04-20xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2023-04-20xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2023-02-22xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2022-11-10xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan
2022-10-29xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2022-10-29xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2022-10-07xfs: remove unused variable 'done'YueHaibing
2022-10-07xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-09-28xfs: always log corruption errorsDarrick J. Wong
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2019-09-03xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia
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 typesEric 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
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: clean up indentation issues, remove an unwanted spaceColin Ian King
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster