summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-6/+4
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+1
* xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R2021-02-011-5/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-221-24/+100
* xfs: Process allocated extent in a separate functionChandan Babu R2021-01-221-29/+45
* xfs: Compute bmap extent alignments in a separate functionChandan Babu R2021-01-221-37/+52
* xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R2021-01-221-1/+0
* xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-221-0/+3
* xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-221-0/+18
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+6
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-3/+3
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-091-10/+3
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-6/+2
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
* xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+4
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: force writes to delalloc regions to unwrittenDarrick J. Wong2020-05-271-12/+17
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-66/+54
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-71/+55
* xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-17/+5
* xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-12/+1
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-6/+4
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-4/+4
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-22/+22