summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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-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-031-2/+2
| * fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li2023-07-031-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-091-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
|\
| * fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
| * fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-031-3/+0
| * fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov2022-06-281-42/+55
| * fs/ntfs3: Remove redundant assignment to variable frameColin Ian King2022-06-071-1/+0
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-031-3/+9
|\|
| * Merge tag 'v5.18'Konstantin Komarov2022-05-311-1/+2
| |\
| * | fs/ntfs3: Check new size for limitsKonstantin Komarov2021-11-241-1/+7
| * | fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2021-11-241-1/+1
| * | fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2021-11-231-1/+1
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+2
|\ \ \