aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-10ntfs3: stop using write_cache_pagesChristoph Hellwig1-5/+10
2025-09-10ntfs3: pretend $Extend records as regular filesTetsuo Handa1-0/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-3/+4
2025-07-07fs/ntfs3: Exclude call make_bad_inode for live nodes.Konstantin Komarov1-0/+18
2025-06-23fs/ntfs3: correctly create symlink for relative pathRong Zhang1-13/+18
2025-06-23fs/ntfs3: fix symlinks cannot be handled correctlyRong Zhang1-20/+22
2025-04-28fs/ntfs3: Add missing direct_IO in ntfs_aops_cmprLizhi Xu1-0/+5
2025-03-06fs/ntfs3: Remove unused ntfs_flush_inodesDr. David Alan Gilbert1-40/+0
2024-12-30fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov1-0/+3
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-6/+14
2024-10-01fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov1-1/+4
2024-09-03fs/ntfs3: Rename ntfs3_setattr into ntfs_setattrKonstantin Komarov1-1/+1
2024-09-03fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov1-1/+2
2024-09-03fs/ntfs3: Stale inode instead of badKonstantin Komarov1-3/+7
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-4/+3
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-08-07ntfs3: Remove reset_log_file()Matthew Wilcox (Oracle)1-39/+0
2024-07-11fs/ntfs3: Fix formatting, change comments, renamingKonstantin Komarov1-3/+4
2024-07-11fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov1-16/+12
2024-06-26ntfs3: Convert ni_readpage_cmpr() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-06-26ntfs3: Convert attr_data_write_resident to use a folioMatthew Wilcox (Oracle)1-2/+2
2024-06-26ntfs3: Convert ntfs_write_end() to work on a folioMatthew Wilcox (Oracle)1-7/+8
2024-06-26ntfs3: Convert attr_data_read_resident() to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-06-26ntfs3: Convert ntfs_write_begin to use a folioMatthew Wilcox (Oracle)1-8/+9
2024-06-26ntfs3: Convert ntfs_read_folio to use a folioMatthew Wilcox (Oracle)1-5/+4
2024-06-26fs/ntfs3: Add some commentsKonstantin Komarov1-2/+2
2024-06-26fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov1-1/+9
2024-06-07fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov1-0/+1
2024-06-07fs/ntfs3: Remove sync_blockdev_nowait()Konstantin Komarov1-1/+1
2024-06-07fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov1-0/+28
2024-06-07fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov1-1/+1
2024-06-07fs/ntfs3: Remove unused functionKonstantin Komarov1-30/+0
2024-05-25Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-20/+26
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner1-4/+16
2024-04-23fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov1-11/+11
2024-04-23fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov1-6/+11
2024-04-23fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov1-3/+4
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov1-1/+1
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov1-2/+19
2023-12-06fs/ntfs3: Correct use bh_readKonstantin Komarov1-4/+3
2023-12-06fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov1-1/+1
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton1-9/+15
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2023-08-18ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton1-6/+8
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov1-3/+2
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov1-9/+9
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-17/+16
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov1-39/+44
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov1-1/+0
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov1-0/+1
2023-03-27fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov1-1/+7
2023-03-27fs/ntfs3: Validate MFT flags before replaying logsEdward Lo1-0/+6
2023-03-27fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+15
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-2/+3
2023-01-18ntfs3: remove ->writepageChristoph Hellwig1-21/+1
2023-01-18ntfs3: stop using generic_writepagesChristoph Hellwig1-2/+19
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-33/+170
2022-11-14fs/ntfs3: Check fields while readingKonstantin Komarov1-8/+10
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov1-12/+5
2022-11-14fs/ntfs3: atomic_open implementationKonstantin Komarov1-4/+20
2022-11-14fs/ntfs3: Fix wrong indentationsKonstantin Komarov1-3/+5
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov1-7/+5
2022-11-14fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov1-1/+6
2022-11-12fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter1-6/+0
2022-11-12fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto1-1/+1
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto1-0/+7
2022-11-12fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal1-0/+7
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+2
2022-09-30fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei1-0/+7
2022-09-30fs/ntfs3: Validate attribute name offsetEdward Lo1-0/+3
2022-09-30fs/ntfs3: Fix junction point resolutionDaniel Pinto1-2/+101
2022-09-30fs/ntfs3: Validate data run offsetEdward Lo1-0/+5
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov1-0/+4
2022-09-11ntfs3: replace ll_rw_block()Zhang Yi1-5/+2
2022-08-31ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner1-2/+0
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-15/+4
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+3
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov1-4/+2
2022-08-03fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov1-10/+0
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov1-1/+1
2022-08-02ntfs3: refactor ntfs_writepagesChristoph Hellwig1-5/+3
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-06-06fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov1-0/+1
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-2/+7
2022-06-01fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka1-0/+1
2022-05-31Merge tag 'v5.18'Konstantin Komarov1-2/+2
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-4/+5
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)1-7/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2021-11-24fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov1-2/+6
2021-10-22ntfs3: use sync_blockdev_nowaitChristoph Hellwig1-1/+1
2021-10-11fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov1-14/+8
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov1-3/+8
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov1-48/+43
2021-09-24fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov1-3/+14
2021-09-24fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov1-1/+1
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov1-1/+1
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-2/+0
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-6/+6
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-10/+10
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-180/+95
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-108/+121
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-5/+5
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-4/+4
2021-08-27fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2021-08-27fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov1-0/+2029