summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster13-232/+44
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster3-27/+30
2018-07-26xfs: use internal dfops in attr codeBrian Foster1-11/+5
2018-07-26xfs: use internal dfops in cow blocks cancelBrian Foster1-4/+2
2018-07-26xfs: support embedded dfops in transactionBrian Foster4-19/+66
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2-2/+3
2018-07-26xfs: reset dfops to initial state after finishBrian Foster1-2/+18
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster3-8/+2
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-26xfs: use ->t_dfops in log recovery intent processingBrian Foster1-0/+2
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster5-5/+14
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong5-2/+35
2018-07-23xfs: refactor unmount record writeDarrick J. Wong2-62/+82
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong3-29/+73
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong25-843/+832
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong25-294/+294
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong6-168/+168
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong24-1190/+1196
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2-12/+6
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong12-46/+23
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-18libxfs: Fix a couple of sparse complaintisCarlos Maiolino2-2/+2
2018-07-18xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva1-10/+7
2018-07-18xfs_bmap_util: use swap macroGustavo A. R. Silva1-23/+5
2018-07-18xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva1-10/+3
2018-07-18xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong1-12/+12
2018-07-12xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-12xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen1-2/+1
2018-07-12xfs: kill __xfs_buf_submit_common()Brian Foster1-49/+34
2018-07-12xfs: combine [a]sync buffer submission apisBrian Foster3-53/+33
2018-07-12xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster1-39/+41
2018-07-12xfs: refactor buffer submission into a common helperBrian Foster2-49/+37
2018-07-12xfs: remove xfs_defer_init() firstblock paramBrian Foster14-58/+44
2018-07-12xfs: use ->t_firstblock in inode inactivateBrian Foster1-2/+1
2018-07-12xfs: use ->t_firstblock in extent swapBrian Foster1-4/+2
2018-07-12xfs: use ->t_firstblock in reflink cow block cancelBrian Foster1-2/+1
2018-07-12xfs: replace no-op firstblock init with ->t_firstblockBrian Foster1-1/+1
2018-07-12xfs: use ->t_firstblock in dq allocBrian Foster1-2/+1
2018-07-12xfs: remove xfs_alloc_arg firstblock fieldBrian Foster6-17/+11
2018-07-12xfs: remove xfs_btree_cur private firstblock fieldBrian Foster3-32/+7
2018-07-12xfs: remove bmap format helpers firstblock paramsBrian Foster1-34/+29
2018-07-12xfs: remove bmap extent add helper firstblock paramsBrian Foster1-16/+10
2018-07-12xfs: remove xfs_bmalloca firstblock fieldBrian Foster2-22/+23
2018-07-12xfs: use ->t_firstblock in bmap extent splitBrian Foster1-9/+6
2018-07-12xfs: remove bmap insert/collapse firstblock paramBrian Foster3-10/+8
2018-07-12xfs: remove xfs_bunmapi() firstblock paramBrian Foster9-32/+22
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster10-38/+22
2018-07-12xfs: use ->t_firstblock in insert/collapse rangeBrian Foster1-6/+4