aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2019-07-26xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in inode inactivateBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster
2018-07-11xfs: use ->t_firstblock in dir opsBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04xfs: don't assert on corrupted unlinked inode listDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: defer agfl frees from directory op transactionsBrian Foster
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster
2018-05-09xfs: defer agfl frees from inode inactivationBrian Foster
2018-05-09xfs: validate allocated inode numberDave Chinner
2018-04-10xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino