aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/mdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi1-2/+2
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi1-2/+3
2009-09-14nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi1-15/+10
2009-09-14nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi1-3/+5
2009-08-02nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi1-1/+3
2009-06-10nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi1-0/+1
2009-06-10nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi1-1/+1
2009-05-10nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi1-1/+1
2009-05-09nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi1-6/+7
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-3/+1
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi1-1/+4
2009-04-07nilfs2: meta data fileRyusuke Konishi1-0/+562