index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
1
-6
/
+6
2009-06-11
nilfs2: correct exclusion control in nilfs_remount function
Ryusuke Konishi
1
-24
/
+20
2009-06-11
nilfs2: simplify remaining sget() use
Ryusuke Konishi
1
-25
/
+17
2009-06-11
nilfs2: get rid of sget use for checking if current mount is present
Ryusuke Konishi
1
-60
/
+32
2009-06-11
nilfs2: get rid of sget use for acquiring nilfs object
Ryusuke Konishi
1
-61
/
+19
2009-06-11
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
Ryusuke Konishi
1
-2
/
+0
2009-06-11
nilfs2: call nilfs2_write_super from nilfs2_sync_fs
Christoph Hellwig
1
-0
/
+2
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+4
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-0
/
+4
2009-06-11
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
2009-04-07
nilfs2: support nanosecond timestamp
Ryusuke Konishi
1
-0
/
+1
2009-04-07
nilfs2: introduce secondary super block
Ryusuke Konishi
1
-134
/
+95
2009-04-07
nilfs2: simplify handling of active state of segments
Ryusuke Konishi
1
-2
/
+2
2009-04-07
nilfs2: super block operations fix endian bug
Ryusuke Konishi
1
-3
/
+3
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
1
-3
/
+5
2009-04-07
nilfs2: extend nilfs_sustat ioctl struct
Ryusuke Konishi
1
-1
/
+3
2009-04-07
nilfs2: cleanup nilfs_clear_inode
Ryusuke Konishi
1
-10
/
+1
2009-04-07
nilfs2: super block operations
Ryusuke Konishi
1
-0
/
+1366