aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2017-02-27nilfs2: use i_blocksize()Geliang Tang1-1/+1
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-24/+21
2016-05-23nilfs2: fix block commentsRyusuke Konishi1-4/+8
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-4/+4
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-5/+5
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-3/+2
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi1-2/+1
2015-11-06nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi1-17/+74
2015-11-06nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi1-0/+50
2015-11-06nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi1-19/+9
2015-11-06nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi1-27/+21
2015-11-06nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi1-44/+40
2015-11-06nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi1-8/+12
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi1-2/+3
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko1-0/+63
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-6/+6
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi1-1/+1
2011-03-08nilfs2: add free entries count only if clear bit operation succeededRyusuke Konishi1-5/+7
2010-05-10nilfs2: add kernel doc comments to persistent object allocator functionsRyusuke Konishi1-1/+153
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-1/+1
2010-04-12nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-20nilfs2: insert cache operation in palloc get block routinesRyusuke Konishi1-8/+54
2009-11-20nilfs2: add cache framework for persistent object allocatorRyusuke Konishi1-0/+27
2009-11-20nilfs2: unfold nilfs_palloc_block_get_bitmap functionRyusuke Konishi1-15/+4
2009-04-07nilfs2: persistent object allocatorRyusuke Konishi1-0/+504