summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-0/+1
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-2/+1
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-2/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-4/+13
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-66/+13
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-5/+3
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-6/+6
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-3/+2
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-20/+12
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-111-23/+19
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-12/+6
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+8