summaryrefslogtreecommitdiff
path: root/fs/ntfs/super.c
AgeCommit message (Expand)Author
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee
2026-06-06ntfs: reinit search context before volume information lookupDaeMyung Kang
2026-06-06ntfs: do not replace volume name after lookup errorsDaeMyung Kang
2026-06-06ntfs: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-06-06ntfs: serialize volume label accessesHyunchul Lee
2026-06-06ntfs: remove unnecessary NULL checks before kfreeNamjae Jeon
2026-06-06ntfs: remove unsupported quota handlingDaeMyung Kang
2026-06-06ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang
2026-06-06ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang
2026-06-06ntfs: free volume-wide resources on fill_super failureDaeMyung Kang
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng
2026-05-08ntfs: fix default_upcase refcount underflow and UAF on fs_context teardownDaeMyung Kang
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski
2026-02-26ntfs: Remove unneeded semicolonChen Ni
2026-02-19ntfs: update super block operationsNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)
2023-05-19ntfs: Remove unneeded semicolonShaomin Deng
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap
2022-09-11ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2019-05-01ntfs: switch to ->free_inode()Al Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-09-04ntfs: delete unnecessary checks before calling iput()SF Markus Elfring
2015-08-07ntfs: super.c: Fix error logNik Nyby
2014-10-09ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick
2014-04-07ntfs: logging clean-upFabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-20ntfs: switch to d_make_root()Al Viro
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-22NTFS: Remove unused variable.Anton Altaparmakov