summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-05-20xfs: standardize extent size hint validationDarrick J. Wong
2021-05-20xfs: restore old ioctl definitionsxfs-5.13-fixes_2021-05-23xfs-5.13-fixes_2021-05-20xfs-5.13-fixes-1Darrick J. Wong
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig
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: fix return of uninitialized value in variable errorColin Ian King
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: 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: 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: 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: 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: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang
2021-03-25xfs: introduce xfs_ag_shrink_space()Gao Xiang
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner
2021-03-25xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner
2021-03-25xfs: type verification is expensiveDave Chinner
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-02-25xfs: use current->journal_info for detecting transaction recursionxfs-5.12-merge-6Dave Chinner
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertxfs-5.12-merge-5Brian Foster
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong