summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-06-01xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong
2020-06-01xfs: refactor intent item iop_recover callsDarrick J. Wong
2020-06-01xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong
2020-06-01xfs: refactor adding recovered intent items to the logDarrick J. Wong
2020-06-01xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-06-01xfs: refactor xlog_item_is_intent now that we're done convertingDarrick J. Wong
2020-06-01xfs: refactor recovered BUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered CUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered RUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered EFI log item playbackDarrick J. Wong
2020-06-01xfs: remove log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-06-01xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong
2020-06-01xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-06-01xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig
2020-06-01xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig
2020-06-01xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig
2020-06-01xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2020-06-01xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2020-06-01xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2020-06-01xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2020-06-01xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2020-06-01xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-06-01xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig
2020-06-01xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig
2020-06-01xfs: refactor xlog_recover_buffer_pass1Christoph Hellwig
2020-06-01xfs: simplify xlog_recover_inode_ra_pass2Christoph Hellwig
2020-06-01xfs: factor out a xlog_buf_readahead helperChristoph Hellwig
2020-06-01xfs: rename inode_list xlog_recover_reorder_transChristoph Hellwig
2020-06-01xfs: refactor the buffer cancellation table helpersChristoph Hellwig
2020-06-01xfs: report unrecognized log item type codes during recoveryDarrick J. Wong
2020-04-16xfs: move inode flush to the sync workqueuexfs-5.7-fixes-3Darrick J. Wong
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentxfs-5.7-fixes-1Darrick J. Wong
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-04-06xfs: reflink should force the log out if mounted with wsyncxfs-5.7-merge-12Christoph Hellwig
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2020-04-02xfs: fix inode number overflow in ifree cluster helperxfs-5.7-merge-11Brian Foster
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()xfs-5.7-merge-10Kaixu Xia
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong
2020-03-28xfs: return locked status of inode buffer on xfsaild pushxfs-5.7-merge-9Brian Foster