aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/mdt.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-101-2/+2
* nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-101-2/+2
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-7/+2
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-7/+2
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-231-2/+2
|/
* nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi2011-01-101-14/+12
* nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi2011-01-101-6/+0
* nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-231-1/+1
* nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi2010-10-231-111/+0
* nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-231-31/+2
* nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi2010-10-231-6/+3
* nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-231-8/+8
* nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-231-9/+0
* nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi2010-10-231-0/+67
* nilfs2: add routines to roll back state of DAT fileRyusuke Konishi2010-10-231-4/+100
* nilfs2: separate initializer of metadata file inodeRyusuke Konishi2010-10-231-17/+27
* nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2010-10-231-2/+0
* 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