9e3ffb Switch to EL kernel source and versioning

Authored and Committed by Kmods SIG 2 years ago
83 files changed. 14717 lines added. 21 lines removed.
.gitignore
file modified
+1 -1
.kmod-exfat.metadata
file modified
+1 -1
SOURCES/0001-exfat-add-in-memory-and-on-disk-structures-and-heade.patch
file added
+741
SOURCES/0002-exfat-add-super-block-operations.patch
file added
+758
SOURCES/0003-exfat-add-inode-operations.patch
file added
+2156
SOURCES/0004-exfat-add-directory-operations.patch
file added
+1267
SOURCES/0005-exfat-add-file-operations.patch
file added
+390
SOURCES/0006-exfat-add-fat-entry-operations.patch
file added
+492
SOURCES/0007-exfat-add-bitmap-operations.patch
file added
+309
SOURCES/0008-exfat-add-exfat-cache.patch
file added
+354
SOURCES/0009-exfat-add-misc-operations.patch
file added
+193
SOURCES/0010-exfat-add-nls-operations.patch
file added
+860
SOURCES/0011-exfat-add-Kconfig-and-Makefile.patch
file added
+37
SOURCES/0012-exfat-update-file-system-parameter-handling.patch
file added
+84
SOURCES/0013-exfat-Fix-discard-support.patch
file added
+38
SOURCES/0014-exfat-add-missing-MODULE_ALIAS_FS.patch
file added
+29
SOURCES/0015-exfat-Unify-access-to-the-boot-sector.patch
file added
+174
SOURCES/0016-exfat-remove-bps-mount-option.patch
file added
+33
SOURCES/0017-exfat-properly-set-s_time_gran.patch
file added
+32
SOURCES/0018-exfat-truncate-atimes-to-2s-granularity.patch
file added
+160
SOURCES/0019-exfat-use-iter_file_splice_write.patch
file added
+66
SOURCES/0020-exfat-fix-possible-memory-leak-in-exfat_find.patch
file added
+32
SOURCES/0021-exfat-add-the-dummy-mount-options-to-be-backward-com.patch
file added
+77
SOURCES/0022-fs-convert-mpage_readpages-to-mpage_readahead.patch
file added
+65
SOURCES/0023-exfat-Simplify-exfat_utf8_d_cmp-for-code-points-abov.patch
file added
+43
SOURCES/0024-exfat-Use-a-more-common-logging-style.patch
file added
+469
SOURCES/0025-exfat-Simplify-exfat_utf8_d_hash-for-code-points-abo.patch
file added
+45
SOURCES/0026-exfat-Remove-unused-functions-exfat_high_surrogate-a.patch
file added
+61
SOURCES/0027-exfat-remove-the-assignment-of-0-to-bool-variable.patch
file added
+33
SOURCES/0028-exfat-replace-time_ms-with-time_cs.patch
file added
+195
SOURCES/0029-exfat-optimize-dir-cache.patch
file added
+580
SOURCES/0030-exfat-redefine-PBR-as-boot_sector.patch
file added
+355
SOURCES/0031-exfat-separate-the-boot-sector-analysis.patch
file added
+216
SOURCES/0032-exfat-add-boot-region-verification.patch
file added
+126
SOURCES/0033-exfat-standardize-checksum-calculation.patch
file added
+186
SOURCES/0034-exfat-remove-unnecessary-reassignment-of-p_uniname-n.patch
file added
+35
SOURCES/0035-exfat-fix-memory-leak-in-exfat_parse_param.patch
file added
+85
SOURCES/0036-exfat-fix-incorrect-update-of-stream-entry-in-__exfa.patch
file added
+41
SOURCES/0037-exfat-fix-range-validation-error-in-alloc-and-free-c.patch
file added
+42
SOURCES/0038-exfat-Fix-potential-use-after-free-in-exfat_load_upc.patch
file added
+34
SOURCES/0039-exfat-Set-the-unused-characters-of-FileName-field-to.patch
file added
+41
SOURCES/0040-exfat-add-missing-brelse-calls-on-error-paths.patch
file added
+56
SOURCES/0041-exfat-call-sync_filesystem-for-read-only-remount.patch
file added
+55
SOURCES/0042-exfat-move-setting-VOL_DIRTY-over-exfat_remove_entri.patch
file added
+41
SOURCES/0043-exfat-flush-dirty-metadata-in-fsync.patch
file added
+90
SOURCES/0044-exfat-fix-overflow-issue-in-exfat_cluster_to_sector.patch
file added
+34
SOURCES/0045-exfat-fix-wrong-hint_stat-initialization-in-exfat_fi.patch
file added
+33
SOURCES/0046-exfat-fix-wrong-size-update-of-stream-entry-by-typo.patch
file added
+32
SOURCES/0047-exfat-fix-name_hash-computation-on-big-endian-system.patch
file added
+62
SOURCES/0048-exfat-remove-EXFAT_SB_DIRTY-flag.patch
file added
+307
SOURCES/0049-exfat-write-multiple-sectors-at-once.patch
file added
+90
SOURCES/0050-exfat-add-error-check-when-updating-dir-entries.patch
file added
+112
SOURCES/0051-exfat-optimize-exfat_zeroed_cluster.patch
file added
+96
SOURCES/0052-exfat-retain-VolumeFlags-properly.patch
file added
+298
SOURCES/0053-exfat-fix-pointer-error-checking.patch
file added
+57
SOURCES/0054-exfat-fix-use-of-uninitialized-spinlock-on-error-pat.patch
file added
+136
SOURCES/0055-exfat-fix-misspellings-using-codespell-tool.patch
file added
+66
SOURCES/0056-exfat-use-i_blocksize-to-get-blocksize.patch
file added
+30
SOURCES/0057-exfat-eliminate-dead-code-in-exfat_find.patch
file added
+181
SOURCES/0058-exfat-remove-useless-directory-scan-in-exfat_add_ent.patch
file added
+43
SOURCES/0059-exfat-replace-memcpy-with-structure-assignment.patch
file added
+119
SOURCES/0060-exfat-remove-rwoffset-in-exfat_inode_info.patch
file added
+171
SOURCES/0061-exfat-remove-useless-check-in-exfat_move_file.patch
file added
+37
SOURCES/0062-PATCH-reduce-boilerplate-in-fsid-handling.patch
file added
+30
SOURCES/0063-exfat-Avoid-allocating-upcase-table-using-kcalloc.patch
file added
+80
SOURCES/0064-block-use-an-on-stack-bio-in-blkdev_issue_flush.patch
file added
+33
SOURCES/0065-exfat-fix-shift-out-of-bounds-in-exfat_fill_super.patch
file added
+124
SOURCES/0066-exfat-improve-performance-of-exfat_free_cluster-when.patch
file added
+152
SOURCES/0067-attr-handle-idmapped-mounts.patch
file added
+55
SOURCES/0068-stat-handle-idmapped-mounts.patch
file added
+40
SOURCES/0069-fs-make-helpers-idmap-mount-aware.patch
file added
+116
SOURCES/0070-exfat-fix-erroneous-discard-when-clear-cluster-bit.patch
file added
+61
SOURCES/0071-exfat-introduce-bitmap_lock-for-cluster-bitmap-acces.patch
file added
+140
SOURCES/0072-exfat-add-support-ioctl-and-FITRIM-function.patch
file added
+234
SOURCES/0073-exfat-improve-write-performance-when-dirsync-enabled.patch
file added
+132
SOURCES/0074-exfat-speed-up-iterate-lookup-by-fixing-start-point-.patch
file added
+125
SOURCES/0075-mm-require-set_page_dirty-to-be-explicitly-wired-up.patch
file added
+40
SOURCES/0076-exfat-avoid-incorrectly-releasing-for-root-inode.patch
file added
+33
SOURCES/0077-exfat-handle-wrong-stream-entry-size-in-exfat_readdi.patch
file added
+69
SOURCES/0078-exfat-fix-incorrect-loading-of-i_blocks-for-large-fi.patch
file added
+35
SOURCES/9001-Compat-for-missing-inode-method-free_inode.patch
file added
+40
SOURCES/9999-enable-exfat.patch
file added
+6
SPECS/kmod-exfat.spec
file modified
+90 -19
    Switch to EL kernel source and versioning
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+90 -19