aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson1-19/+30
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-14/+7
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner1-11/+13
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-02xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-49/+40
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-2/+0
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-8/+0
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-4/+4
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-9/+9
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-15/+1
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-16/+8
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+2
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-3/+0
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-25/+3
2018-07-11xfs: remove bmap format helpers firstblock paramsBrian Foster1-34/+29
2018-07-11xfs: remove bmap extent add helper firstblock paramsBrian Foster1-16/+10
2018-07-11xfs: remove xfs_bmalloca firstblock fieldBrian Foster1-21/+23
2018-07-11xfs: use ->t_firstblock in bmap extent splitBrian Foster1-9/+6
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster1-6/+4
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-13/+12
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-13/+5
2018-07-11xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster1-3/+2
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-10/+2
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster1-1/+0
2018-07-11xfs: use ->t_firstblock in attrfork addBrian Foster1-20/+13
2018-07-11xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster1-1/+1
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-4/+2
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-11/+1
2018-07-11xfs: remove dfops param from internal bmap extent helpersBrian Foster1-48/+44
2018-07-11xfs: use ->t_dfops for collapse/insert range operationsBrian Foster1-9/+7
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster1-15/+15
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster1-4/+4
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-11/+9
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-5/+5
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-1/+0
2018-07-11xfs: use ->t_dfops in extent split tx and remove paramBrian Foster1-7/+6
2018-07-11xfs: remove dfops param in attr fork add pathBrian Foster1-11/+8
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster1-1/+2
2018-07-11xfs: 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-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong1-1/+0
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong1-12/+16
2018-05-15xfs: factor out nodiscard helpersBrian Foster1-9/+4
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong1-11/+18