summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-25xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2-0/+39
2021-05-25xfs: standardize extent size hint validationDarrick J. Wong1-4/+20
2021-05-25xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-07Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-27/+58
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds32-384/+416
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster2-0/+16
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-3/+13
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong3-7/+0
2021-04-23xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-1/+1
2021-04-23xfs: rename xfs_ictimestamp_tChristoph Hellwig1-5/+5
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig5-28/+9
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig7-23/+12
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 Hellwig4-38/+26
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-48/+34
2021-04-12xfs: convert to fileattrMiklos Szeredi1-4/+0
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-04-08xfs: precalculate default inode attribute offsetDave Chinner3-11/+15
2021-04-08xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
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 Iliopoulos1-1/+1
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig4-18/+5
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig3-5/+3
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig4-7/+5
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig5-32/+31
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-1/+2
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2-3/+2
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2-3/+2
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig3-4/+3
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig6-14/+13
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig9-42/+41
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2-5/+4
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2-6/+3
2021-04-08xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig3-28/+7
2021-04-08xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-03-26xfs: add error injection for per-AG resv failureGao Xiang2-2/+8
2021-03-26xfs: introduce xfs_ag_shrink_space()Gao Xiang2-0/+117
2021-03-26xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-26xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-26xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-26xfs: initialise attr fork on inode createDave Chinner3-10/+21
2021-03-26xfs: prevent metadata files from being inactivatedDarrick J. Wong1-1/+1
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong3-7/+7