index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
17
-282
/
+922
2026-08-18
fs/ntfs3: validate ef->size covers the record's name and value
Weiming Shi
1
-9
/
+12
2026-08-18
fs/ntfs3: fix out-of-bounds read in read_log_rec_buf()
Konstantin Komarov
1
-1
/
+9
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2026-08-14
fs/ntfs3: reject out-of-range evcn in mi_enum_attr()
Zhan Xusheng
1
-3
/
+31
2026-08-14
fs/ntfs3: fix integer overflow in MFT cluster validation
Zhan Xusheng
1
-2
/
+11
2026-07-31
ntfs3: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+4
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
fs/ntfs3: Add basic support for alternative data streams
Konstantin Komarov
11
-184
/
+684
2026-07-30
fs/ntfs3: Rename 'err' to 'ret' in read paths
Konstantin Komarov
1
-20
/
+21
2026-07-30
fs/ntfs3: Fix memory leak in indx_find_sort()
Konstantin Komarov
1
-0
/
+1
2026-07-29
fs/ntfs3: bound page_lcns[] index by the log record
Konstantin Komarov
1
-0
/
+15
2026-07-29
fs/ntfs3: validate dirty page table on log replay
Xiang Mei
1
-0
/
+19
2026-07-28
fs/ntfs3: reject restart table growth beyond U16_MAX entries
Weiming Shi
1
-0
/
+3
2026-07-28
fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()
Samuel Page
1
-0
/
+9
2026-07-24
fs/ntfs3: reserve NUL byte when converting UTF-16 names
Kyle Zeng
1
-0
/
+5
2026-07-24
ntfs3: initialize err in attr_wof_frame_info
Ruoyu Wang
1
-1
/
+1
2026-07-24
fs/ntfs3: fix lseek EINVAL on sparse/compressed files with 64-bit clusters
Senjin
1
-1
/
+1
2026-07-24
fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension records
Konstantin Komarov
1
-2
/
+8
2026-07-24
ntfs3: fix info-leak in ntfs_rename()
Konstantin Komarov
1
-2
/
+7
2026-07-24
ntfs3: fix boundary check in ntfs_dir_count()
Konstantin Komarov
1
-7
/
+25
2026-07-24
fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid init
Weiming Wu
1
-4
/
+4
2026-07-14
fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()
HE WEI(ギカク)
1
-4
/
+16
2026-07-14
fs/ntfs3: cosmetic fixes and improvements
Konstantin Komarov
11
-36
/
+34
2026-07-14
fs/ntfs3: widen inode/record number storage to u64
Konstantin Komarov
3
-9
/
+9
2026-07-01
iomap: consolidate bio submission
Christoph Hellwig
1
-4
/
+1
2026-07-01
ntfs3: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-24
Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
13
-302
/
+590
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+6
2026-06-10
ntfs3: reject direct userspace writes to reserved $LX* xattrs
Konstantin Komarov
1
-0
/
+12
2026-06-10
fs/ntfs3: resize log->one_page_buf when adopting on-disk page size
Jamie Nguyen
1
-0
/
+19
2026-06-10
fs/ntfs3: prevent potential lcn remains uninitialized
Edward Adam Davis
1
-4
/
+5
2026-06-09
ntfs3: cap RESTART_TABLE free-chain walker at rt->used
Michael Bommarito
1
-1
/
+12
2026-06-09
fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}
Michael Bommarito
1
-0
/
+18
2026-06-03
fs/ntfs3: validate lcns_follow in log_replay conversion
Konstantin Komarov
1
-3
/
+16
2026-06-03
fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass
Michael Bommarito
1
-16
/
+28
2026-06-03
fs/ntfs3: bound DeleteIndexEntryAllocation memmove length
Konstantin Komarov
1
-1
/
+15
2026-06-03
fs/ntfs3: bound attr_off in UpdateResidentValue against data_off
Konstantin Komarov
1
-0
/
+11
2026-06-02
ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()
Alessandro Schino
2
-1
/
+7
2026-06-02
fs/ntfs3: fix mount failure on 64K page-size kernels
Jamie Nguyen
1
-5
/
+1
2026-06-02
ntfs3: avoid another -Wmaybe-uninitialized warning
Arnd Bergmann
1
-2
/
+2
2026-06-02
ntfs3: Allocate iomap inline_data using alloc_page
Mihai Brodschi
2
-5
/
+9
2026-06-02
fs/ntfs3: format code, deal with comments
Konstantin Komarov
5
-25
/
+23
2026-06-02
fs/ntfs3: reject SEEK_DATA and SEEK_HOLE past EOF early
Konstantin Komarov
2
-10
/
+21
2026-06-02
fs/ntfs3: fold file size handling into ntfs_set_size()
Konstantin Komarov
2
-148
/
+51
2026-06-02
fs/ntfs3: force waiting for direct I/O completion
Konstantin Komarov
1
-1
/
+2
2026-06-02
fs/ntfs3: fold resident writeback into writepages loop
Konstantin Komarov
1
-27
/
+15
2026-06-02
fs/ntfs3: handle delayed allocation overlap in run lookup
Konstantin Komarov
3
-12
/
+69
[next]