summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster
2020-05-07xfs: remove unused iflush stale parameterBrian Foster
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster
2020-05-07xfs: simplify inode flush error handlingBrian Foster
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster
2020-05-04xfs: 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 helperBrian 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 icdinodeChristoph 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
2020-01-23xfs: remove unused variable 'done'YueHaibing
2020-01-14xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia
2019-10-21xfs: ignore extent size hints for always COW inodesChristoph Hellwig
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