aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/alloc.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03nilfs2: implement calculation of free inodes countGravatar Vyacheslav Dubeyko 1-0/+63
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyGravatar Ryusuke Konishi 1-6/+6
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionGravatar Ryusuke Konishi 1-1/+1
2011-03-08nilfs2: add free entries count only if clear bit operation succeededGravatar Ryusuke Konishi 1-5/+7
2010-05-10nilfs2: add kernel doc comments to persistent object allocator functionsGravatar Ryusuke Konishi 1-1/+153
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-1/+1
2010-04-12nilfs2: fix typo "numer" -> "number" in alloc.cGravatar Ryusuke Konishi 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-20nilfs2: insert cache operation in palloc get block routinesGravatar Ryusuke Konishi 1-8/+54
2009-11-20nilfs2: add cache framework for persistent object allocatorGravatar Ryusuke Konishi 1-0/+27
2009-11-20nilfs2: unfold nilfs_palloc_block_get_bitmap functionGravatar Ryusuke Konishi 1-15/+4
2009-04-07nilfs2: persistent object allocatorGravatar Ryusuke Konishi 1-0/+504