summaryrefslogtreecommitdiff
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov1-10/+35
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov1-3/+3
2026-06-02fs/ntfs3: handle delayed allocation overlap in run lookupKonstantin Komarov1-0/+3
2026-06-02fs/ntfs3: add fileattr supportKonstantin Komarov1-0/+6
2026-06-02fs/ntfs3: add bounds check to run_get_highest_vcn()Konstantin Komarov1-1/+2
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-3/+0
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+0
2026-02-24fs/ntfs3: resolve compare function in public index APIsAdarsh Das1-3/+0
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon1-11/+0
2026-02-17Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-32/+121
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov1-13/+78
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov1-12/+4
2025-12-29fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runsKonstantin Komarov1-0/+8
2025-12-29fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov1-0/+2
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov1-0/+1
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov1-7/+28
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov1-1/+1
2025-11-17fs/ntfs3: check minimum alignment for direct I/OKonstantin Komarov1-0/+1
2025-11-17fs/ntfs3: correct attr_collapse_range when file is too fragmentedKonstantin Komarov1-2/+2
2025-11-10fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/OKonstantin Komarov1-4/+16
2025-10-17fs/ntfs3: Reformat code and update terminologyKonstantin Komarov1-3/+3
2025-10-17fs/ntfs3: Support timestamps prior to epochKonstantin Komarov1-4/+5
2025-09-10ntfs3: transition magic number to shared constantEthan Ferguson1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-4/+6
2025-07-07fs/ntfs3: Exclude call make_bad_inode for live nodes.Konstantin Komarov1-0/+12
2025-06-23fs/ntfs3: cancle set bad inode after removing name failsEdward Adam Davis1-2/+1
2025-06-23fs/ntfs3: fix symlinks cannot be handled correctlyRong Zhang1-1/+1
2025-05-19fs/ntfs3: remove ability to change compression on mounted volumeKonstantin Komarov1-5/+0
2025-03-06fs/ntfs3: Remove unused ntfs_flush_inodesDr. David Alan Gilbert1-2/+0
2025-03-06fs/ntfs3: Remove unused ntfs_sb_readDr. David Alan Gilbert1-1/+0
2025-03-06fs/ntfs3: Remove unused ni_load_attrDr. David Alan Gilbert1-3/+0
2024-12-30fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()Konstantin Komarov1-10/+11
2024-11-01fs/ntfs3: Fix warning in ni_fiemapKonstantin Komarov1-1/+2
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-5/+5
2024-10-01fs/ntfs3: Remove unused al_delete_leDr. David Alan Gilbert1-2/+0
2024-09-03fs/ntfs3: Rename ntfs3_setattr into ntfs_setattrKonstantin Komarov1-2/+2
2024-09-03fs/ntfs3: Add support for the compression attributeKonstantin Komarov1-0/+2
2024-09-03fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07ntfs3: Remove reset_log_file()Matthew Wilcox (Oracle)1-1/+0
2024-07-11fs/ntfs3: Implement simple fileattrKonstantin Komarov1-0/+3
2024-07-11fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov1-0/+7
2024-06-26ntfs3: Convert attr_wof_frame_info() to use a folioMatthew Wilcox (Oracle)1-1/+1
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-1/+1
2024-06-26ntfs3: Convert attr_data_read_resident() to take a folioMatthew Wilcox (Oracle)1-1/+1