summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace dop_low with transaction flagBrian Foster2018-08-038-30/+36
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-036-14/+19
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-034-13/+4Star
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-035-38/+43
* xfs: refactor internal dfops initializationBrian Foster2018-08-031-10/+9Star
* xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
* xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
* xfs: refactor log recovery checkDarrick J. Wong2018-08-013-2/+11
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-312-3/+3
* xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig2018-07-313-7/+38
* xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-312-0/+7
* xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
* xfs: verify icount in superblock writeDarrick J. Wong2018-07-313-1/+37
* libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
* xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-315-163/+149Star
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-306-12/+18
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-307-23/+23
* xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19Star
* xfs: remove if_real_bytesChristoph Hellwig2018-07-304-22/+5Star
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-305-219/+248
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-309-20/+26
* xfs: remove deprecated barrier/nobarrier mountEric Sandeen2018-07-263-33/+6Star
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-2619-49/+54
* xfs: kill IHOLDDarrick J. Wong2018-07-261-7/+0Star
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-263-14/+27
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-2611-38/+46
* xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-262-11/+0Star
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-2613-232/+44Star
* xfs: use internal dfops during [b|c]ui recoveryBrian Foster2018-07-263-27/+30
* xfs: use internal dfops in attr codeBrian Foster2018-07-261-11/+5Star
* xfs: use internal dfops in cow blocks cancelBrian Foster2018-07-261-4/+2Star
* xfs: support embedded dfops in transactionBrian Foster2018-07-264-19/+66
* xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-262-2/+3
* xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-263-8/+2Star
* xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14Star
* xfs: fix transaction leak on remote attr set/remove failureBrian Foster2018-07-261-2/+0Star
* xfs: use ->t_dfops in log recovery intent processingBrian Foster2018-07-261-0/+2
* 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/+832Star
* 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/+6Star
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-2312-46/+23Star
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6