summaryrefslogtreecommitdiff
path: root/fs/ntfs3/inode.c
AgeCommit message (Expand)Author
6 daysiomap: consolidate bio submissionChristoph Hellwig
2026-06-02ntfs3: Allocate iomap inline_data using alloc_pageMihai Brodschi
2026-06-02fs/ntfs3: format code, deal with commentsKonstantin Komarov
2026-06-02fs/ntfs3: fold file size handling into ntfs_set_size()Konstantin Komarov
2026-06-02fs/ntfs3: fold resident writeback into writepages loopKonstantin Komarov
2026-06-02fs/ntfs3: add fileattr supportKonstantin Komarov
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-26ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...Jan Kara
2026-03-10ntfs3: remove copy and pasted iomap codeChristoph Hellwig
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-04fs/ntfs3: prevent uninitialized lcn caused by zero lenEdward Adam Davis
2026-02-24ntfs3: reject inodes with zero non-DOS link countZiyi Guo
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon
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)