index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
btree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-11
nilfs2: fix missing block address termination in btree node shrinking
Ryusuke Konishi
1
-7
/
+14
2011-06-11
nilfs2: fix incorrect block address termination in node concatenation
Ryusuke Konishi
1
-5
/
+13
2011-05-10
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
1
-19
/
+19
2011-03-08
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
1
-3
/
+3
2010-07-23
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
Ryusuke Konishi
1
-17
/
+33
2010-07-23
nilfs2: introduce check flag to btree node buffer
Ryusuke Konishi
1
-1
/
+9
2010-07-23
nilfs2: add btree get block function with readahead option
Ryusuke Konishi
1
-26
/
+68
2010-07-23
nilfs2: add read ahead mode to nilfs_btnode_submit_block
Ryusuke Konishi
1
-1
/
+2
2010-07-23
nilfs2: eliminate inline keywords in btree implementation
Ryusuke Konishi
1
-22
/
+19
2010-07-23
nilfs2: get maximum number of child nodes from bmap object
Ryusuke Konishi
1
-1
/
+5
2010-07-23
nilfs2: reduce repetitive calculation of max number of child nodes
Ryusuke Konishi
1
-157
/
+182
2010-07-23
nilfs2: optimize calculation of min/max number of btree node children
Ryusuke Konishi
1
-18
/
+18
2010-07-23
nilfs2: remove redundant pointer checks in bmap lookup functions
Ryusuke Konishi
1
-5
/
+1
2010-07-23
nilfs2: unify bmap set_target_v operations
Ryusuke Konishi
1
-9
/
+2
2010-07-23
nilfs2: get rid of nilfs_btree uses
Ryusuke Konishi
1
-176
/
+140
2010-07-23
nilfs2: remove constant qualifier from argument of bmap propagate
Ryusuke Konishi
1
-2
/
+2
2010-07-23
nilfs2: get rid of private conversion macros on bmap key and pointer
Ryusuke Konishi
1
-18
/
+16
2010-07-23
nilfs2: verify btree node after reading
Ryusuke Konishi
1
-3
/
+47
2010-07-23
nilfs2: add sanity check in nilfs_btree_add_dirty_buffer
Ryusuke Konishi
1
-0
/
+12
2010-05-10
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
1
-40
/
+0
2010-05-10
nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()
Li Hong
1
-17
/
+5
2010-05-10
nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()
Li Hong
1
-22
/
+17
2010-04-02
nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()
Li Hong
1
-1
/
+1
2009-11-29
nilfs2: use list_splice_tail or list_splice_tail_init
Ryusuke Konishi
1
-1
/
+1
2009-11-20
nilfs2: eliminate nilfs_btnode_get function
Ryusuke Konishi
1
-1
/
+12
2009-11-20
nilfs2: use nilfs_btnode_create_block function
Ryusuke Konishi
1
-5
/
+8
2009-11-20
nilfs2: remove buffer locking from btree code
Ryusuke Konishi
1
-60
/
+0
2009-11-20
nilfs2: get rid of BUG_ON use in btree lookup routines
Ryusuke Konishi
1
-2
/
+16
2009-09-14
nilfs2: allow btree code to directly call dat operations
Ryusuke Konishi
1
-67
/
+84
2009-09-14
nilfs2: stop zero-fill of btree path just before free it
Ryusuke Konishi
1
-24
/
+12
2009-09-14
nilfs2: remove unused btree argument from btree functions
Ryusuke Konishi
1
-248
/
+208
2009-06-10
nilfs2: support contiguous lookup of blocks
Ryusuke Konishi
1
-0
/
+84
2009-06-10
nilfs2: remove nilfs_btree_operations from btree mapping
Ryusuke Konishi
1
-37
/
+15
2009-06-10
nilfs2: remove bmap pointer operations
Ryusuke Konishi
1
-54
/
+46
2009-06-10
nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
Ryusuke Konishi
1
-15
/
+7
2009-06-10
nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function
Ryusuke Konishi
1
-10
/
+5
2009-06-10
nilfs2: move get block functions in bmap.c into btree codes
Ryusuke Konishi
1
-22
/
+35
2009-06-10
nilfs2: remove nilfs_bmap_delete_block
Ryusuke Konishi
1
-4
/
+4
2009-06-10
nilfs2: remove nilfs_bmap_put_block
Ryusuke Konishi
1
-17
/
+16
2009-06-10
nilfs2: unify bmap operations starting use of indirect block address
Ryusuke Konishi
1
-5
/
+2
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
1
-17
/
+10
2009-04-07
nilfs2: clean up indirect function calling conventions
Pekka Enberg
1
-31
/
+31
2009-04-07
nilfs2: B-tree based block mapping
Koji Sato
1
-0
/
+2276