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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-17
Revert "task_struct: make journal_info conditional"
Linus Torvalds
1
-1
/
+0
2009-12-16
switch nilfs2 to deactivate_locked_super()
Al Viro
1
-2
/
+1
2009-12-15
task_struct: make journal_info conditional
Hiroshi Shimamoto
1
-0
/
+1
2009-11-30
nilfs2: separate wait function from nilfs_segctor_write
Ryusuke Konishi
4
-95
/
+165
2009-11-30
nilfs2: add iterator for segment buffers
Ryusuke Konishi
3
-48
/
+66
2009-11-30
nilfs2: hide nilfs_write_info struct in segment buffer code
Ryusuke Konishi
3
-49
/
+49
2009-11-30
nilfs2: relocate io status variables to segment buffer
Ryusuke Konishi
3
-50
/
+44
2009-11-29
nilfs2: do not return io error for bio allocation failure
Ryusuke Konishi
1
-9
/
+2
2009-11-29
nilfs2: use list_splice_tail or list_splice_tail_init
Ryusuke Konishi
3
-4
/
+4
2009-11-27
nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty
Jiro SEKIBA
3
-20
/
+20
2009-11-27
nilfs2: delete mark_inode_dirty in nilfs_delete_entry
Jiro SEKIBA
2
-2
/
+2
2009-11-27
nilfs2: delete mark_inode_dirty in nilfs_commit_chunk
Jiro SEKIBA
2
-4
/
+2
2009-11-27
nilfs2: change return type of nilfs_commit_chunk
Jiro SEKIBA
1
-8
/
+8
2009-11-27
nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink
Jiro SEKIBA
1
-10
/
+19
2009-11-27
nilfs2: delete redundant mark_inode_dirty
Jiro SEKIBA
1
-4
/
+0
2009-11-27
nilfs2: expand inode_inc_link_count and inode_dec_link_count
Jiro SEKIBA
1
-17
/
+32
2009-11-27
nilfs2: delete mark_inode_dirty from nilfs_set_link
Jiro SEKIBA
2
-2
/
+3
2009-11-27
nilfs2: delete mark_inode_dirty in nilfs_new_inode
Jiro SEKIBA
2
-2
/
+1
2009-11-20
nilfs2: add norecovery mount option
Ryusuke Konishi
2
-3
/
+33
2009-11-20
nilfs2: add helper to get if volume is in a valid state
Ryusuke Konishi
2
-5
/
+11
2009-11-20
nilfs2: move recovery completion into load_nilfs function
Ryusuke Konishi
2
-56
/
+53
2009-11-20
nilfs2: apply readahead for recovery on mount
Ryusuke Konishi
1
-7
/
+19
2009-11-20
nilfs2: clean up get/put function of a segment usage
Ryusuke Konishi
2
-77
/
+0
2009-11-20
nilfs2: move routine to set segment usage into sufile
Ryusuke Konishi
3
-22
/
+49
2009-11-20
nilfs2: move routine marking segment usage dirty into sufile
Ryusuke Konishi
3
-17
/
+22
2009-11-20
nilfs2: insert cache operation in palloc get block routines
Ryusuke Konishi
1
-8
/
+54
2009-11-20
nilfs2: add palloc cache to ifile
Ryusuke Konishi
1
-1
/
+15
2009-11-20
nilfs2: flush palloc cache before manipulating data pages of GC dat
Ryusuke Konishi
1
-0
/
+3
2009-11-20
nilfs2: add palloc cache to dat
Ryusuke Konishi
1
-2
/
+16
2009-11-20
nilfs2: add cache framework for persistent object allocator
Ryusuke Konishi
4
-0
/
+52
2009-11-20
nilfs2: unfold nilfs_palloc_block_get_bitmap function
Ryusuke Konishi
1
-15
/
+4
2009-11-20
nilfs2: eliminate nilfs_btnode_get function
Ryusuke Konishi
3
-24
/
+12
2009-11-20
nilfs2: remove newblk argument from nilfs_btnode_submit_block
Ryusuke Konishi
3
-20
/
+6
2009-11-20
nilfs2: use nilfs_btnode_create_block function
Ryusuke Konishi
2
-11
/
+15
2009-11-20
nilfs2: separate function for creating new btree node block
Ryusuke Konishi
2
-0
/
+28
2009-11-20
nilfs2: avoid readahead on metadata file for create mode
Ryusuke Konishi
1
-13
/
+15
2009-11-20
nilfs2: simplify nilfs_sufile_get_ncleansegs function
Ryusuke Konishi
3
-38
/
+19
2009-11-20
nilfs2: add local variable to cache the number of clean segments
Ryusuke Konishi
1
-10
/
+43
2009-11-20
nilfs2: unfold nilfs_sufile_block_get_header function
Ryusuke Konishi
1
-12
/
+3
2009-11-20
nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
Ryusuke Konishi
6
-15
/
+5
2009-11-20
nilfs2: eliminate inlines to directly read/write inode of metadata files
Ryusuke Konishi
2
-23
/
+6
2009-11-20
nilfs2: separate read method of meta data files on super root block
Ryusuke Konishi
7
-6
/
+39
2009-11-20
nilfs2: separate constructor of metadata files
Ryusuke Konishi
10
-25
/
+89
2009-11-20
nilfs2: add size option of private object to metadata file allocator
Ryusuke Konishi
5
-13
/
+24
2009-11-20
nilfs2: move out mark_inode_dirty calls from bmap routines
Ryusuke Konishi
2
-4
/
+3
2009-11-20
nilfs2: stop marking metadata inode dirty within btree operations
Ryusuke Konishi
1
-6
/
+2
2009-11-20
nilfs2: remove buffer locking from btree code
Ryusuke Konishi
1
-60
/
+0
2009-11-20
nilfs2: remove buffer locking in nilfs_mark_inode_dirty
Ryusuke Konishi
1
-3
/
+0
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
[next]