summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* ntfs3: add legacy ntfs file operationsChristian Brauner10 days4-4/+33
* ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner10 days2-4/+34
* ntfs3: serve as alias for the legacy ntfs driverChristian Brauner2024-04-162-0/+40
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\
| * ntfs3: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-021-1/+1
* | fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan2024-02-261-1/+1
* | fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET2024-01-291-3/+2
* | fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun2024-01-293-2/+8
* | fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis2024-01-291-0/+3
* | fs/ntfs3: Fix an NULL dereference bugDan Carpenter2024-01-291-1/+1
* | fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov2024-01-291-0/+2
* | fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov2024-01-291-1/+1
* | fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov2024-01-291-6/+8
* | fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-01-296-18/+19
* | fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2024-01-292-13/+25
* | fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong2024-01-291-1/+1
* | fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-01-164-7/+7
* | fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2023-12-212-6/+4
* | fs/ntfs3: Fix c/mtime typoKonstantin Komarov2023-12-061-1/+1
* | fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov2023-12-061-8/+12
* | fs/ntfs3: Add and fix commentsKonstantin Komarov2023-12-064-4/+6
* | fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov2023-12-063-5/+6
* | fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2023-12-067-3/+75
* | fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov2023-12-061-0/+9
* | fs/ntfs3: Add file_modifiedKonstantin Komarov2023-12-061-0/+13
* | fs/ntfs3: Correct use bh_readKonstantin Komarov2023-12-062-14/+12
* | fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov2023-12-061-1/+1
* | fs/ntfs3: Fix multithreaded stress testKonstantin Komarov2023-12-061-7/+14
* | fs/ntfs3: Reduce stack usageKonstantin Komarov2023-12-061-120/+98
* | fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov2023-12-061-1/+1
* | fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov2023-12-061-2/+14
* | fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov2023-12-061-7/+3
* | fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov2023-12-061-5/+25
* | fs/ntfs3: Improve alternative boot processingKonstantin Komarov2023-12-061-18/+17
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-15/+16
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-1/+1
| * | ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)2023-10-251-15/+16
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-19/+27
|\ \ \
| * | | ntfs3: convert to new timestamp accessorsJeff Layton2023-10-184-18/+27
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ | |_|/ |/| |
| * | ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
* | | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-10-1916-82/+197
|\ \ \ | |_|/ |/| |
| * | fs/ntfs3: Avoid possible memory leakSu Hui2023-09-281-2/+4
| * | fs/ntfs3: Fix directory element type detectionGabriel Marcano2023-09-281-1/+5
| * | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-09-281-0/+3
| * | fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin2023-09-281-0/+5
| * | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng2023-09-281-1/+6