summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-2513-154/+98
|\
| * fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov2024-05-241-0/+1
| * fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov2024-05-241-0/+6
| * fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov2024-04-231-1/+4
| * fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov2024-04-233-0/+42
| * fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov2024-04-233-39/+23
| * fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov2024-04-231-1/+1
| * fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov2024-04-231-1/+2
| * fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov2024-04-231-6/+11
| * fs/ntfs3: Missed le32_to_cpu conversionKonstantin Komarov2024-04-231-1/+1
| * fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov2024-04-231-2/+0
| * fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2024-04-232-12/+6
| * fs/ntfs3: remove atomic_openJeff Layton2024-04-171-90/+0
| * fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev2024-04-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-026-7/+106
|\ \
| * | ntfs3: add legacy ntfs file operationsChristian Brauner2024-04-234-4/+33
| * | ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner2024-04-232-4/+34
| * | ntfs3: serve as alias for the legacy ntfs driverChristian Brauner2024-04-162-0/+40
| |/
* / fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-015-11/+12
|/
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-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