index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
ntfs: switch to ->free_inode()
Al Viro
1
-1
/
+1
2017-11-28
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-23
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-2
/
+2
2015-09-05
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-10
ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...
Anton Altaparmakov
1
-1
/
+1
2014-06-05
ntfs: remove NULL value assignments
Fabian Frederick
1
-2
/
+2
2014-04-08
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-04
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+6
2012-10-03
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+6
2012-09-21
userns: Convert ntfs to use kuid and kgid where appropriate
Eric W. Biederman
1
-7
/
+32
2012-07-31
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
1
-17
/
+0
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+6
2012-03-21
ntfs: forgets to unregister sysctls on register_filesystem() failure
Al Viro
1
-0
/
+2
2012-03-21
ntfs: switch to d_make_root()
Al Viro
1
-3
/
+4
2012-03-20
ntfs: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2012-02-22
NTFS: Remove unused variable.
Anton Altaparmakov
1
-3
/
+1
2012-01-13
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
1
-1
/
+1
2012-01-04
ntfs: propagate umode_t
Al Viro
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-7
/
+7
2011-01-12
NTFS: writev() fix and maintenance/contact details update
Anton Altaparmakov
1
-3
/
+3
2010-10-29
new helper: mount_bdev()
Al Viro
1
-5
/
+4
2010-10-26
new helper: ihold()
Al Viro
1
-2
/
+2
2010-10-26
ntfs: don't call invalidate_inodes()
Al Viro
1
-15
/
+0
2010-10-04
BKL: Remove BKL from NTFS
Jan Blunck
1
-27
/
+2
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
1
-0
/
+5
2010-08-10
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-1
/
+1
2010-03-18
ntfs: use bitmap_weight
Akinobu Mita
1
-12
/
+13
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-0
/
+8
2009-09-24
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
1
-6
/
+4
2009-06-12
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-1
/
+14
2009-06-12
ntfs: remove old debug check for dirty data in ntfs_put_super()
Jens Axboe
1
-30
/
+3
2009-06-12
push BKL down into ->put_super
Christoph Hellwig
1
-1
/
+5
2009-05-23
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-3
/
+3
2009-04-01
ntfs: remove private wrapper of endian helpers
Harvey Harrison
1
-25
/
+25
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2007-10-17
writeback: fix ntfs with sb_has_dirty_inodes()
Fengguang Wu
1
-2
/
+2
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-5
/
+5
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-2
/
+1
[next]