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
starfive-6.6.48-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
/
nilfs2
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-31
nilfs2: fix style issue in nilfs_destroy_cachep
Ryusuke Konishi
1
-4
/
+4
2010-05-10
nilfs2: disallow remount of snapshot from/to a regular mount
Ryusuke Konishi
1
-34
/
+23
2010-05-10
nilfs2: update comment on deactivate_super at nilfs_get_sb
Ryusuke Konishi
1
-1
/
+1
2010-05-10
nilfs2: replace MS_VERBOSE with MS_SILENT
Ryusuke Konishi
1
-1
/
+2
2010-05-10
nilfs2: add missing initialization of s_mode
Ryusuke Konishi
1
-0
/
+1
2010-05-10
nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive
Ryusuke Konishi
1
-3
/
+7
2010-05-10
nilfs2: add missing endian conversion on super block magic number
Ryusuke Konishi
1
-2
/
+2
2010-05-10
nilfs2: add a print message after loading nilfs2
Li Hong
1
-0
/
+1
2010-05-10
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
1
-60
/
+74
2010-05-10
nilfs2: change default of 'errors' mount option to 'remount-ro' mode
Ryusuke Konishi
1
-3
/
+3
2010-05-03
nilfs2: fix sync silent failure
Ryusuke Konishi
1
-0
/
+1
2010-03-14
nilfs2: remove whitespaces before quoted newlines
Ryusuke Konishi
1
-1
/
+1
2010-03-14
nilfs2: fix various typos in comments
Ryusuke Konishi
1
-1
/
+1
2010-02-13
nilfs2: get rid of s_dirt flag use
Ryusuke Konishi
1
-2
/
+2
2010-02-13
nilfs2: fix potential hang in nilfs_error on errors=remount-ro
Ryusuke Konishi
1
-3
/
+0
2010-02-13
nilfs2: issue discard request after cleaning segments
Jiro SEKIBA
1
-1
/
+7
2009-12-16
switch nilfs2 to deactivate_locked_super()
Al Viro
1
-2
/
+1
2009-11-20
nilfs2: add norecovery mount option
Ryusuke Konishi
1
-1
/
+15
2009-11-20
nilfs2: move recovery completion into load_nilfs function
Ryusuke Konishi
1
-34
/
+5
2009-11-20
nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
Ryusuke Konishi
1
-1
/
+0
2009-11-20
nilfs2: separate constructor of metadata files
Ryusuke Konishi
1
-5
/
+1
2009-11-20
nilfs2: add size option of private object to metadata file allocator
Ryusuke Konishi
1
-1
/
+1
2009-11-20
nilfs2: cleanup unused match_bool function
Jiro SEKIBA
1
-13
/
+0
2009-11-20
nilfs2: Using nobarrier option instead of barrier=off
Jiro SEKIBA
1
-10
/
+5
2009-09-22
const: mark remaining export_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-14
nilfs2: remove individual gfp constants for each metadata file
Ryusuke Konishi
1
-2
/
+1
2009-09-14
nilfs2: add more check routines in mount process
Zhu Yanhai
1
-1
/
+6
2009-09-14
nilfs2: An unassigned variable is assigned to a never used structure member
Zhang Qiang
1
-4
/
+0
2009-09-14
nilfs2: stop using periodic write_super callback
Jiro SEKIBA
1
-45
/
+1
2009-09-14
nilfs2: clean up nilfs_write_super
Jiro SEKIBA
1
-8
/
+3
2009-09-14
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
Jiro SEKIBA
1
-2
/
+8
2009-09-14
nilfs2: remove redundant super block commit
Jiro SEKIBA
1
-3
/
+0
2009-09-14
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
Jiro SEKIBA
1
-1
/
+23
2009-08-18
nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()
Zhang Qiang
1
-0
/
+2
2009-06-24
switch nilfs2 to inode->i_acl
Al Viro
1
-10
/
+0
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-2
/
+7
2009-06-12
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
1
-6
/
+6
2009-06-12
nilfs2: correct exclusion control in nilfs_remount function
Ryusuke Konishi
1
-24
/
+20
2009-06-12
nilfs2: simplify remaining sget() use
Ryusuke Konishi
1
-25
/
+17
2009-06-12
nilfs2: get rid of sget use for checking if current mount is present
Ryusuke Konishi
1
-60
/
+32
2009-06-12
nilfs2: get rid of sget use for acquiring nilfs object
Ryusuke Konishi
1
-61
/
+19
2009-06-12
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
Ryusuke Konishi
1
-2
/
+0
2009-06-12
nilfs2: call nilfs2_write_super from nilfs2_sync_fs
Christoph Hellwig
1
-0
/
+2
2009-06-12
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+4
2009-06-12
push BKL down into ->put_super
Christoph Hellwig
1
-0
/
+4
2009-06-12
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
1
-0
/
+4
2009-06-10
nilfs2: use device's backing_dev_info for btree node caches
Ryusuke Konishi
1
-2
/
+7
2009-04-13
nilfs2: remove module version
Ryusuke Konishi
1
-1
/
+0
2009-04-13
nilfs2: return f_fsid for statfs2
Ryusuke Konishi
1
-1
/
+5
[next]