aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig1-6/+6
2019-06-28xfs: 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-01xfs: change some error-less functions to void typesEric Sandeen1-20/+7
2019-04-14xfs: shutdown after buf release in iflush cluster abort pathBrian Foster1-1/+3
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong1-10/+6
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong1-1/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-6/+284
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong1-0/+3
2019-02-11xfs: refactor inode update in iunlink_removeDarrick J. Wong1-21/+13
2019-02-11xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong1-38/+96
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong1-92/+99
2019-02-11xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong1-11/+14
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong1-20/+45
2019-02-11xfs: 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-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-1/+1
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-2/+0
2018-08-02xfs: 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
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster1-5/+3
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-6/+6
2018-07-11xfs: use ->t_firstblock in inode inactivateBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-3/+2
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster1-20/+12
2018-07-11xfs: use ->t_firstblock in dir opsBrian Foster1-23/+19
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-12/+6
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster1-4/+8
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster1-27/+23
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster1-5/+4
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-5/+5
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner1-36/+21
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-04xfs: don't assert on corrupted unlinked inode listDarrick J. Wong1-5/+14
2018-05-15xfs: factor out nodiscard helpersBrian Foster1-6/+3
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-5/+5