summaryrefslogtreecommitdiff
path: root/fs/ntfs3/file.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28Revert "fs/ntfs3: Replace inode_trylock with inode_lock"Konstantin Komarov1-1/+4
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis1-0/+1
2025-02-01fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov1-2/+10
2024-08-19fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov1-4/+1
2024-03-01fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2023-01-12fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa1-2/+2
2022-06-09fs/ntfs3: Check new size for limitsKonstantin Komarov1-1/+7
2022-06-09fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov1-1/+1
2022-06-09fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov1-1/+1
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov1-2/+5
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-1/+0
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander1-1/+1
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-2/+2
2021-09-02fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander1-5/+1
2021-09-02fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander1-2/+3
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-9/+9
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander1-8/+0
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-43/+53
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander1-1/+1
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-2/+2
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov1-0/+1252