aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10nilfs2: support contiguous lookup of blocksRyusuke Konishi1-0/+84
2009-06-10nilfs2: remove nilfs_btree_operations from btree mappingRyusuke Konishi1-37/+15
2009-06-10nilfs2: remove bmap pointer operationsRyusuke Konishi1-54/+46
2009-06-10nilfs2: remove useless b_low and b_high fields from nilfs_bmap structRyusuke Konishi1-15/+7
2009-06-10nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr functionRyusuke Konishi1-10/+5
2009-06-10nilfs2: move get block functions in bmap.c into btree codesRyusuke Konishi1-22/+35
2009-06-10nilfs2: remove nilfs_bmap_delete_blockRyusuke Konishi1-4/+4
2009-06-10nilfs2: remove nilfs_bmap_put_blockRyusuke Konishi1-17/+16
2009-06-10nilfs2: unify bmap operations starting use of indirect block addressRyusuke Konishi1-5/+2
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-17/+10
2009-04-07nilfs2: clean up indirect function calling conventionsPekka Enberg1-31/+31
2009-04-07nilfs2: B-tree based block mappingKoji Sato1-0/+2276