summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-265-5/+14
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-235-2/+35
* xfs: refactor unmount record writeDarrick J. Wong2018-07-232-62/+82
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-233-29/+73
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-2325-843/+832
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-2325-294/+294
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-236-168/+168
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-2324-1190/+1196
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-232-12/+6
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-2312-46/+23
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
* xfs: check leaf attribute block freemap in verifierDarrick J. Wong2018-07-231-0/+22
* libxfs: Fix a couple of sparse complaintisCarlos Maiolino2018-07-172-2/+2
* xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva2018-07-171-10/+7
* xfs_bmap_util: use swap macroGustavo A. R. Silva2018-07-171-23/+5
* xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva2018-07-171-10/+3
* xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong2018-07-171-12/+12
* xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-121-2/+3
* xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen2018-07-121-2/+1
* xfs: kill __xfs_buf_submit_common()Brian Foster2018-07-121-49/+34
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-123-53/+33
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-121-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-122-49/+37
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-1214-58/+44
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-121-2/+1
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-121-4/+2
* xfs: use ->t_firstblock in reflink cow block cancelBrian Foster2018-07-121-2/+1
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-121-1/+1
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-121-2/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-126-17/+11
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-123-32/+7
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-121-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-121-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-122-22/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-121-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-123-10/+8
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-129-32/+22
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-1210-38/+22
* xfs: use ->t_firstblock in insert/collapse rangeBrian Foster2018-07-121-6/+4
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-121-3/+2
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-125-26/+15
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-125-25/+20
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-127-38/+33
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-121-20/+13
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-124-33/+20
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-122-28/+23
* xfs: add firstblock field to xfs_transBrian Foster2018-07-122-0/+3
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-122-7/+4
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-1214-70/+55
* xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-121-4/+5