summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino
2018-07-17xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian 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: remove firstblock param from xfs dir opsBrian 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: use ->t_dfops in reflink cow recover pathBrian Foster
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian 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 dfops param from high level dirname callsBrian Foster
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-07-11xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig
2018-06-28xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-08xfs: move various type verifiers to common fileDave Chinner