summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig1-0/+19
2020-04-02xfs: fix inode number overflow in ifree cluster helperBrian Foster1-1/+1
2020-03-28xfs: remove unnecessary ternary from xfs_createKaixu Xia1-2/+1
2020-03-27xfs: factor inode lookup from xfs_ifree_clusterDave Chinner1-68/+84
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-14/+2
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig1-10/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-2/+2
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig1-3/+3
2020-03-03xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-10/+4
2020-03-03xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-2/+6
2020-01-27xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-6/+6
2020-01-24xfs: remove unused variable 'done'YueHaibing1-1/+0
2020-01-14xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong1-12/+12
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia1-0/+17
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-3/+3
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-2/+1
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-3/+12
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia1-1/+0
2019-10-21xfs: ignore extent size hints for always COW inodesChristoph Hellwig1-0/+6
2019-09-04xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia1-41/+42
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-29xfs: remove the xfs_log_item_t typedefChristoph Hellwig1-6/+6
2019-06-29xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig1-2/+2
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong1-5/+3
2019-06-12xfs: separate inode geometryDarrick J. Wong1-7/+9
2019-05-02xfs: change some error-less functions to void typesEric Sandeen1-20/+7
2019-04-15xfs: shutdown after buf release in iflush cluster abort pathBrian Foster1-1/+3
2019-02-15xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong1-10/+6
2019-02-15xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong1-1/+1
2019-02-12xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-6/+284
2019-02-12xfs: add tracepoints for high level iunlink operationsDarrick J. Wong1-0/+3
2019-02-12xfs: refactor inode update in iunlink_removeDarrick J. Wong1-21/+13
2019-02-12xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong1-38/+96
2019-02-12xfs: refactor inode unlinked pointer update functionsDarrick J. Wong1-92/+99
2019-02-12xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong1-11/+14
2019-02-12xfs: refactor AGI unlinked bucket updatesDarrick J. Wong1-20/+45
2019-02-12xfs: clean up iunlink functionsDarrick J. Wong1-47/+32
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-9/+5
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-1/+1
2018-12-12xfs: clean up indentation issues, remove an unwanted spaceColin Ian King1-1/+1
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster1-9/+1
2018-08-03xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-1/+1
2018-08-03xfs: automatic dfops inode reloggingBrian Foster1-2/+0
2018-08-03xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-2/+1
2018-07-30xfs: remove if_real_bytesChristoph Hellwig1-2/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-4/+13
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-2/+2
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-66/+13