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
ac97
ali5451
asihpi
au88x0
aw2
ca0106
cs46xx
cs5535audio
ctxfi
echoaudio
emu10k1
hda
ice1712
korg1212
lola
lx6464es
mixart
nm256
oxygen
pcxhr
riptide
rme9652
trident
vx222
ymfpci
Kconfig -rw-r--r-- 25.4 KB
Makefile -rw-r--r-- 2.2 KB
ad1889.c -rw-r--r-- 23.1 KB
ad1889.h -rw-r--r-- 7.9 KB
ak4531_codec.c -rw-r--r-- 16.3 KB
als300.c -rw-r--r-- 19.7 KB
als4000.c -rw-r--r-- 29.2 KB
atiixp.c -rw-r--r-- 43.2 KB
atiixp_modem.c -rw-r--r-- 33.3 KB
azt3328.c -rw-r--r-- 80.0 KB
azt3328.h -rw-r--r-- 15.5 KB
bt87x.c -rw-r--r-- 27.8 KB
cmipci.c -rw-r--r-- 99.0 KB
cs4281.c -rw-r--r-- 61.6 KB
cs5530.c -rw-r--r-- 5.5 KB
ens1370.c -rw-r--r-- 75.6 KB
ens1371.c -rw-r--r-- 38 bytes
es1938.c -rw-r--r-- 53.2 KB
es1968.c -rw-r--r-- 76.7 KB
fm801.c -rw-r--r-- 40.2 KB
intel8x0.c -rw-r--r-- 87.6 KB
intel8x0m.c -rw-r--r-- 34.6 KB
maestro3.c -rw-r--r-- 79.9 KB
rme32.c -rw-r--r-- 55.7 KB
rme96.c -rw-r--r-- 69.3 KB
sis7019.c -rw-r--r-- 37.8 KB
sis7019.h -rw-r--r-- 12.7 KB
sonicvibes.c -rw-r--r-- 48.6 KB
via82xx.c -rw-r--r-- 74.9 KB
via82xx_modem.c -rw-r--r-- 32.2 KB

back to top