summaryrefslogtreecommitdiff
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain2023-04-131-11/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-239-20/+28
|\
| * ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-029-20/+28
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-4/+31
|\
| * ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-09-111-0/+8
| * ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-09-111-4/+16
| * ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-09-111-0/+7
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-061-2/+2
|\ \
| * | fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readRitesh Harjani (IBM)2022-09-291-2/+2
| |/
* | ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-09-111-1/+2
|/
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-033-14/+4
|\
| * mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-3/+3
| * ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+1
| * ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-5/+0
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-025-8/+8
|\ \
| * | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-145-8/+8
| |/
* | ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong2022-07-181-2/+6
|/
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-2/+2
|\
| * fs/ntfs: remove redundant variable idxColin Ian King2022-05-191-2/+2
* | ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-096-28/+30
* | fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+2
|/
* ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-11/+10
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-6/+6
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-3/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+3
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | ntfs: add sanity check on allocation sizeDongliang Mu2022-03-221-0/+4
|/
* fs/ntfs/attrib.c: fix one kernel-doc commentYang Li2022-01-151-1/+1
* fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGuenter Roeck2021-11-271-0/+1
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\
| * iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | ntfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-5/+3
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-23/+10
|\
| * iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-3/+1
| * ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro2021-06-021-22/+11
* | ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-06-291-1/+1
|/
* ntfs: check for valid standard information attributeRustam Kovhaev2021-02-241-0/+6
* ntfs: layout.h: delete duplicated wordsRandy Dunlap2021-02-241-2/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-242-2/+5
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs/ntfs: remove unused variable attr_lenAlex Shi2020-12-151-2/+0
* fs/ntfs: remove unused variblesAlex Shi2020-12-152-6/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-131-0/+6
|/
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-074-19/+18
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1