aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAge
* xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-04
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-26
* xfs: remove unused header filesEric Sandeen2019-06-28
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-28
* xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig2019-06-28
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-12
* xfs: separate inode geometryDarrick J. Wong2019-06-12
* xfs: change some error-less functions to void typesEric Sandeen2019-05-01
* xfs: shutdown after buf release in iflush cluster abort pathBrian Foster2019-04-14
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-15
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-15
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-11
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-11
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-11
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-11
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-11
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-11
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-11
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-11
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-12
* xfs: add a block to inode count converterDarrick J. Wong2018-12-12
* xfs: clean up indentation issues, remove an unwanted spaceColin Ian King2018-12-12
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-28
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-03
* xfs: automatic dfops inode reloggingBrian Foster2018-08-03
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-03
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-30
* xfs: remove if_real_bytesChristoph Hellwig2018-07-30
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-26
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-26
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-26
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-26
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-12
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-12
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-12
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-12
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-12
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-12
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-12
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-12
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-12
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-12
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-12
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-12
* xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-22
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | xfs: replace do_mod with native operationsDave Chinner2018-06-08
* | xfs: convert to SPDX license tagsDave Chinner2018-06-06
* | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-04