summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster5-36/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster5-0/+7
2018-08-02xfs: replace dop_low with transaction flagBrian Foster8-30/+36
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster6-14/+19
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster4-13/+4
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster5-38/+43
2018-08-02xfs: refactor internal dfops initializationBrian Foster1-10/+9
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6
2018-08-01xfs: refactor log recovery checkDarrick J. Wong3-2/+11
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2-3/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig3-7/+38
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2-0/+7
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong1-1/+34
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong3-1/+37
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell1-0/+12
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong1-94/+111
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong5-163/+149
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig6-12/+18
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig7-23/+23
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig1-36/+19
2018-07-30xfs: remove if_real_bytesChristoph Hellwig4-22/+5
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong5-219/+248
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong9-20/+26
2018-07-26xfs: remove deprecated barrier/nobarrier mountEric Sandeen2-31/+4
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong19-49/+54
2018-07-26xfs: kill IHOLDDarrick J. Wong1-7/+0
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster3-14/+27
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster11-38/+46
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2-11/+0
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