summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster
2018-08-02xfs: refactor internal dfops initializationBrian Foster
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong
2018-08-01xfs: refactor log recovery checkDarrick J. Wong
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong
2018-07-26xfs: remove deprecated barrier/nobarrier mountEric Sandeen
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: kill IHOLDDarrick J. Wong
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster
2018-07-26xfs: use internal dfops in attr codeBrian Foster
2018-07-26xfs: use internal dfops in cow blocks cancelBrian Foster
2018-07-26xfs: support embedded dfops in transactionBrian Foster
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster
2018-07-26xfs: reset dfops to initial state after finishBrian Foster
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster
2018-07-26xfs: make deferred processing safe for embedded dfopsBrian Foster
2018-07-26xfs: fix transaction leak on remote attr set/remove failureBrian Foster
2018-07-26xfs: use ->t_dfops in log recovery intent processingBrian Foster
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong
2018-07-23xfs: refactor unmount record writeDarrick J. Wong
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong