aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/mdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches1-1/+1
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2016-08-02nilfs2: emit error message when I/O error is detectedRyusuke Konishi1-1/+5
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-5/+6
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-2/+2
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi1-0/+25
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi1-28/+0
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2015-11-06nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake1-0/+6
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi1-0/+54
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-4/+2
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruptionVyacheslav Dubeyko1-4/+15
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-2/+2
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-7/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-7/+2
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-2/+2
2011-01-10nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi1-14/+12
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi1-6/+0
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi1-1/+1
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi1-111/+0
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi1-31/+2
2010-10-23nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi1-6/+3
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi1-8/+8
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi1-9/+0
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi1-0/+67
2010-10-23nilfs2: add routines to roll back state of DAT fileRyusuke Konishi1-4/+100
2010-10-23nilfs2: separate initializer of metadata file inodeRyusuke Konishi1-17/+27
2010-10-23nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi1-2/+0
2010-07-23nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-20nilfs2: add cache framework for persistent object allocatorRyusuke Konishi1-0/+2
2009-11-20nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi1-13/+15
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi1-2/+5
2009-11-20nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi1-5/+14
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