aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/direct.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-25nilfs2: trivial coding style fixGravatar Jiro SEKIBA 1-8/+9
2009-09-14nilfs2: allow btree code to directly call dat operationsGravatar Ryusuke Konishi 1-103/+58
2009-06-10nilfs2: support contiguous lookup of blocksGravatar Ryusuke Konishi 1-0/+43
2009-06-10nilfs2: remove nilfs_direct_operations from direct mappingGravatar Ryusuke Konishi 1-36/+10
2009-06-10nilfs2: remove bmap pointer operationsGravatar Ryusuke Konishi 1-19/+11
2009-06-10nilfs2: remove useless b_low and b_high fields from nilfs_bmap structGravatar Ryusuke Konishi 1-9/+4
2009-06-10nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr functionGravatar Ryusuke Konishi 1-3/+1
2009-06-10nilfs2: unify bmap operations starting use of indirect block addressGravatar Ryusuke Konishi 1-5/+2
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlGravatar Ryusuke Konishi 1-3/+10
2009-04-07nilfs2: clean up indirect function calling conventionsGravatar Pekka Enberg 1-14/+14
2009-04-07nilfs2: direct block mappingGravatar Koji Sato 1-0/+429