aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-6/+10
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner1-3/+3
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+5
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner1-32/+1
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner1-1/+1
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner1-1/+1
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong1-0/+3
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+0
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+0
2020-05-19xfs: improve local fork verificationChristoph Hellwig1-2/+0
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny1-2/+1
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny1-0/+1
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig1-0/+1
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-20/+1
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-3/+0
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-0/+7
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong1-1/+1
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong1-0/+7
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+8
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+3
2018-08-02xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-0/+9
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-3/+3
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-5/+1
2018-07-26xfs: kill IHOLDDarrick J. Wong1-7/+0
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster1-2/+1
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+16
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams1-0/+16
2018-05-15xfs: factor out nodiscard helpersBrian Foster1-13/+3
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster1-2/+22
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+2
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra1-1/+1
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig1-4/+0
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong1-1/+2
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-0/+2
2017-12-20xfs: track cowblocks separately in i_flagsDarrick J. Wong1-0/+1
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-1/+1
2017-10-26xfs: remove if_rdevChristoph Hellwig1-2/+2
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig1-3/+0
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2017-04-28xfs: support ability to wait on new inodesBrian Foster1-1/+3
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-5/+2
2016-11-10xfs: fix unbalanced inode reclaim flush lockingBrian Foster1-5/+6
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong1-0/+3
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-0/+1
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-0/+4
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong1-0/+6