summaryrefslogtreecommitdiff
path: root/fs/nilfs2/mdt.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-181-2/+2
* fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-9/+10
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-04-011-12/+26
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-04-011-3/+4
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-091-1/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* nilfs2: use a more common logging styleJoe Perches2020-08-121-1/+1
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-271-2/+2
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-021-1/+5
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-5/+6
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-2/+2
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-231-0/+25
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-231-28/+0
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-7/+7
* nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2015-11-061-0/+6
* nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2015-04-171-0/+54
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-4/+2
* nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-301-4/+15
* nilfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* 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