summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-2991-1302/+1458
|\
| * xfs: remove xfs_quiesce_attr declarationDarrick J. Wong2021-04-161-1/+0
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-1512-49/+19
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-1511-29/+18
| * xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-154-14/+8
| * xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig2021-04-151-7/+6
| * xfs: simplify xfs_attr_remove_argsChristoph Hellwig2021-04-151-13/+8
| * xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-155-39/+27
| * xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-158-93/+62
| * xfs: drop unnecessary setfilesize helperBrian Foster2021-04-091-20/+9
| * xfs: drop unused ioend private merge and setfilesize codeBrian Foster2021-04-091-45/+1
| * xfs: open code ioend needs workqueue helperBrian Foster2021-04-091-8/+3
| * xfs: drop submit side trans alloc for append ioendsBrian Foster2021-04-091-42/+3
| * xfs: fix return of uninitialized value in variable errorColin Ian King2021-04-091-0/+1
| * xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-0919-93/+61
| * xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-094-17/+35
| * xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2021-04-072-82/+99
| * xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong2021-04-071-8/+7
| * xfs: precalculate default inode attribute offsetDave Chinner2021-04-074-12/+28
| * xfs: default attr fork size does not handle device inodesDave Chinner2021-04-071-2/+7
| * 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: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R2021-04-071-2/+28
| * xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R2021-04-071-1/+3
| * xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2021-04-072-3/+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-079-29/+11
| * xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-0713-52/+49
| * xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-0717-47/+46
| * xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-079-39/+39
| * xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-074-11/+20
| * xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig2021-04-071-2/+2
| * xfs: cleanup xfs_fill_fsxattrChristoph Hellwig2021-04-071-2/+4
| * xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-076-15/+14
| * xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-079-15/+13
| * xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-078-16/+16
| * xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-0716-34/+33
| * xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-0729-98/+98
| * xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-0713-23/+23
| * xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig2021-04-071-1/+2
| * xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-076-17/+35
| * xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig2021-04-071-5/+0
| * xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig2021-04-071-2/+2
| * xfs: consistently initialize di_flags2Christoph Hellwig2021-04-072-1/+1
| * xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-077-36/+17
| * xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R2021-04-071-9/+0
| * xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R2021-04-071-1/+2
| * xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R2021-04-071-2/+3
| * xfs: fix xfs_trans slab cache nameAnthony Iliopoulos2021-03-251-1/+1
| * xfs: add error injection for per-AG resv failureGao Xiang2021-03-253-2/+11