summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-9/+9
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-15/+1
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-16/+8
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+2
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-121-3/+0
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-121-25/+3
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-121-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-121-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-121-21/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-121-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-121-6/+4
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-13/+12
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-13/+5
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-121-3/+2
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-10/+2
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-121-1/+0
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-121-20/+13
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-121-1/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-4/+2
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-121-11/+1
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-121-48/+44
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-121-9/+7
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-121-15/+15
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-121-4/+4
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-11/+9
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-5/+5
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-121-1/+0
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-121-7/+6
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-121-11/+8
* xfs: use ->t_dfops for attr set/remove operationsBrian Foster2018-07-121-1/+2
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-121-4/+2
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-241-0/+26
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-14/+23
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong2018-06-041-1/+0
* xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong2018-05-161-2/+8
* xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2018-05-161-12/+16
* xfs: factor out nodiscard helpersBrian Foster2018-05-161-9/+4
* xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2018-05-161-11/+18
* xfs: don't discard on free of unwritten extentsBrian Foster2018-05-101-1/+2
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-4/+13
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-4/+4
* xfs: bmap debugging should never panic the systemDarrick J. Wong2018-05-091-2/+4
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-181-0/+4
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-241-2/+3
* xfs: refactor bmap record validationDarrick J. Wong2018-03-241-3/+43
* xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
* xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-291-2/+30