aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/mdt.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi2010-07-231-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nilfs2: add cache framework for persistent object allocatorRyusuke Konishi2009-11-201-0/+2
* nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi2009-11-201-13/+15
* nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi2009-11-201-2/+5
* nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi2009-11-201-5/+14
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-141-2/+2
* nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-141-2/+3
* nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi2009-09-141-15/+10
* nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-141-3/+5
* nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi2009-08-021-1/+3
* nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi2009-06-101-0/+1
* nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi2009-06-101-1/+1
* nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi2009-05-101-1/+1
* nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi2009-05-091-6/+7
* nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi2009-04-071-3/+1
* nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-071-1/+4
* nilfs2: meta data fileRyusuke Konishi2009-04-071-0/+562