aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi1-2/+2
2010-07-23nilfs2: remove redundant pointer checks in bmap lookup functionsRyusuke Konishi1-2/+1
2010-07-23nilfs2: unify bmap set_target_v operationsRyusuke Konishi1-8/+1
2010-07-23nilfs2: get rid of nilfs_direct usesRyusuke Konishi1-46/+32
2010-07-23nilfs2: remove constant qualifier from argument of bmap propagateRyusuke Konishi1-1/+1
2010-07-23nilfs2: get rid of private conversion macros on bmap key and pointerRyusuke Konishi1-6/+6
2009-12-25nilfs2: trivial coding style fixJiro SEKIBA1-8/+9
2009-09-14nilfs2: allow btree code to directly call dat operationsRyusuke Konishi1-103/+58
2009-06-10nilfs2: support contiguous lookup of blocksRyusuke Konishi1-0/+43
2009-06-10nilfs2: remove nilfs_direct_operations from direct mappingRyusuke Konishi1-36/+10
2009-06-10nilfs2: remove bmap pointer operationsRyusuke Konishi1-19/+11
2009-06-10nilfs2: remove useless b_low and b_high fields from nilfs_bmap structRyusuke Konishi1-9/+4
2009-06-10nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr functionRyusuke Konishi1-3/+1
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-3/+10
2009-04-07nilfs2: clean up indirect function calling conventionsPekka Enberg1-14/+14
2009-04-07nilfs2: direct block mappingKoji Sato1-0/+429