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
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
1
-6
/
+5
2011-01-10
nilfs2: mark buffer heads as delayed until the data is written to disk
Ryusuke Konishi
1
-0
/
+2
2011-01-10
nilfs2: call nilfs_error inside bmap routines
Ryusuke Konishi
1
-25
/
+5
2010-10-26
mm: add account_page_writeback()
Michael Rubin
1
-1
/
+1
2010-10-23
nilfs2: eliminate sparse warning - "context imbalance"
Jiro SEKIBA
1
-0
/
+2
2010-10-23
nilfs2: add bdev freeze/thaw support
Ryusuke Konishi
1
-0
/
+2
2010-10-23
nilfs2: get rid of back pointer to writable sb instance
Ryusuke Konishi
1
-4
/
+0
2010-10-23
nilfs2: get rid of GCDAT inode
Ryusuke Konishi
1
-7
/
+7
2010-10-23
nilfs2: add routines to redirect access to buffers of DAT file
Ryusuke Konishi
1
-0
/
+1
2010-10-23
nilfs2: move inode count and block count into root object
Ryusuke Konishi
1
-2
/
+2
2010-10-23
nilfs2: use root object to get ifile
Ryusuke Konishi
1
-17
/
+26
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
1
-2
/
+1
2010-10-23
nilfs2: keep zero value in i_cno except for gc-inodes
Ryusuke Konishi
1
-15
/
+14
2010-07-23
nilfs2: do not update log cursor for small change
Ryusuke Konishi
1
-1
/
+0
2010-07-23
nilfs2: sync super blocks in turns
Jiro SEKIBA
1
-4
/
+6
2010-07-23
nilfs2: introduce nilfs_prepare_super
Jiro SEKIBA
1
-2
/
+6
2010-07-23
nilfs2: get rid of macros for segment summary information
Ryusuke Konishi
1
-4
/
+4
2010-05-10
nilfs2: make nilfs_sc_*_ops static
Ryusuke Konishi
1
-3
/
+3
2010-05-10
nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...
Li Hong
1
-18
/
+13
2010-05-10
nilfs2: remove nilfs_segctor_init() in segment.c
Li Hong
1
-8
/
+1
2010-05-10
nilfs2: insert checkpoint number in segment summary header
Ryusuke Konishi
1
-1
/
+2
2010-05-10
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
1
-36
/
+0
2010-05-10
nilfs2: move out checksum routines to segment buffer code
Ryusuke Konishi
1
-30
/
+3
2010-05-10
nilfs2: move pointer to super root block into logs
Ryusuke Konishi
1
-24
/
+21
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
nilfs2: fix hang-up of cleaner after log writer returned with error
Ryusuke Konishi
1
-2
/
+1
2010-03-22
nilfs2: fix duplicate call to nilfs_segctor_cancel_freev
Ryusuke Konishi
1
-6
/
+6
2010-03-14
nilfs2: fix various typos in comments
Ryusuke Konishi
1
-2
/
+2
2010-03-14
nilfs2: fix function name typos in docbook comments
Ryusuke Konishi
1
-2
/
+2
2010-02-13
nilfs2: move iterator to write log into segment buffer
Ryusuke Konishi
1
-7
/
+2
2010-02-13
nilfs2: get rid of s_dirt flag use
Ryusuke Konishi
1
-6
/
+5
2010-02-13
nilfs2: get rid of nilfs_segctor_req struct
Ryusuke Konishi
1
-41
/
+38
2010-02-13
nilfs2: fix potential hang in nilfs_error on errors=remount-ro
Ryusuke Konishi
1
-2
/
+9
2010-02-13
nilfs2: issue discard request after cleaning segments
Jiro SEKIBA
1
-0
/
+10
2010-01-31
nilfs2: fix potential leak of dirty data on umount
Ryusuke Konishi
1
-1
/
+1
2009-11-30
nilfs2: separate wait function from nilfs_segctor_write
Ryusuke Konishi
1
-95
/
+145
2009-11-30
nilfs2: add iterator for segment buffers
Ryusuke Konishi
1
-39
/
+12
2009-11-30
nilfs2: hide nilfs_write_info struct in segment buffer code
Ryusuke Konishi
1
-9
/
+3
2009-11-30
nilfs2: relocate io status variables to segment buffer
Ryusuke Konishi
1
-11
/
+8
2009-11-29
nilfs2: use list_splice_tail or list_splice_tail_init
Ryusuke Konishi
1
-2
/
+2
2009-11-20
nilfs2: move routine to set segment usage into sufile
Ryusuke Konishi
1
-22
/
+10
2009-11-20
nilfs2: move routine marking segment usage dirty into sufile
Ryusuke Konishi
1
-17
/
+2
2009-11-20
nilfs2: eliminate inlines to directly read/write inode of metadata files
Ryusuke Konishi
1
-6
/
+6
2009-11-03
nilfs2: fix irregular checkpoint creation due to data flush
Ryusuke Konishi
1
-6
/
+11
2009-09-14
nilfs2: stop using periodic write_super callback
Jiro SEKIBA
1
-1
/
+6
2009-08-01
nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodes
Ryusuke Konishi
1
-1
/
+15
2009-07-05
nilfs2: fix hang problem of log writer which occurs after write failures
Ryusuke Konishi
1
-20
/
+6
2009-07-05
nilfs2: remove unlikely directive causing mis-conversion of error code
Ryusuke Konishi
1
-2
/
+2
2009-06-10
nilfs2: eliminate removal list of segments
Ryusuke Konishi
1
-95
/
+35
2009-05-11
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
Ryusuke Konishi
1
-2
/
+3
[next]