summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/