summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2019-02-121-1/+4
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16
* xfs: fold dfops into the transactionBrian Foster2018-08-031-1/+0Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-49/+40Star
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-2/+0Star
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-8/+0Star
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-0/+1
* xfs: replace dop_low with transaction flagBrian Foster2018-08-031-4/+4
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-9/+9
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-15/+1Star
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-16/+8Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+2
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-121-3/+0Star
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-121-25/+3Star
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-121-34/+29Star
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-121-16/+10Star
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-121-21/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-121-9/+6Star
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-121-6/+4Star
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-13/+12Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-13/+5Star
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-121-3/+2Star
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-10/+2Star
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-121-1/+0Star
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-121-20/+13Star
* 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/+2Star
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-121-11/+1Star
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-121-48/+44Star
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-121-9/+7Star
* 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/+9Star
* 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/+0Star
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-121-7/+6Star
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-121-11/+8Star
* 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/+2Star
* 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/+1Star
* xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong2018-06-041-1/+0Star
* 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/+4Star
* 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