summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12xfs: use ->t_firstblock in bmap extent splitBrian Foster1-9/+6
2018-07-12xfs: remove bmap insert/collapse firstblock paramBrian Foster1-6/+4
2018-07-12xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-13/+12
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-13/+5
2018-07-12xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster1-3/+2
2018-07-12xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-10/+2
2018-07-12xfs: use ->t_firstblock in xattr opsBrian Foster1-1/+0
2018-07-12xfs: use ->t_firstblock in attrfork addBrian Foster1-20/+13
2018-07-12xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster1-1/+1
2018-07-12xfs: refactor dfops init to attach to transactionBrian Foster1-4/+2
2018-07-12xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-11/+1
2018-07-12xfs: remove dfops param from internal bmap extent helpersBrian Foster1-48/+44
2018-07-12xfs: use ->t_dfops for collapse/insert range operationsBrian Foster1-9/+7
2018-07-12xfs: remove struct xfs_bmalloca dfops fieldBrian Foster1-15/+15
2018-07-12xfs: remove xfs_bmapi_remap() dfops paramBrian Foster1-4/+4
2018-07-12xfs: remove xfs_bunmapi() dfops paramBrian Foster1-11/+9
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-5/+5
2018-07-12xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-1/+0
2018-07-12xfs: use ->t_dfops in extent split tx and remove paramBrian Foster1-7/+6
2018-07-12xfs: remove dfops param in attr fork add pathBrian Foster1-11/+8
2018-07-12xfs: use ->t_dfops for attr set/remove operationsBrian Foster1-1/+2
2018-07-12xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig1-4/+2
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong1-0/+26
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-14/+23
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong1-1/+0
2018-05-16xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-16xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong1-12/+16
2018-05-16xfs: factor out nodiscard helpersBrian Foster1-9/+4
2018-05-16xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong1-11/+18
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster1-1/+2
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-4/+13
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-4/+4
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong1-2/+4
2018-04-18xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+4
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-03-24xfs: refactor inode verifier error loggingDarrick J. Wong1-2/+3
2018-03-24xfs: refactor bmap record validationDarrick J. Wong1-3/+43
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong1-2/+30
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-18xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong1-1/+9
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong1-2/+2
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong1-1/+1
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen1-2/+4
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig1-2/+2
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig1-12/+14
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig1-15/+16