summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton2-13/+14
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-9/+9
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+2
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton2-9/+9
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-20buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)1-1/+1
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-2/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ntfs: do not dereference a null ctx on errorDanila Chernetsov1-17/+19
2023-05-19ntfs: Remove unneeded semicolonShaomin Deng1-2/+2
2023-05-19ntfs: Correct spellingDeming Wang1-1/+1
2023-05-19ntfs: remove redundant initialization to pointer cb_sb_startColin Ian King1-1/+1
2023-04-13ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain1-11/+1
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds9-20/+28
2023-02-03ntfs: fix multiple kernel-doc warningsRandy Dunlap9-20/+28
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+31
2022-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2022-09-30fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readRitesh Harjani (IBM)1-2/+2
2022-09-12ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-12ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-12ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-12ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-14/+4
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-8/+8
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-3/+3
2022-07-19ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong1-2/+6
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche5-8/+8
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-6/+1
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-5/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2022-05-20fs/ntfs: remove redundant variable idxColin Ian King1-2/+2
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)6-28/+30
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-2/+2
2022-04-01ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-11/+10
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-23ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-6/+6
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-3/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-2/+3
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentYang Li1-1/+1
2021-11-28fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGuenter Roeck1-0/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig1-5/+3
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1