summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-40/+258
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2026-07-31ntfs3: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov1-35/+245
2026-07-24fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension recordsKonstantin Komarov1-2/+8
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov1-1/+3
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov1-2/+2
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-4/+1
2026-06-02ntfs3: Allocate iomap inline_data using alloc_pageMihai Brodschi1-2/+2
2026-06-02fs/ntfs3: format code, deal with commentsKonstantin Komarov1-7/+2
2026-06-02fs/ntfs3: fold file size handling into ntfs_set_size()Konstantin Komarov1-10/+11
2026-06-02fs/ntfs3: fold resident writeback into writepages loopKonstantin Komarov1-27/+15
2026-06-02fs/ntfs3: add fileattr supportKonstantin Komarov1-0/+2
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-5/+10
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+4
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2026-03-26ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...Jan Kara1-1/+0
2026-03-10ntfs3: remove copy and pasted iomap codeChristoph Hellwig1-48/+3
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig1-2/+1
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig1-1/+2
2026-03-04fs/ntfs3: prevent uninitialized lcn caused by zero lenEdward Adam Davis1-5/+5
2026-02-24ntfs3: reject inodes with zero non-DOS link countZiyi Guo1-0/+5
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon1-12/+4
2026-02-17Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-361/+425
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov1-49/+112
2026-01-16ntfs3: Restore NULL folio initialization in ntfs_writepages()Nathan Chancellor1-1/+1
2026-01-15fs/ntfs3: make ntfs_writeback_ops staticsunliming1-1/+1
2026-01-13ntfs: ->d_compare() must not blockAl Viro1-7/+6
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov1-359/+348
2025-12-29fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek1-2/+1
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov1-0/+13
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov1-1/+1
2025-12-03Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-12/+15
2025-11-11fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2025-11-10fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/OKonstantin Komarov1-1/+0
2025-11-10ntfs3: init run lock for extend inodeEdward Adam Davis1-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-10-17ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela1-0/+1
2025-10-17fs/ntfs3: Reformat code and update terminologyKonstantin Komarov1-8/+11
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