aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/file.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-07-03fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-02fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov
2022-11-14fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-28fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2022-05-31Merge tag 'v5.18'Konstantin Komarov
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2021-11-24fs/ntfs3: Check new size for limitsKonstantin Komarov
2021-11-24fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig