aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner17-138/+384
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner1-1/+0
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner13-149/+166
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner1-14/+31
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner2-6/+6
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner1-8/+8
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner3-19/+19
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner3-25/+25
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner2-29/+29
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: log tickets don't need log client idDave Chinner1-1/+0
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R1-1/+2
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R1-6/+18
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R5-2/+44
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R7-33/+26
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-0/+5
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-4/+5
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R4-12/+109
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R6-15/+55
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R1-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2-1/+12
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2-0/+3
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2-0/+4
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R4-7/+7
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R1-2/+2
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R4-13/+48
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R3-3/+3
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R4-11/+16
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R5-38/+41
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R2-7/+7
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+23
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-22/+27
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+1
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2-6/+23
2022-03-14xfs: constify xfs_name_dotdotDarrick J. Wong2-2/+6
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong3-20/+21
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong1-4/+4
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig1-2/+2
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong1-0/+4
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen2-3/+7
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1