aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/btnode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-03nilfs2: add zero-fill for new btree node buffersRyusuke Konishi1-0/+1
2009-11-03nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi1-2/+1
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi1-0/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-1/+1
2009-06-10nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi1-1/+3
2009-06-10nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi1-2/+3
2009-04-07nilfs2: B-tree node cacheRyusuke Konishi1-0/+316