summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster3-0/+22
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong6-31/+0
2021-04-23xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig4-6/+6
2021-04-23xfs: rename xfs_ictimestamp_tChristoph Hellwig4-9/+9
2021-04-16xfs: remove xfs_quiesce_attr declarationDarrick J. Wong1-1/+0
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig12-49/+19
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig11-29/+18
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig5-39/+27
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig8-93/+62
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster1-20/+9
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster1-45/+1
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster1-8/+3
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster1-42/+3
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong19-93/+61
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong4-17/+35
2021-04-08xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2-82/+99
2021-04-08xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong1-8/+7
2021-04-08xfs: precalculate default inode attribute offsetDave Chinner4-12/+28
2021-04-08xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
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: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R1-2/+28
2021-04-08xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R1-1/+3
2021-04-08xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2-3/+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 Hellwig9-29/+11
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig13-52/+49
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig17-47/+46
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig9-39/+39
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig4-11/+20
2021-04-08xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig1-2/+2
2021-04-08xfs: cleanup xfs_fill_fsxattrChristoph Hellwig1-2/+4
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig6-15/+14
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig9-15/+13
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig8-16/+16
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig16-34/+33
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig29-98/+98
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig13-23/+23
2021-04-08xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig1-1/+2
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig6-17/+35
2021-04-08xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0