aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-1/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-3/+3
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-2/+2
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+0
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-2/+2
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-34/+34
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-1/+2
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong1-21/+1
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-64/+45
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner1-11/+11
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner1-7/+7
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-2/+4
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-20/+0
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-5/+4
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R1-3/+3
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-2/+2
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R1-5/+4
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-28/+29
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig1-2/+2
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-53/+2
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-2/+19
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+1
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong1-1/+1
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-5/+5
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong1-6/+6
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-8/+8
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-6/+6
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2Darrick J. Wong1-1/+1
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2Darrick J. Wong1-0/+1
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
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-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-12/+2
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-2/+1
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig1-9/+7
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-32/+0
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-48/+34
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner1-11/+10
2021-04-07xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
2021-04-07xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate root node sizeChandan Babu R1-1/+3
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-16/+16
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-1/+1