summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)Author
2026-02-17Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov
2026-01-16ntfs3: Restore NULL folio initialization in ntfs_writepages()Nathan Chancellor
2026-01-15fs/ntfs3: make ntfs_writeback_ops staticsunliming
2026-01-13ntfs: ->d_compare() must not blockAl Viro
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov
2025-12-29fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov
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