summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* fs: Remove NTFS classicMatthew Wilcox (Oracle)2024-01-2446-28824/+0
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-5/+5
|\ \
| * | fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-2/+2
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-3/+3
| |/
* | ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap2023-12-211-1/+2
* | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-5/+5
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-022-184/+160
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-252-3/+3
| * | ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)2023-10-251-48/+41
| * | ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)2023-10-251-111/+100
| * | ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)2023-10-251-25/+19
| |/
* / ntfs: convert to new timestamp accessorsJeff Layton2023-10-182-13/+14
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-9/+9
|\ \
| * | ntfs: convert to ctime accessor functionsJeff Layton2023-07-242-9/+9
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-3/+1
|\
| * buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-191-1/+1
| * backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-2/+0
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| |/
* | ntfs: do not dereference a null ctx on errorDanila Chernetsov2023-05-241-17/+19
* | ntfs: Remove unneeded semicolonShaomin Deng2023-05-191-2/+2
* | ntfs: Correct spellingDeming Wang2023-05-191-1/+1
* | ntfs: remove redundant initialization to pointer cb_sb_startColin Ian King2023-05-191-1/+1
|/
* 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