summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-1/+2
* xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2022-04-281-21/+1
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-64/+45
|\
| * xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-2/+4
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-20/+0
| * xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-5/+4
| * xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
| * xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-111-2/+2
| * xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-111-1/+1
| * xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-111-5/+4
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-28/+29
* | xfs: convert bmapi flags to unsigned.Dave Chinner2022-04-211-11/+11
* | xfs: convert bmap extent type flags to unsigned.Dave Chinner2022-04-211-7/+7
|/
* xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-041-2/+2
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-53/+2
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-2/+19
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-0/+1
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-191-1/+1
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-5/+5
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-8/+8
* xfs: convert mount flags to featuresDave Chinner2021-08-191-2/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+6
* Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong2021-06-081-1/+1
|\
| * xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2021-06-021-1/+1
* | Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-081-0/+1
|\ \ | |/ |/|
| * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* | xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner2021-05-271-11/+0
* | xfs: btree format inode forks can have zero extentsDave Chinner2021-05-271-1/+0
|/
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-12/+2
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-2/+1
* xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-151-9/+7
* xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-151-32/+0
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-48/+34
* xfs: precalculate default inode attribute offsetDave Chinner2021-04-071-11/+10
* xfs: default attr fork size does not handle device inodesDave Chinner2021-04-071-2/+7
* xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R2021-04-071-1/+3
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-16/+16
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-6/+6
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R2021-04-071-1/+2
* xfs: initialise attr fork on inode createDave Chinner2021-03-251-5/+4
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-1/+1
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-8/+2
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-3/+1