index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-8
/
+8
2026-08-19
ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()
Mohammad Shahid
1
-2
/
+3
2026-07-06
ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()
Namjae Jeon
1
-4
/
+11
2026-06-06
ntfs: validate index entries on reading
Hyunchul Lee
1
-25
/
+3
2026-06-06
ntfs: validate index block header more strictly
Hyunchul Lee
1
-31
/
+7
2026-04-27
ntfs: fix NULL dereference in ntfs_index_walk_down()
DaeMyung Kang
1
-3
/
+10
2026-03-16
ntfs: fix variable dereferenced before check warnings
Hyunchul Lee
1
-2
/
+4
2026-03-16
ntfs: prefer IS_ERR_OR_NULL() over manual NULL check
Hyunchul Lee
1
-1
/
+1
2026-03-06
ntfs: use ->mft_no instead of ->i_ino in prints
Namjae Jeon
1
-5
/
+5
2026-03-06
ntfs: change mft_no type to u64
Namjae Jeon
1
-19
/
+19
2026-02-19
ntfs: update directory operations
Namjae Jeon
1
-921
/
+617
2026-02-19
Revert "fs: Remove NTFS classic"
Namjae Jeon
1
-0
/
+1540
2024-01-24
fs: Remove NTFS classic
Matthew Wilcox (Oracle)
1
-1540
/
+0
2023-12-21
ntfs: dir.c: fix kernel-doc function parameter warnings
Randy Dunlap
1
-1
/
+2
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-1
/
+2
2023-02-02
ntfs: fix multiple kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2020-08-07
ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type
Luca Stefani
1
-1
/
+1
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
1
-15
/
+1
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-1
/
+1
2016-10-30
fs: remove the never implemented aio_fsync file operation
Christoph Hellwig
1
-2
/
+0
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-8
/
+8
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-20
/
+20
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2013-06-29
[readdir] convert ntfs
Al Viro
1
-57
/
+27
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+9
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-3
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-1
/
+1
2009-04-01
ntfs: remove private wrapper of endian helpers
Harvey Harrison
1
-2
/
+2
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-01-18
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
Anton Altaparmakov
1
-18
/
+27
2006-12-08
[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-3
/
+3
2006-09-27
[PATCH] fs: Removing useless casts
Panagiotis Issaris
1
-3
/
+2
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-03-07
NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton for
Anton Altaparmakov
1
-1
/
+1
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-4
/
+4
2005-09-08
NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNING
Anton Altaparmakov
1
-1
/
+2
2005-06-25
NTFS: Fix several occurences of a bug where we would perform 'var & ~const'
Anton Altaparmakov
1
-1
/
+2
2005-05-05
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
Jesper Juhl
1
-8
/
+4
2005-05-05
NTFS: - Add disable_sparse mount option together with a per volume sparse
Anton Altaparmakov
1
-2
/
+2
2005-05-05
NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached value
Anton Altaparmakov
1
-6
/
+7
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1569