summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan
2024-01-29fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun
2024-01-29fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis
2024-01-29fs/ntfs3: Fix an NULL dereference bugDan Carpenter
2024-01-29fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov
2024-01-29fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov
2024-01-29fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov
2024-01-29fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong
2024-01-16fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov
2023-12-21fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov
2023-12-06fs/ntfs3: Fix c/mtime typoKonstantin Komarov
2023-12-06fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov
2023-12-06fs/ntfs3: Add and fix commentsKonstantin Komarov
2023-12-06fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov
2023-12-06fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov
2023-12-06fs/ntfs3: Add file_modifiedKonstantin Komarov
2023-12-06fs/ntfs3: Correct use bh_readKonstantin Komarov
2023-12-06fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov
2023-12-06fs/ntfs3: Fix multithreaded stress testKonstantin Komarov
2023-12-06fs/ntfs3: Reduce stack usageKonstantin Komarov
2023-12-06fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov
2023-12-06fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov
2023-12-06fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov
2023-12-06fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov
2023-12-06fs/ntfs3: Improve alternative boot processingKonstantin Komarov
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)
2023-10-19Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton
2023-10-09ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho
2023-09-28fs/ntfs3: Avoid possible memory leakSu Hui
2023-09-28fs/ntfs3: Fix directory element type detectionGabriel Marcano
2023-09-28fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao
2023-09-28fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin
2023-09-28fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng
2023-09-28fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov
2023-09-28fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov
2023-09-28fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov
2023-09-28fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-09-28fs/ntfs3: Fix alternative boot searchingKonstantin Komarov