summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)Author
2025-12-03Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-11-11fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik
2025-11-10fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/OKonstantin Komarov
2025-11-10ntfs3: init run lock for extend inodeEdward Adam Davis
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-17ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela
2025-10-17fs/ntfs3: Reformat code and update terminologyKonstantin Komarov
2025-09-10ntfs3: stop using write_cache_pagesChristoph Hellwig
2025-09-10ntfs3: pretend $Extend records as regular filesTetsuo Handa
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-07fs/ntfs3: Exclude call make_bad_inode for live nodes.Konstantin Komarov
2025-06-23fs/ntfs3: correctly create symlink for relative pathRong Zhang
2025-06-23fs/ntfs3: fix symlinks cannot be handled correctlyRong Zhang
2025-04-28fs/ntfs3: Add missing direct_IO in ntfs_aops_cmprLizhi Xu
2025-03-06fs/ntfs3: Remove unused ntfs_flush_inodesDr. David Alan Gilbert
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