aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+5
2023-12-29fs: convert block_write_full_page to block_write_full_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-21ntfs: dir.c: fix kernel-doc function parameter warningsGravatar Randy Dunlap 1-1/+2
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-11-21fs: Rename mapping private membersGravatar Matthew Wilcox (Oracle) 1-5/+5
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-184/+160
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-25buffer: remove folio_create_empty_buffers()Gravatar Matthew Wilcox (Oracle) 2-3/+3
2023-10-25ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosGravatar Matthew Wilcox (Oracle) 1-48/+41
2023-10-25ntfs: convert ntfs_writepage to use a folioGravatar Matthew Wilcox (Oracle) 1-111/+100
2023-10-25ntfs: convert ntfs_read_block() to use a folioGravatar Matthew Wilcox (Oracle) 1-25/+19
2023-10-18ntfs: convert to new timestamp accessorsGravatar Jeff Layton 2-13/+14
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-9/+9
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-1/+2
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-24ntfs: convert to ctime accessor functionsGravatar Jeff Layton 2-9/+9
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-06-09backing_dev: remove current->backing_dev_infoGravatar Christoph Hellwig 1-2/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-24ntfs: do not dereference a null ctx on errorGravatar Danila Chernetsov 1-17/+19
2023-05-19ntfs: Remove unneeded semicolonGravatar Shaomin Deng 1-2/+2
2023-05-19ntfs: Correct spellingGravatar Deming Wang 1-1/+1
2023-05-19ntfs: remove redundant initialization to pointer cb_sb_startGravatar Colin Ian King 1-1/+1
2023-04-13ntfs: simplfy one-level sysctl registration for ntfs_sysctlsGravatar Luis Chamberlain 1-11/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 9-20/+28
2023-02-02ntfs: fix multiple kernel-doc warningsGravatar Randy Dunlap 9-20/+28
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 2-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+31
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2022-09-29fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readGravatar Ritesh Harjani (IBM) 1-2/+2
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsGravatar Hawkins Jiawei 1-0/+8
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Gravatar Hawkins Jiawei 1-4/+16
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Gravatar Hawkins Jiawei 1-0/+7
2022-09-11ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()Gravatar ChenXiaoSong 1-1/+2
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 3-14/+4
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-8/+8
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2022-07-18ntfs: fix use-after-free in ntfs_ucsncmp()Gravatar ChenXiaoSong 1-2/+6
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 5-8/+8
2022-06-29ntfs: Remove check for PageErrorGravatar Matthew Wilcox (Oracle) 1-6/+1
2022-06-29ntfs: Remove check for PageErrorGravatar Matthew Wilcox (Oracle) 1-5/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2022-05-19fs/ntfs: remove redundant variable idxGravatar Colin Ian King 1-2/+2
2022-05-09ntfs: Convert ntfs to read_folioGravatar Matthew Wilcox (Oracle) 6-28/+30