index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntfs: remove (un)?likely() from IS_ERR() conditions
Denis Efremov
2019-09-26
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
2019-05-24
1
-15
/
+1
*
ntfs: switch to ->free_inode()
Al Viro
2019-05-01
1
-1
/
+1
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-16
/
+16
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-17
/
+14
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-7
/
+7
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-29
/
+29
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-6
/
+6
*
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-14
1
-2
/
+2
*
ntfs: delete unnecessary checks before calling iput()
SF Markus Elfring
2015-09-04
1
-14
/
+7
*
ntfs: super.c: Fix error log
Nik Nyby
2015-08-07
1
-1
/
+1
*
ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...
Anton Altaparmakov
2014-10-09
1
-1
/
+1
*
ntfs: remove NULL value assignments
Fabian Frederick
2014-06-04
1
-2
/
+2
*
ntfs: logging clean-up
Fabian Frederick
2014-04-07
1
-16
/
+12
*
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2014-03-13
1
-0
/
+2
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-0
/
+6
|
\
|
*
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-10-02
1
-0
/
+6
*
|
userns: Convert ntfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
1
-7
/
+32
|
/
*
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
2012-07-30
1
-17
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
1
-3
/
+6
|
\
|
*
ntfs: forgets to unregister sysctls on register_filesystem() failure
Al Viro
2012-03-20
1
-0
/
+2
|
*
ntfs: switch to d_make_root()
Al Viro
2012-03-20
1
-3
/
+4
*
|
ntfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-4
/
+4
|
/
*
NTFS: Remove unused variable.
Anton Altaparmakov
2012-02-22
1
-3
/
+1
*
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
2012-01-13
1
-1
/
+1
*
ntfs: propagate umode_t
Al Viro
2012-01-03
1
-3
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-7
/
+7
*
NTFS: writev() fix and maintenance/contact details update
Anton Altaparmakov
2011-01-12
1
-3
/
+3
*
new helper: mount_bdev()
Al Viro
2010-10-29
1
-5
/
+4
*
new helper: ihold()
Al Viro
2010-10-25
1
-2
/
+2
*
ntfs: don't call invalidate_inodes()
Al Viro
2010-10-25
1
-15
/
+0
*
BKL: Remove BKL from NTFS
Jan Blunck
2010-10-04
1
-27
/
+2
*
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-10-04
1
-0
/
+5
*
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-08-09
1
-1
/
+1
*
ntfs: use bitmap_weight
Akinobu Mita
2010-03-17
1
-12
/
+13
*
pass writeback_control to ->write_inode
Christoph Hellwig
2010-03-05
1
-0
/
+8
*
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
2009-09-24
1
-6
/
+4
*
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
1
-1
/
+14
*
ntfs: remove old debug check for dirty data in ntfs_put_super()
Jens Axboe
2009-06-11
1
-30
/
+3
*
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
1
-1
/
+5
*
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
1
-3
/
+3
*
ntfs: remove private wrapper of endian helpers
Harvey Harrison
2009-04-01
1
-25
/
+25
*
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-26
1
-1
/
+1
*
writeback: fix ntfs with sb_has_dirty_inodes()
Fengguang Wu
2007-10-17
1
-2
/
+2
*
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-17
1
-2
/
+1
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-5
/
+5
*
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-17
1
-2
/
+1
*
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-05-07
1
-2
/
+1
*
mm: make read_cache_page synchronous
Nick Piggin
2007-05-07
1
-26
/
+4
[next]