025a4f Merge remote-tracking branch 'origin/users/nborisov/SLE15/for-next' into SLE15

Merged and Committed by Jiri Kosina 5 years ago
82 files changed. 17367 lines added. 2 lines removed.
patches.fixes/0001-xfs-add-a-xfs_iext_update_extent-helper.patch
file added
+120
patches.fixes/0001-xfs-fix-number-of-records-handling-in-xfs_iext_split_leaf.patch
file added
+43
patches.fixes/0002-xfs-add-some-comments-to-xfs_iext_insert-xfs_iext_insert_node.patch
file added
+44
patches.fixes/0002-xfs-switch-xfs_bmap_local_to_extents-to-use-xfs_iext.patch
file added
+53
patches.fixes/0003-xfs-remove-a-superflous-assignment-in-xfs_iext_remove_node.patch
file added
+30
patches.fixes/0003-xfs-use-xfs_iext_get_extent-in-xfs_bmap_first_unused.patch
file added
+57
patches.fixes/0004-xfs-move-some-code-around-inside-xfs_bmap_shift_exte.patch
file added
+109
patches.fixes/0004-xfs-trivial-indentation-fixup-for-xfs_iext_remove_node.patch
file added
+31
patches.fixes/0005-xfs-add-comments-documenting-the-rebalance-algorithm.patch
file added
+81
patches.fixes/0005-xfs-use-xfs_iext_-_extent-helpers-in-xfs_bmap_shift_.patch
file added
+371
patches.fixes/0006-xfs-handle-zero-entries-case-in-xfs_iext_rebalance_leaf.patch
file added
+74
patches.fixes/0006-xfs-use-xfs_iext_-_extent-helpers-in-xfs_bmap_split_.patch
file added
+70
patches.fixes/0007-xfs-fix-type-usage.patch
file added
+54
patches.fixes/0007-xfs-rewrite-xfs_bmap_count_leaves-using-xfs_iext_get.patch
file added
+125
patches.fixes/0008-xfs-fix-memory-leak-in-xfs_iext_free_last_leaf.patch
file added
+47
patches.fixes/0008-xfs-replace-xfs_qm_get_rtblks-with-a-direct-call-to-.patch
file added
+99
patches.fixes/0009-xfs-move-xfs_iext_insert-tracepoint-to-report-useful-information.patch
file added
+41
patches.fixes/0009-xfs-rewrite-getbmap-using-the-xfs_iext_-helpers.patch
file added
+644
patches.fixes/0010-xfs-simplify-the-xfs_getbmap-interface.patch
file added
+312
patches.fixes/0011-xfs-use-xfs_iext_get_extent-instead-of-open-coding-i.patch
file added
+181
patches.fixes/0012-xfs-don-t-set-XFS_BTCUR_BPRV_WASDEL-in-xfs_bunmapi.patch
file added
+42
patches.fixes/0013-xfs-rename-bno-to-end-in-__xfs_bunmapi.patch
file added
+175
patches.fixes/0014-xfs-use-xfs_bmap_del_extent_delay-for-the-data-fork-.patch
file added
+449
patches.fixes/0015-xfs-move-some-more-code-into-xfs_bmap_del_extent_rea.patch
file added
+89
patches.fixes/0016-xfs-use-correct-state-defines-in-xfs_bmap_del_extent.patch
file added
+98
patches.fixes/0017-xfs-use-the-state-defines-in-xfs_bmap_del_extent_rea.patch
file added
+76
patches.fixes/0018-xfs-refactor-xfs_del_extent_real.patch
file added
+169
patches.fixes/0019-xfs-refactor-xfs_bmap_add_extent_hole_delay.patch
file added
+87
patches.fixes/0020-xfs-refactor-xfs_bmap_add_extent_hole_real.patch
file added
+134
patches.fixes/0021-xfs-refactor-xfs_bmap_add_extent_delay_real.patch
file added
+402
patches.fixes/0022-xfs-refactor-delalloc-accounting-in-xfs_bmap_add_ext.patch
file added
+84
patches.fixes/0023-xfs-refactor-xfs_bmap_add_extent_unwritten_real.patch
file added
+441
patches.fixes/0024-xfs-pass-a-struct-xfs_bmbt_irec-to-xfs_bmbt_update.patch
file added
+427
patches.fixes/0025-xfs-pass-a-struct-xfs_bmbt_irec-to-xfs_bmbt_lookup_e.patch
file added
+423
patches.fixes/0026-xfs-replace-xfs_bmbt_lookup_ge-with-xfs_bmbt_lookup_.patch
file added
+60
patches.fixes/0027-xfs-remove-all-xfs_bmbt_set_-helpers-except-for-xfs_.patch
file added
+168
patches.fixes/0028-xfs-remove-xfs_bmbt_get_state.patch
file added
+89
patches.fixes/0029-xfs-add-a-xfs_bmap_fork_to_state-helper.patch
file added
+175
patches.fixes/0030-xfs-make-better-use-of-the-state-variable-in-xfs_bma.patch
file added
+37
patches.fixes/0031-xfs-remove-post-bmap-tracing-in-xfs_bmap_local_to_ex.patch
file added
+37
patches.fixes/0032-xfs-move-pre-post-bmap-tracing-into-xfs_iext_update_.patch
file added
+619
patches.fixes/0033-xfs-remove-XFS_BMAP_TRACE_EXLIST.patch
file added
+169
patches.fixes/0034-xfs-remove-the-never-fully-implemented-UUID-fork-for.patch
file added
+291
patches.fixes/0035-xfs-remove-if_rdev.patch
file added
+273
patches.fixes/0036-xfs-inline-xfs_shift_file_space-into-callers.patch
file added
+283
patches.fixes/0037-xfs-remove-XFS_BMAP_MAX_SHIFT_EXTENTS.patch
file added
+174
patches.fixes/0038-xfs-split-xfs_bmap_shift_extents.patch
file added
+367
patches.fixes/0039-xfs-remove-xfs_bmse_shift_one.patch
file added
+318
patches.fixes/0040-xfs-update-got-in-xfs_bmap_shift_update_extent.patch
file added
+68
patches.fixes/0041-xfs-don-t-rely-on-extent-indices-in-xfs_bmap_collaps.patch
file added
+128
patches.fixes/0042-xfs-don-t-rely-on-extent-indices-in-xfs_bmap_insert_.patch
file added
+122
patches.fixes/0043-xfs-rewrite-xfs_bmap_first_unused-to-make-better-use.patch
file added
+111
patches.fixes/0044-xfs-add-asserts-for-the-mmap-lock-in-xfs_-insert-col.patch
file added
+42
patches.fixes/0045-xfs-merge-xfs_bmap_read_extents-into-xfs_iread_exten.patch
file added
+238
patches.fixes/0046-xfs-add-a-new-xfs_iext_lookup_extent_before-helper.patch
file added
+152
patches.fixes/0047-xfs-don-t-create-overlapping-extents-in-xfs_bmap_add.patch
file added
+71
patches.fixes/0048-xfs-remove-a-duplicate-assignment-in-xfs_bmap_add_ex.patch
file added
+35
patches.fixes/0049-xfs-treat-idx-as-a-cursor-in-xfs_bmap_add_extent_del.patch
file added
+121
patches.fixes/0050-xfs-treat-idx-as-a-cursor-in-xfs_bmap_add_extent_hol.patch
file added
+67
patches.fixes/0051-xfs-treat-idx-as-a-cursor-in-xfs_bmap_add_extent_hol.patch
file added
+57
patches.fixes/0052-xfs-treat-idx-as-a-cursor-in-xfs_bmap_add_extent_unw.patch
file added
+146
patches.fixes/0053-xfs-treat-idx-as-a-cursor-in-xfs_bmap_del_extent_.patch
file added
+67
patches.fixes/0054-xfs-treat-idx-as-a-cursor-in-xfs_bmap_collapse_exten.patch
file added
+82
patches.fixes/0055-xfs-pass-an-on-disk-extent-to-xfs_bmbt_validate_exte.patch
file added
+102
patches.fixes/0056-xfs-iterate-over-extents-in-xfs_iextents_copy.patch
file added
+110
patches.fixes/0057-xfs-iterate-over-extents-in-xfs_bmap_extents_to_btre.patch
file added
+69
patches.fixes/0058-xfs-refactor-dir2-leaf-readahead-shadow-buffer-cleve.patch
file added
+430
patches.fixes/0059-xfs-introduce-the-xfs_iext_cursor-abstraction.patch
file added
+2178
patches.fixes/0060-xfs-iterate-backwards-in-xfs_reflink_cancel_cow_bloc.patch
file added
+63
patches.fixes/0061-xfs-simplify-xfs_reflink_convert_cow.patch
file added
+111
patches.fixes/0062-xfs-remove-support-for-inlining-data-extents-into-th.patch
file added
+435
patches.fixes/0063-xfs-allow-unaligned-extent-records-in-xfs_bmbt_disk_.patch
file added
+47
patches.fixes/0064-xfs-use-a-b-tree-for-the-in-core-extent-list.patch
file added
+2741
patches.fixes/0065-xfs-remove-the-nr_extents-argument-to-xfs_iext_inser.patch
file added
+240
patches.fixes/0066-xfs-remove-the-nr_extents-argument-to-xfs_iext_remov.patch
file added
+204
patches.fixes/0067-xfs-pass-struct-xfs_bmbt_irec-to-xfs_bmbt_validate_e.patch
file added
+92
patches.fixes/0068-xfs-move-xfs_bmbt_irec-and-xfs_exntst_t-to-xfs_types.patch
file added
+72
patches.fixes/block-don-t-warn-for-flush-on-read-only-device.patch
file added
+34
patches.fixes/hfsplus-fix-null-dereference-in-hfsplus_lookup.patch
file added
+57
patches.fixes/xfs-Remove-dead-code-from-inode-recover-function.patch
file modified
+2 -2
patches.fixes/xfs-preserve-i_rdev-when-recycling-a-reclaimable-inode.patch
file added
+51
series.conf
file modified
+80 -0
    Merge remote-tracking branch 'origin/users/nborisov/SLE15/for-next' into SLE15
    
    Pull fs fixes from Nikolai Borisov
    
        
file modified
+80 -0