summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster
2018-07-11xfs: remove bmap format helpers firstblock paramsBrian Foster
2018-07-11xfs: remove bmap extent add helper firstblock paramsBrian Foster
2018-07-11xfs: remove xfs_bmalloca firstblock fieldBrian Foster
2018-07-11xfs: use ->t_firstblock in bmap extent splitBrian Foster
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: use ->t_firstblock in attrfork addBrian Foster
2018-07-11xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster
2018-07-11xfs: remove dfops param from internal bmap extent helpersBrian Foster
2018-07-11xfs: use ->t_dfops for collapse/insert range operationsBrian Foster
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-07-11xfs: use ->t_dfops in extent split tx and remove paramBrian Foster
2018-07-11xfs: remove dfops param in attr fork add pathBrian Foster
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster
2018-07-11xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong
2018-04-17xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen