index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
btree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: fix missing block address termination in btree node shrinking
Ryusuke Konishi
2011-06-11
1
-7
/
+14
*
nilfs2: fix incorrect block address termination in node concatenation
Ryusuke Konishi
2011-06-11
1
-5
/
+13
*
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
2011-05-10
1
-19
/
+19
*
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
2011-03-08
1
-3
/
+3
*
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
Ryusuke Konishi
2010-07-23
1
-17
/
+33
*
nilfs2: introduce check flag to btree node buffer
Ryusuke Konishi
2010-07-23
1
-1
/
+9
*
nilfs2: add btree get block function with readahead option
Ryusuke Konishi
2010-07-23
1
-26
/
+68
*
nilfs2: add read ahead mode to nilfs_btnode_submit_block
Ryusuke Konishi
2010-07-23
1
-1
/
+2
*
nilfs2: eliminate inline keywords in btree implementation
Ryusuke Konishi
2010-07-23
1
-22
/
+19
*
nilfs2: get maximum number of child nodes from bmap object
Ryusuke Konishi
2010-07-23
1
-1
/
+5
*
nilfs2: reduce repetitive calculation of max number of child nodes
Ryusuke Konishi
2010-07-23
1
-157
/
+182
*
nilfs2: optimize calculation of min/max number of btree node children
Ryusuke Konishi
2010-07-23
1
-18
/
+18
*
nilfs2: remove redundant pointer checks in bmap lookup functions
Ryusuke Konishi
2010-07-23
1
-5
/
+1
*
nilfs2: unify bmap set_target_v operations
Ryusuke Konishi
2010-07-23
1
-9
/
+2
*
nilfs2: get rid of nilfs_btree uses
Ryusuke Konishi
2010-07-23
1
-176
/
+140
*
nilfs2: remove constant qualifier from argument of bmap propagate
Ryusuke Konishi
2010-07-23
1
-2
/
+2
*
nilfs2: get rid of private conversion macros on bmap key and pointer
Ryusuke Konishi
2010-07-23
1
-18
/
+16
*
nilfs2: verify btree node after reading
Ryusuke Konishi
2010-07-23
1
-3
/
+47
*
nilfs2: add sanity check in nilfs_btree_add_dirty_buffer
Ryusuke Konishi
2010-07-23
1
-0
/
+12
*
nilfs2: cleanup multi kmem_cache_{create,destroy} code
Li Hong
2010-05-10
1
-40
/
+0
*
nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()
Li Hong
2010-05-10
1
-17
/
+5
*
nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()
Li Hong
2010-05-10
1
-22
/
+17
*
nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()
Li Hong
2010-04-02
1
-1
/
+1
*
nilfs2: use list_splice_tail or list_splice_tail_init
Ryusuke Konishi
2009-11-29
1
-1
/
+1
*
nilfs2: eliminate nilfs_btnode_get function
Ryusuke Konishi
2009-11-20
1
-1
/
+12
*
nilfs2: use nilfs_btnode_create_block function
Ryusuke Konishi
2009-11-20
1
-5
/
+8
*
nilfs2: remove buffer locking from btree code
Ryusuke Konishi
2009-11-20
1
-60
/
+0
*
nilfs2: get rid of BUG_ON use in btree lookup routines
Ryusuke Konishi
2009-11-20
1
-2
/
+16
*
nilfs2: allow btree code to directly call dat operations
Ryusuke Konishi
2009-09-14
1
-67
/
+84
*
nilfs2: stop zero-fill of btree path just before free it
Ryusuke Konishi
2009-09-14
1
-24
/
+12
*
nilfs2: remove unused btree argument from btree functions
Ryusuke Konishi
2009-09-14
1
-248
/
+208
*
nilfs2: support contiguous lookup of blocks
Ryusuke Konishi
2009-06-10
1
-0
/
+84
*
nilfs2: remove nilfs_btree_operations from btree mapping
Ryusuke Konishi
2009-06-10
1
-37
/
+15
*
nilfs2: remove bmap pointer operations
Ryusuke Konishi
2009-06-10
1
-54
/
+46
*
nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
Ryusuke Konishi
2009-06-10
1
-15
/
+7
*
nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function
Ryusuke Konishi
2009-06-10
1
-10
/
+5
*
nilfs2: move get block functions in bmap.c into btree codes
Ryusuke Konishi
2009-06-10
1
-22
/
+35
*
nilfs2: remove nilfs_bmap_delete_block
Ryusuke Konishi
2009-06-10
1
-4
/
+4
*
nilfs2: remove nilfs_bmap_put_block
Ryusuke Konishi
2009-06-10
1
-17
/
+16
*
nilfs2: unify bmap operations starting use of indirect block address
Ryusuke Konishi
2009-06-10
1
-5
/
+2
*
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
2009-04-07
1
-17
/
+10
*
nilfs2: clean up indirect function calling conventions
Pekka Enberg
2009-04-07
1
-31
/
+31
*
nilfs2: B-tree based block mapping
Koji Sato
2009-04-07
1
-0
/
+2276