summaryrefslogtreecommitdiff
path: root/fs/nilfs2/mdt.c
Commit message (Expand)AuthorAge
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-02
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-23
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-23
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-23
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-23
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-23
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2015-11-06
* nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2015-04-17
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-30
* nilfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-10
* nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-10
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-23
|/
* nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi2011-01-10
* nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi2011-01-10
* nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-23
* nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi2010-10-23
* nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-23
* nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi2010-10-23
* nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-23
* nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-23
* nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi2010-10-23
* nilfs2: add routines to roll back state of DAT fileRyusuke Konishi2010-10-23
* nilfs2: separate initializer of metadata file inodeRyusuke Konishi2010-10-23
* nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2010-10-23
* nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi2010-07-23
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* nilfs2: add cache framework for persistent object allocatorRyusuke Konishi2009-11-20
* nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi2009-11-20
* nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi2009-11-20
* nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi2009-11-20
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-22
* nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-14
* nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-14
* nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi2009-09-14
* nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-14
* nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi2009-08-02
* nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi2009-06-10
* nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi2009-06-10
* nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi2009-05-10
* nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi2009-05-09
* nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi2009-04-07
* nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-07