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