summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-19/+18
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-02-18Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds15-1134/+1822
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov12-344/+886
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds5-24/+20
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+1
2026-02-09fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-02-09fs/ntfs3: add fall-through between switch labelsKonstantin Komarov1-0/+1
2026-02-04fs/ntfs3: allow explicit boolean acl/prealloc mount optionsKonstantin Komarov1-6/+14
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16ntfs3: Restore NULL folio initialization in ntfs_writepages()Nathan Chancellor1-1/+1
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi1-5/+1
2026-01-15ntfs3: Refactor duplicate kmemdup pattern in do_action()Baolin Liu1-27/+27
2026-01-15fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
2026-01-15fs/ntfs3: make ntfs_writeback_ops staticsunliming1-1/+1
2026-01-15ntfs3: fix circular locking dependency in run_unpack_exSzymon Wilczek1-5/+8
2026-01-13ntfs: ->d_compare() must not blockAl Viro5-24/+20
2026-01-12ntfs3: add setlease file operationJeff Layton2-0/+6
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov8-789/+600
2025-12-29fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek2-2/+3
2025-12-29fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runsKonstantin Komarov5-3/+113
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov1-0/+13
2025-12-29fs/ntfs3: handle attr_set_size() errors when truncating filesKonstantin Komarov1-6/+4
2025-12-29fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov1-1/+3
2025-12-29fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov4-4/+81
2025-12-19fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()Baokun Li1-7/+2
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov3-29/+76
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov6-25/+79
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov3-6/+6
2025-12-19fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2025-12-19fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2025-12-19fs/ntfs3: Use wait_on_buffer() directlyLalit Shankar Chowdhury3-17/+7
2025-12-19fs/ntfs3: Initialize new folios before useBartlomiej Kubik1-1/+1
2025-12-19fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-04Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds13-331/+421
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-11-19fs/ntfs3: check for shutdown in fsyncKonstantin Komarov1-1/+13
2025-11-18fs/ntfs3: change the default mount options for "acl" and "prealloc"Konstantin Komarov1-12/+19
2025-11-18fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
2025-11-18fs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1
2025-11-17fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"Colin Ian King1-1/+1
2025-11-17fs/ntfs3: update mode in xattr when ACL can be reduced to modeKonstantin Komarov1-4/+14
2025-11-17fs/ntfs3: check minimum alignment for direct I/OKonstantin Komarov3-0/+12
2025-11-17fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctlKonstantin Komarov1-1/+43
2025-11-17fs/ntfs3: correct attr_collapse_range when file is too fragmentedKonstantin Komarov4-48/+53
2025-11-17mm: add vma_desc_size(), vma_desc_pages() helpersLorenzo Stoakes1-1/+1