summaryrefslogtreecommitdiff
path: root/fs/nilfs2/btree.c
AgeCommit message (Expand)Author
2009-06-10nilfs2: support contiguous lookup of blocksRyusuke Konishi
2009-06-10nilfs2: remove nilfs_btree_operations from btree mappingRyusuke Konishi
2009-06-10nilfs2: remove bmap pointer operationsRyusuke Konishi
2009-06-10nilfs2: remove useless b_low and b_high fields from nilfs_bmap structRyusuke Konishi
2009-06-10nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr functionRyusuke Konishi
2009-06-10nilfs2: move get block functions in bmap.c into btree codesRyusuke Konishi
2009-06-10nilfs2: remove nilfs_bmap_delete_blockRyusuke Konishi
2009-06-10nilfs2: remove nilfs_bmap_put_blockRyusuke Konishi
2009-06-10nilfs2: unify bmap operations starting use of indirect block addressRyusuke Konishi
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi
2009-04-07nilfs2: clean up indirect function calling conventionsPekka Enberg
2009-04-07nilfs2: B-tree based block mappingKoji Sato