summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-25/+77
|\
| * xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-12/+12
| * xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-3/+3
| * xfs: convert mount flags to featuresDave Chinner2021-08-191-8/+7
| * xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
| * xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong2021-08-061-0/+53
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-58/+63
|\ \ | |/ |/|
| * xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2021-07-131-26/+11
| * xfs: Convert to use invalidate_lockJan Kara2021-07-131-24/+26
| * xfs: Refactor xfs_isilocked()Pavel Reichl2021-07-131-8/+26
* | xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-130/+104
|\
| * xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-5/+5
| * Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-081-11/+11
| |\
| | * xfs: detach inode dquots at the end of inactivationDarrick J. Wong2021-06-031-11/+11
| * | Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-081-114/+88
| |\ \ | | |/ | |/|
| | * xfs: use perag through unlink processingDave Chinner2021-06-021-56/+75
| | * xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-54/+12
| | * xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2021-06-021-3/+0
| | * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-1/+1
|\ \ \ | |/ / |/| |
| * | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
| |/
* / xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-241-0/+29
|/
* 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
|\