summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-127/+135
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-8/+2
2021-04-08xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong1-17/+19
2021-04-08xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner1-0/+1
2021-04-08xfs: eager inode attr fork init needs attr feature awarenessDave Chinner1-1/+1
2021-04-08xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig1-32/+22
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-11/+9
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-19/+19
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-5/+5
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-2/+4
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-10/+9
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-5/+5
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-3/+2
2021-04-08xfs: consistently initialize di_flags2Christoph Hellwig1-1/+0
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig1-2/+4
2021-03-26xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-26xfs: initialise attr fork on inode createDave Chinner1-3/+21
2021-03-26xfs: prevent metadata files from being inactivatedDarrick J. Wong1-0/+4
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner1-1/+1
2021-03-23fs: document and rename fsid helpersChristian Brauner1-5/+5
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong1-6/+8
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+18
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-18/+10
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong1-4/+2
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-8/+18
2021-01-23xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-23xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-1/+43
2021-01-23xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+10
2021-01-23xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong1-17/+25
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner1-2/+9
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner1-35/+3
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner1-145/+70
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner1-30/+1
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia1-7/+1
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster1-8/+1
2020-09-16xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong1-1/+2
2020-09-16xfs: refactor inode flags propagation codeDarrick J. Wong1-48/+65
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-2/+2
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+3
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner1-46/+27
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-2/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang1-27/+11
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner1-2/+0
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner1-96/+75