https://github.com/torvalds/linux
Revision 1f952675835bfe18d6ae494a5581724d68c52352 authored by Linus Torvalds on 03 June 2022, 23:57:16 UTC, committed by Linus Torvalds on 03 June 2022, 23:57:16 UTC
Pull ntfs3 updates from Konstantin Komarov:

 - fix some memory leaks and panic

 - fixed xfstests (tested on x86_64): generic/092 generic/099
   generic/228 generic/240 generic/307 generic/444

 - fix some typos, dead code, etc

* tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux-ntfs3:
  fs/ntfs3: provide block_invalidate_folio to fix memory leak
  fs/ntfs3: Fix invalid free in log_replay
  fs/ntfs3: Update valid size if -EIOCBQUEUED
  fs/ntfs3: Check new size for limits
  fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
  fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
  fs/ntfs3: Optimize locking in ntfs_save_wsl_perm
  fs/ntfs3: Update i_ctime when xattr is added
  fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
  fs/ntfs3: Keep preallocated only if option prealloc enabled
  fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
2 parent s 67850b7 + 724bbe4
History
Tip revision: 1f952675835bfe18d6ae494a5581724d68c52352 authored by Linus Torvalds on 03 June 2022, 23:57:16 UTC
Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux-ntfs3
Tip revision: 1f95267
File Mode Size
ext
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 749 bytes
array.c -rw-r--r-- 1.2 KB
hda_bus_type.c -rw-r--r-- 2.1 KB
hdac_bus.c -rw-r--r-- 7.4 KB
hdac_component.c -rw-r--r-- 9.7 KB
hdac_controller.c -rw-r--r-- 17.0 KB
hdac_device.c -rw-r--r-- 27.5 KB
hdac_i915.c -rw-r--r-- 4.5 KB
hdac_regmap.c -rw-r--r-- 15.2 KB
hdac_stream.c -rw-r--r-- 21.1 KB
hdac_sysfs.c -rw-r--r-- 11.2 KB
hdmi_chmap.c -rw-r--r-- 24.2 KB
intel-dsp-config.c -rw-r--r-- 14.5 KB
intel-nhlt.c -rw-r--r-- 6.3 KB
intel-sdw-acpi.c -rw-r--r-- 4.7 KB
local.h -rw-r--r-- 1.4 KB
trace.c -rw-r--r-- 107 bytes
trace.h -rw-r--r-- 2.1 KB

back to top