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
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-14
/
+14
2010-08-18
kill BH_Ordered flag
Christoph Hellwig
1
-14
/
+14
2010-08-16
nilfs2: fix list corruption after ifile creation failure
Ryusuke Konishi
1
-1
/
+3
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+1
2010-08-09
convert nilfs2 to ->evict_inode()
Al Viro
1
-19
/
+1
2010-07-23
nilfs2: reject incompatible filesystem
Ryusuke Konishi
1
-0
/
+39
2010-07-23
nilfs2: get rid of nilfs_bmap_union
Ryusuke Konishi
1
-1
/
+3
2010-07-23
nilfs2: pass remount flag to parse_options
Ryusuke Konishi
1
-23
/
+26
2010-07-23
nilfs2: use seq_puts to print mount options without argument
Ryusuke Konishi
1
-6
/
+6
2010-07-23
nilfs2: add nodiscard mount option
Ryusuke Konishi
1
-1
/
+5
2010-07-23
nilfs2: add barrier mount option
Ryusuke Konishi
1
-1
/
+5
2010-07-23
nilfs2: sync super blocks in turns
Jiro SEKIBA
1
-30
/
+65
2010-07-23
nilfs2: introduce nilfs_prepare_super
Jiro SEKIBA
1
-22
/
+51
2010-07-23
nilfs2: separate function that updates log position
Ryusuke Konishi
1
-13
/
+17
2010-07-23
nilfs2: add nilfs_set_error
Ryusuke Konishi
1
-10
/
+14
2010-07-23
nilfs2: add nilfs_cleanup_super
Ryusuke Konishi
1
-8
/
+20
2010-07-23
nilfs2: do not update mount time on rw->ro remount
Ryusuke Konishi
1
-1
/
+0
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
[next]