summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster2-24/+2
2018-07-26xfs: use internal dfops in attr codeBrian Foster1-11/+5
2018-07-26xfs: support embedded dfops in transactionBrian Foster2-14/+24
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster1-1/+2
2018-07-26xfs: reset dfops to initial state after finishBrian Foster1-2/+18
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster2-2/+0
2018-07-26xfs: make deferred processing safe for embedded dfopsBrian Foster1-18/+14
2018-07-26xfs: fix transaction leak on remote attr set/remove failureBrian Foster1-2/+0
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-1/+3
2018-07-23xfs: refactor unmount record writeDarrick J. Wong1-0/+13
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong1-3/+18
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong1-8/+3
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong6-35/+15
2018-07-23xfs: return from _defer_finish with a clean transactionDarrick J. Wong1-0/+6
2018-07-23xfs: check leaf attribute block freemap in verifierDarrick J. Wong1-0/+22
2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino2-2/+2
2018-07-17xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva1-10/+7
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva1-10/+3
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong1-12/+12
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster6-32/+19
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian Foster1-1/+1
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster5-16/+10
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster3-32/+7
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 Foster2-22/+23
2018-07-11xfs: use ->t_firstblock in bmap extent splitBrian Foster1-9/+6
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster2-8/+6
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster5-22/+17
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster4-20/+9
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 Foster7-38/+33
2018-07-11xfs: use ->t_firstblock in attrfork addBrian Foster1-20/+13
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster2-11/+7
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 Foster6-23/+30
2018-07-11xfs: use ->t_dfops in reflink cow recover pathBrian Foster1-4/+5
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster4-10/+6
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster3-18/+4
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 Foster2-13/+9
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2-16/+15
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2-5/+5
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster5-17/+14
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster4-13/+9
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster7-119/+117
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