summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-5/+4
* fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
* fs/ntfs3: Fix formatting, change comments, renamingKonstantin Komarov2024-07-111-5/+9
* fs/ntfs3: Implement simple fileattrKonstantin Komarov2024-07-111-5/+71
* fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov2024-07-111-0/+2
* fs/ntfs3: Use function file_inode to get inode from fileKonstantin Komarov2024-07-111-7/+5
* ntfs3: Convert ntfs_get_frame_pages() to use a folioMatthew Wilcox (Oracle)2024-06-261-8/+9
* fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov2024-06-261-4/+1
* Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-251-0/+9
|\
| * fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov2024-04-231-0/+9
* | ntfs3: add legacy ntfs file operationsChristian Brauner2024-04-231-0/+8
|/
* fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun2024-01-291-2/+2
* fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov2024-01-291-0/+2
* fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-01-291-5/+6
* fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2023-12-061-0/+18
* 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-061-10/+9
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-15/+16
|\
| * buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-261-1/+1
| * ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)2023-10-261-15/+16
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-3/+3
|\ \
| * | ntfs3: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
| |/
* / fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-281-2/+2
|/
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* ntfs3: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-07-071-3/+3
|\
| * fs/ntfs3: Code formattingKonstantin Komarov2023-07-021-2/+2
| * fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li2023-07-021-1/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+0
|\ \
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-101-3/+0
| |/
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | ntfs3: Provide a splice-read wrapperDavid Howells2023-05-241-1/+30
|/
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-11/+14
* fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-271-11/+0
* fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2023-03-271-8/+2
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-6/+6
|\
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-021-2/+2
|/
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-211-149/+54
|\
| * fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-141-12/+18
| * fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-113/+33
| * fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov2022-11-141-33/+12
* | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-44/+66
|\