aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi3-3/+13
2010-10-23nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi1-17/+11
2010-10-23nilfs2: move inode count and block count into root objectRyusuke Konishi4-11/+10
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi7-80/+67
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi4-71/+138
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi5-20/+68
2010-10-23nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi2-0/+134
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi7-142/+64
2010-10-23nilfs2: separate initializer of metadata file inodeRyusuke Konishi3-19/+35
2010-10-23nilfs2: use iget5_locked to get inodeRyusuke Konishi2-3/+35
2010-10-23nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi2-16/+16
2010-10-23nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi1-0/+5
2010-10-23nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2-2/+6
2010-10-23nilfs2: accept future revisionsRyusuke Konishi1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-14/+3
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-0/+1
2010-10-04BKL: Remove BKL from NILFS2Jan Blunck2-18/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+2
2010-09-10nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2-14/+3
2010-08-30nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi1-0/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-1/+3
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-14/+14
2010-08-19nilfs2: wait for discard to finishRyusuke Konishi1-1/+3
2010-08-18kill BH_Ordered flagChristoph Hellwig1-14/+14
2010-08-16nilfs2: fix false warning saying one of two super blocks is brokenRyusuke Konishi1-2/+2
2010-08-16nilfs2: fix list corruption after ifile creation failureRyusuke Konishi1-1/+3
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-58/+80
2010-08-09convert nilfs2 to ->evict_inode()Al Viro3-24/+26
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-09remove inode_setattrChristoph Hellwig1-6/+19
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig2-8/+15
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-19/+7
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-0/+13
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-07-25nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi1-1/+8
2010-07-25nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi1-12/+14
2010-07-24nilfs2: simplify nilfs_get_page functionRyusuke Konishi1-5/+2
2010-07-23nilfs2: reject incompatible filesystemRyusuke Konishi3-0/+61
2010-07-23nilfs2: apply read-ahead for nilfs_btree_lookup_contigRyusuke Konishi1-17/+33
2010-07-23nilfs2: introduce check flag to btree node bufferRyusuke Konishi3-2/+15
2010-07-23nilfs2: add btree get block function with readahead optionRyusuke Konishi1-26/+68
2010-07-23nilfs2: add read ahead mode to nilfs_btnode_submit_blockRyusuke Konishi4-8/+22
2010-07-23nilfs2: fix buffer head leak in nilfs_btnode_submit_blockRyusuke Konishi1-2/+4
2010-07-23nilfs2: eliminate inline keywords in btree implementationRyusuke Konishi1-22/+19
2010-07-23nilfs2: get maximum number of child nodes from bmap objectRyusuke Konishi2-1/+7
2010-07-23nilfs2: reduce repetitive calculation of max number of child nodesRyusuke Konishi1-157/+182
2010-07-23nilfs2: optimize calculation of min/max number of btree node childrenRyusuke Konishi1-18/+18