summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-4/+3
* xfs: remove unused iflush stale parameterBrian Foster2020-05-071-1/+1
* xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2020-05-071-13/+0
* xfs: simplify inode flush error handlingBrian Foster2020-05-071-72/+45
* xfs: factor out buffer I/O failure codeBrian Foster2020-05-071-5/+1
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-2/+2
* xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig2020-04-061-0/+19
* xfs: fix inode number overflow in ifree cluster helperBrian Foster2020-04-021-1/+1
* xfs: remove unnecessary ternary from xfs_createKaixu Xia2020-03-281-2/+1
* xfs: factor inode lookup from xfs_ifree_clusterDave Chinner2020-03-271-68/+84
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-14/+2
* xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig2020-03-191-10/+3
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-2/+2
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-3/+3
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-10/+4
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-021-2/+6
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-6/+6
* xfs: remove unused variable 'done'YueHaibing2020-01-231-1/+0
* xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong2020-01-141-12/+12
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-131-0/+17
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-3/+3
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-2/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+12
* xfs: remove the duplicated inode log fieldmask setkaixuxia2019-10-211-1/+0
* xfs: ignore extent size hints for always COW inodesChristoph Hellwig2019-10-211-0/+6
* xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-031-41/+42
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-281-6/+6
* xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig2019-06-281-2/+2
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-5/+3
* xfs: separate inode geometryDarrick J. Wong2019-06-121-7/+9
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-20/+7
* xfs: shutdown after buf release in iflush cluster abort pathBrian Foster2019-04-141-1/+3
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-141-10/+6
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-141-1/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-6/+284
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-111-0/+3
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-111-21/+13
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-111-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-111-92/+99
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-111-11/+14
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-111-20/+45
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-111-47/+32
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-9/+5
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: clean up indentation issues, remove an unwanted spaceColin Ian King2018-12-121-1/+1
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-291-9/+1
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-2/+0