summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorLines
2023-04-13ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain-11/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-20/+28
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap-20/+28
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+31
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+2
2022-09-29fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readRitesh Harjani (IBM)-2/+2
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei-0/+8
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei-4/+16
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei-0/+7
2022-09-11ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong-1/+2
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-14/+4
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+8
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)-3/+3
2022-07-18ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong-2/+6
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-8/+8
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)-6/+1
2022-06-29ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)-5/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2022-05-19fs/ntfs: remove redundant variable idxColin Ian King-2/+2
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)-28/+30
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)-2/+2
2022-04-01ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-11/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu-0/+4
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-6/+6
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)-3/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-2/+3
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentYang Li-1/+1
2021-11-27fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGuenter Roeck-0/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig-5/+3
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher-1/+1
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig-0/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+10
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro-3/+1
2021-06-02ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro-22/+11
2021-02-24ntfs: check for valid standard information attributeRustam Kovhaev-0/+6
2021-02-24ntfs: layout.h: delete duplicated wordsRandy Dunlap-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+5
2021-01-24attr: handle idmapped mountsChristian Brauner-1/+1
2020-12-15fs/ntfs: remove unused variable attr_lenAlex Shi-2/+0
2020-12-15fs/ntfs: remove unused variblesAlex Shi-6/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev-0/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani-19/+18
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig-0/+1