aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/mdt.c
AgeCommit message (Expand)Author
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-01-10nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi
2010-10-23nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi
2010-10-23nilfs2: add routines to roll back state of DAT fileRyusuke Konishi
2010-10-23nilfs2: separate initializer of metadata file inodeRyusuke Konishi
2010-10-23nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi
2010-07-23nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-20nilfs2: add cache framework for persistent object allocatorRyusuke Konishi
2009-11-20nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi
2009-11-20nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi
2009-09-14nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi
2009-09-14nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi
2009-08-02nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi
2009-06-10nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi
2009-06-10nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi
2009-05-10nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi
2009-05-09nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi
2009-04-07nilfs2: meta data fileRyusuke Konishi