summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)Author
2024-12-30fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-10-01fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov
2024-09-03fs/ntfs3: Rename ntfs3_setattr into ntfs_setattrKonstantin Komarov
2024-09-03fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov
2024-09-03fs/ntfs3: Stale inode instead of badKonstantin Komarov
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07ntfs3: Remove reset_log_file()Matthew Wilcox (Oracle)
2024-07-11fs/ntfs3: Fix formatting, change comments, renamingKonstantin Komarov
2024-07-11fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov
2024-06-26ntfs3: Convert ni_readpage_cmpr() to take a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert attr_data_write_resident to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_write_end() to work on a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert attr_data_read_resident() to take a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_write_begin to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_read_folio to use a folioMatthew Wilcox (Oracle)
2024-06-26fs/ntfs3: Add some commentsKonstantin Komarov
2024-06-26fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov
2024-06-07fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov
2024-06-07fs/ntfs3: Remove sync_blockdev_nowait()Konstantin Komarov
2024-06-07fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov
2024-06-07fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov
2024-06-07fs/ntfs3: Remove unused functionKonstantin Komarov
2024-05-25Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner
2024-04-23fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov
2024-04-23fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov
2024-04-23fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov
2023-12-06fs/ntfs3: Correct use bh_readKonstantin Komarov
2023-12-06fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov
2023-03-27fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov
2023-03-27fs/ntfs3: Validate MFT flags before replaying logsEdward Lo
2023-03-27fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner