summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-16xfs: remove xfs_quiesce_attr declarationDarrick J. Wong
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-12xfs: convert to fileattrMiklos Szeredi
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-07xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong
2021-04-07xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner
2021-04-07xfs: default attr fork size does not handle device inodesDave Chinner
2021-04-07xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner
2021-04-07xfs: eager inode attr fork init needs attr feature awarenessDave Chinner
2021-04-07xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R
2021-04-07xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R
2021-04-07xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos
2021-04-07xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig
2021-04-07xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig
2021-04-07xfs: cleanup xfs_fill_fsxattrChristoph Hellwig
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R