summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-131-1/+2
* xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-131-6/+18
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-135-2/+44
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-137-33/+26
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-114-12/+109
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-116-15/+55
* xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
* xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-112-1/+12
* xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2022-04-112-0/+3
* xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-112-0/+4
* xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-114-7/+7
* xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R2022-04-111-2/+2
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-114-13/+48
* xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-113-3/+3
* xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-114-11/+16
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-115-38/+41
* xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-112-7/+7
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-012-6/+23
|\
| * xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-212-6/+23
* | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-243-22/+27
|\|
| * xfs: constify xfs_name_dotdotDarrick J. Wong2022-03-142-2/+6
| * xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-143-20/+21
* | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+1
|/
* Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-4/+4
|\
| * xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong2022-01-171-4/+4
* | Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-25/+4
|\|
| * xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong2022-01-171-25/+4
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-2/+2
|\ \ | |/ |/|
| * xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-041-2/+2
* | xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu2021-11-241-10/+7
|/
* xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
* xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
* xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* xfs: remove unused parameter from refcount codeDarrick J. Wong2021-10-221-11/+8
* xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong2021-10-222-11/+22
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-229-92/+113
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-228-9/+139
* xfs: compact deferred intent item structuresDarrick J. Wong2021-10-223-3/+3
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-228-18/+17
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-2213-14/+14
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-1912-23/+178
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-1914-17/+203
* xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong2021-10-191-2/+0
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-195-18/+85
* xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2021-10-192-36/+37
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-191-1/+2
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-195-13/+16
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-196-7/+20
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-194-8/+10
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-196-22/+21