index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: fix style issue in nilfs_destroy_cachep
Ryusuke Konishi
2010-05-31
1
-4
/
+4
*
nilfs2: disallow remount of snapshot from/to a regular mount
Ryusuke Konishi
2010-05-10
1
-34
/
+23
*
nilfs2: update comment on deactivate_super at nilfs_get_sb
Ryusuke Konishi
2010-05-10
1
-1
/
+1
*
nilfs2: replace MS_VERBOSE with MS_SILENT
Ryusuke Konishi
2010-05-10
1
-1
/
+2
*
nilfs2: add missing initialization of s_mode
Ryusuke Konishi
2010-05-10
1
-0
/
+1
*
nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive
Ryusuke Konishi
2010-05-10
1
-3
/
+7
*
nilfs2: add missing endian conversion on super block magic number
Ryusuke Konishi
2010-05-10
1
-2
/
+2
*
nilfs2: add a print message after loading nilfs2
Li Hong
2010-05-10
1
-0
/
+1
*
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
2010-05-10
1
-60
/
+74
*
nilfs2: change default of 'errors' mount option to 'remount-ro' mode
Ryusuke Konishi
2010-05-10
1
-3
/
+3
*
nilfs2: fix sync silent failure
Ryusuke Konishi
2010-05-03
1
-0
/
+1
*
nilfs2: remove whitespaces before quoted newlines
Ryusuke Konishi
2010-03-14
1
-1
/
+1
*
nilfs2: fix various typos in comments
Ryusuke Konishi
2010-03-14
1
-1
/
+1
*
nilfs2: get rid of s_dirt flag use
Ryusuke Konishi
2010-02-13
1
-2
/
+2
*
nilfs2: fix potential hang in nilfs_error on errors=remount-ro
Ryusuke Konishi
2010-02-13
1
-3
/
+0
*
nilfs2: issue discard request after cleaning segments
Jiro SEKIBA
2010-02-13
1
-1
/
+7
*
switch nilfs2 to deactivate_locked_super()
Al Viro
2009-12-16
1
-2
/
+1
*
nilfs2: add norecovery mount option
Ryusuke Konishi
2009-11-20
1
-1
/
+15
*
nilfs2: move recovery completion into load_nilfs function
Ryusuke Konishi
2009-11-20
1
-34
/
+5
*
nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
Ryusuke Konishi
2009-11-20
1
-1
/
+0
*
nilfs2: separate constructor of metadata files
Ryusuke Konishi
2009-11-20
1
-5
/
+1
*
nilfs2: add size option of private object to metadata file allocator
Ryusuke Konishi
2009-11-20
1
-1
/
+1
*
nilfs2: cleanup unused match_bool function
Jiro SEKIBA
2009-11-20
1
-13
/
+0
*
nilfs2: Using nobarrier option instead of barrier=off
Jiro SEKIBA
2009-11-20
1
-10
/
+5
*
const: mark remaining export_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
nilfs2: remove individual gfp constants for each metadata file
Ryusuke Konishi
2009-09-14
1
-2
/
+1
*
nilfs2: add more check routines in mount process
Zhu Yanhai
2009-09-14
1
-1
/
+6
*
nilfs2: An unassigned variable is assigned to a never used structure member
Zhang Qiang
2009-09-14
1
-4
/
+0
*
nilfs2: stop using periodic write_super callback
Jiro SEKIBA
2009-09-14
1
-45
/
+1
*
nilfs2: clean up nilfs_write_super
Jiro SEKIBA
2009-09-14
1
-8
/
+3
*
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
Jiro SEKIBA
2009-09-14
1
-2
/
+8
*
nilfs2: remove redundant super block commit
Jiro SEKIBA
2009-09-14
1
-3
/
+0
*
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
Jiro SEKIBA
2009-09-14
1
-1
/
+23
*
nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()
Zhang Qiang
2009-08-18
1
-0
/
+2
*
switch nilfs2 to inode->i_acl
Al Viro
2009-06-24
1
-10
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2009-06-15
1
-2
/
+7
|
\
|
*
nilfs2: use device's backing_dev_info for btree node caches
Ryusuke Konishi
2009-06-10
1
-2
/
+7
*
|
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
2009-06-11
1
-6
/
+6
*
|
nilfs2: correct exclusion control in nilfs_remount function
Ryusuke Konishi
2009-06-11
1
-24
/
+20
*
|
nilfs2: simplify remaining sget() use
Ryusuke Konishi
2009-06-11
1
-25
/
+17
*
|
nilfs2: get rid of sget use for checking if current mount is present
Ryusuke Konishi
2009-06-11
1
-60
/
+32
*
|
nilfs2: get rid of sget use for acquiring nilfs object
Ryusuke Konishi
2009-06-11
1
-61
/
+19
*
|
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
Ryusuke Konishi
2009-06-11
1
-2
/
+0
*
|
nilfs2: call nilfs2_write_super from nilfs2_sync_fs
Christoph Hellwig
2009-06-11
1
-0
/
+2
*
|
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
1
-0
/
+4
*
|
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
1
-0
/
+4
*
|
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
2009-06-11
1
-0
/
+4
|
/
*
nilfs2: remove module version
Ryusuke Konishi
2009-04-13
1
-1
/
+0
*
nilfs2: return f_fsid for statfs2
Ryusuke Konishi
2009-04-13
1
-1
/
+5
[next]