index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/ntfs3: Avoid possible memory leak
Su Hui
2023-11-08
1
-2
/
+4
*
fs/ntfs3: Fix directory element type detection
Gabriel Marcano
2023-11-08
1
-1
/
+5
*
fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
Konstantin Komarov
2023-11-08
1
-4
/
+2
*
fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
Konstantin Komarov
2023-11-08
1
-1
/
+1
*
fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
Konstantin Komarov
2023-11-08
3
-4
/
+16
*
fs/ntfs3: Write immediately updated ntfs state
Konstantin Komarov
2023-11-08
1
-10
/
+3
*
fs/ntfs3: Add ckeck in ni_update_parent()
Konstantin Komarov
2023-11-08
1
-0
/
+6
*
fs/ntfs3: fix deadlock in mark_as_free_ex
Konstantin Komarov
2023-10-25
1
-1
/
+5
*
fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()
Zeng Heng
2023-10-25
1
-1
/
+6
*
fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
Ziqi Zhao
2023-10-25
1
-0
/
+3
*
fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
Konstantin Komarov
2023-08-23
4
-1
/
+15
*
fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
Jia-Ju Bai
2023-08-23
1
-2
/
+2
*
fs/ntfs3: Enhance sanity check while generating attr_list
Edward Lo
2023-08-23
1
-5
/
+11
*
fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
Tetsuo Handa
2023-08-11
1
-2
/
+2
*
fs/ntfs3: Check fields while reading
Konstantin Komarov
2023-07-23
5
-58
/
+164
*
ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()
Zeng Heng
2023-07-19
1
-0
/
+3
*
fs/ntfs3: Validate MFT flags before replaying logs
Edward Lo
2023-06-09
1
-0
/
+6
*
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
2023-05-17
3
-5
/
+3
*
fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ZhangPeng
2023-05-17
1
-0
/
+10
*
fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
Zeng Heng
2023-05-11
3
-1
/
+6
*
fs/ntfs3: Fix OOB read in indx_insert_into_buffer
ZhangPeng
2023-05-11
1
-0
/
+4
*
fs/ntfs3: Add check for kmemdup
Jiasheng Jiang
2023-05-11
1
-0
/
+4
*
fs/ntfs3: Fix memory leak if ntfs_read_mft failed
Chen Zhongjin
2023-05-11
1
-1
/
+1
*
fs/ntfs3: Validate attribute data and valid sizes
Abdun Nihaal
2023-02-09
1
-0
/
+7
*
fs/ntfs3: Fix attr_punch_hole() null pointer derenference
Alon Zahavi
2023-01-24
1
-1
/
+1
*
fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
Tetsuo Handa
2023-01-12
1
-2
/
+2
*
fs/ntfs3: Fix slab-out-of-bounds in r_page
Yin Xiujiang
2023-01-04
1
-24
/
+2
*
fs/ntfs3: Delete duplicate condition in ntfs_read_mft()
Dan Carpenter
2023-01-04
1
-6
/
+0
*
fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
Tetsuo Handa
2023-01-04
1
-1
/
+1
*
fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
Tetsuo Handa
2023-01-04
1
-1
/
+1
*
fs/ntfs3: Validate index root when initialize NTFS security
Edward Lo
2023-01-04
1
-4
/
+6
*
fs/ntfs3: Fix slab-out-of-bounds read in run_unpack
Hawkins Jiawei
2023-01-04
1
-0
/
+7
*
fs/ntfs3: Validate resident attribute name
Edward Lo
2023-01-04
1
-0
/
+5
*
fs/ntfs3: Validate buffer length while parsing index
Edward Lo
2023-01-04
1
-0
/
+6
*
fs/ntfs3: Validate attribute name offset
Edward Lo
2023-01-04
1
-0
/
+3
*
fs/ntfs3: Add null pointer check for inode operations
Edward Lo
2023-01-04
1
-2
/
+2
*
fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
Shigeru Yoshida
2023-01-04
1
-0
/
+1
*
fs/ntfs3: Add null pointer check to attr_load_runs_vcn
Edward Lo
2023-01-04
1
-0
/
+5
*
fs/ntfs3: Validate data run offset
Edward Lo
2023-01-04
5
-0
/
+46
*
fs/ntfs3: Add overflow check for attribute size
edward lo
2023-01-04
1
-0
/
+5
*
fs/ntfs3: Validate BOOT record_size
edward lo
2023-01-04
1
-1
/
+1
*
fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
Abdun Nihaal
2022-12-31
1
-1
/
+1
*
fs/ntfs3: Harden against integer overflows
Dan Carpenter
2022-12-31
1
-1
/
+1
*
fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
Shigeru Yoshida
2022-12-31
1
-1
/
+1
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-3
/
+3
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-5
/
+2
|
\
|
*
ntfs3: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-5
/
+2
*
|
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-10-10
1
-2
/
+2
|
\
\
|
*
|
lib/bitmap: don't call __bitmap_weight() in kernel code
Yury Norov
2022-09-26
1
-2
/
+2
|
|
/
*
/
ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
Christian Brauner
2022-08-31
2
-98
/
+6
|
/
[next]