summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-17/+16
* fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov2023-03-271-39/+44
* fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-271-1/+0
* fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2023-03-271-0/+1
* fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov2023-03-271-1/+7
* fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-03-271-0/+6
* fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin2023-03-271-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-18/+15
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+3
| * ntfs3: remove ->writepageChristoph Hellwig2023-01-181-21/+1
| * ntfs3: stop using generic_writepagesChristoph Hellwig2023-01-181-2/+19
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-2/+1
* | fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+3
|/
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-211-33/+170
|\
| * fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-141-8/+10
| * fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-141-12/+5
| * fs/ntfs3: atomic_open implementationKonstantin Komarov2022-11-141-4/+20
| * fs/ntfs3: Fix wrong indentationsKonstantin Komarov2022-11-141-3/+5
| * fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-7/+5
| * fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov2022-11-141-1/+6
| * fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter2022-11-121-6/+0
| * fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto2022-11-121-1/+1
| * fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-121-0/+7
| * fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2022-11-121-0/+7
| * fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei2022-09-301-0/+7
| * fs/ntfs3: Validate attribute name offsetEdward Lo2022-09-301-0/+3
| * fs/ntfs3: Fix junction point resolutionDaniel Pinto2022-09-301-2/+101
| * fs/ntfs3: Validate data run offsetEdward Lo2022-09-301-0/+5
| * fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-301-0/+4
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-5/+2
|\ \
| * | ntfs3: replace ll_rw_block()Zhang Yi2022-09-111-5/+2
| |/
* | ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-08-311-2/+0
|/
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-15/+4
|\
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-4/+2
| * fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-031-10/+0
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-031-1/+1
| * fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-06-061-0/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-5/+3
|\ \
| * | ntfs3: refactor ntfs_writepagesChristoph Hellwig2022-08-021-5/+3
* | | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
|/ /
* | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-031-2/+7
|\ \ | |/
| * fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-011-0/+1
| * Merge tag 'v5.18'Konstantin Komarov2022-05-311-2/+2
| |\
| * | fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov2021-11-241-2/+6
* | | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-4/+5
* | | ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-7/+5
* | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* | | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | | fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
| |/ |/|
* | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1