aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ntfs3/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun1-2/+2
2024-01-29fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov1-5/+6
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov1-0/+18
2023-12-06fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov1-0/+9
2023-12-06fs/ntfs3: Add file_modifiedKonstantin Komarov1-0/+13
2023-12-06fs/ntfs3: Correct use bh_readKonstantin Komarov1-10/+9
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-15/+16
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)1-15/+16
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton1-3/+3
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov1-2/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton1-3/+3
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-3/+3
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov1-2/+2
2023-07-03fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+0
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells1-1/+30
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-11/+14
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov1-11/+0
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov1-8/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-6/+6
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-02fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa1-2/+2
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-149/+54
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov1-12/+18
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov1-113/+33
2022-11-14fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov1-33/+12
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-44/+66
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov1-0/+13
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov1-3/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-06-28fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov1-42/+55
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King1-1/+0
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-3/+9
2022-05-31Merge tag 'v5.18'Konstantin Komarov1-1/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+2
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)1-4/+2
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)1-3/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+2