summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
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/sc...Darrick J. Wong1-1/+1
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong1-0/+1
2021-06-03xfs: 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-08xfs: precalculate default inode attribute offsetDave Chinner1-11/+10
2021-04-08xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
2021-04-08xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R1-1/+3
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-16/+16
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-6/+6
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-03-26xfs: initialise attr fork on inode createDave Chinner1-5/+4
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+1
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-8/+2
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-3/+1
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong1-6/+4
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong1-2/+1
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R1-5/+4
2021-01-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-24/+100
2021-01-23xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-23xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-23xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-23xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-0/+3
2021-01-23xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-23xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+6
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-3/+3
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-10/+3
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-6/+2
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+4
2020-07-29xfs: Remove kmem_zone_alloc() usageCarlos Maiolino1-1/+2
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong1-12/+17
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-66/+54
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-71/+55