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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-1
/
+1
2026-08-26
ntfs: reject invalid sectors_per_cluster in the boot sector
Dennis Tighe
1
-2
/
+2
2026-08-26
ntfs: bound $AttrDef table walk to the loaded table size
Dennis Tighe
1
-2
/
+2
2026-08-26
ntfs: fix undefined behavior in mft/index record size calculation
Hongling Zeng
1
-2
/
+2
2026-08-26
ntfs: do not mark the volume clean in sync_fs when errors were recorded
Dennis Tighe
1
-1
/
+2
2026-08-21
ntfs: add non-resident WOF decompression
Hyunchul Lee
1
-0
/
+3
2026-08-19
ntfs: reject invalid MFT LCNs from boot sector
Hyunchul Lee
1
-6
/
+6
2026-06-15
ntfs: support creating Windows native symlinks
Hyunchul Lee
1
-0
/
+19
2026-06-15
ntfs: add native_symlink mount option
Hyunchul Lee
1
-0
/
+19
2026-06-06
ntfs: reinit search context before volume information lookup
DaeMyung Kang
1
-0
/
+1
2026-06-06
ntfs: do not replace volume name after lookup errors
DaeMyung Kang
1
-3
/
+8
2026-06-06
ntfs: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2026-06-06
ntfs: serialize volume label accesses
Hyunchul Lee
1
-6
/
+13
2026-06-06
ntfs: remove unnecessary NULL checks before kfree
Namjae Jeon
1
-3
/
+2
2026-06-06
ntfs: remove unsupported quota handling
DaeMyung Kang
1
-108
/
+1
2026-06-06
ntfs: avoid heap allocation for free-cluster readahead state
DaeMyung Kang
1
-16
/
+6
2026-06-06
ntfs: only alias volume $UpCase to default on exact match
DaeMyung Kang
1
-9
/
+3
2026-06-06
ntfs: free volume-wide resources on fill_super failure
DaeMyung Kang
1
-2
/
+3
2026-05-11
ntfs: restore $MFT mirror contents check
DaeMyung Kang
1
-0
/
+7
2026-05-09
ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()
Zhan Xusheng
1
-4
/
+18
2026-05-08
ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown
DaeMyung Kang
1
-3
/
+3
2026-04-07
ntfs: remove redundant out-of-bound checks
Hyunchul Lee
1
-6
/
+0
2026-03-05
ntfs: add MODULE_ALIAS_FS
Woody Suwalski
1
-0
/
+1
2026-02-26
ntfs: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2026-02-19
ntfs: update super block operations
Namjae Jeon
1
-1491
/
+1059
2026-02-19
Revert "fs: Remove NTFS classic"
Namjae Jeon
1
-0
/
+3202
2024-01-24
fs: Remove NTFS classic
Matthew Wilcox (Oracle)
1
-3202
/
+0
2023-05-19
ntfs: Remove unneeded semicolon
Shaomin Deng
1
-2
/
+2
2023-02-02
ntfs: fix multiple kernel-doc warnings
Randy Dunlap
1
-2
/
+10
2022-09-11
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
ChenXiaoSong
1
-1
/
+2
2021-10-18
ntfs: use sb_bdev_nr_blocks
Christoph Hellwig
1
-5
/
+3
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2019-09-26
ntfs: remove (un)?likely() from IS_ERR() conditions
Denis Efremov
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
1
-15
/
+1
2019-05-01
ntfs: switch to ->free_inode()
Al Viro
1
-1
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-16
/
+16
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-17
/
+14
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-7
/
+7
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-29
/
+29
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-2
/
+2
2015-09-04
ntfs: delete unnecessary checks before calling iput()
SF Markus Elfring
1
-14
/
+7
2015-08-07
ntfs: super.c: Fix error log
Nik Nyby
1
-1
/
+1
2014-10-09
ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...
Anton Altaparmakov
1
-1
/
+1
2014-06-04
ntfs: remove NULL value assignments
Fabian Frederick
1
-2
/
+2
2014-04-07
ntfs: logging clean-up
Fabian Frederick
1
-16
/
+12
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
1
-0
/
+2
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+6
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+6
[next]