summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * nilfs2: deny write access to inodes in snapshotsRyusuke Konishi2010-10-233-3/+13
| * nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi2010-10-231-17/+11Star
| * nilfs2: move inode count and block count into root objectRyusuke Konishi2010-10-234-11/+10Star
| * nilfs2: use root object to get ifileRyusuke Konishi2010-10-237-80/+67Star
| * nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi2010-10-234-71/+138
| * nilfs2: set pointer to root object in inodesRyusuke Konishi2010-10-235-20/+68
| * nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi2010-10-232-0/+134
| * nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-237-142/+64Star
| * nilfs2: separate initializer of metadata file inodeRyusuke Konishi2010-10-233-19/+35
| * nilfs2: use iget5_locked to get inodeRyusuke Konishi2010-10-232-3/+35
| * nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi2010-10-232-16/+16
| * nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi2010-10-231-0/+5
| * nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2010-10-232-2/+6
| * nilfs2: accept future revisionsRyusuke Konishi2010-10-231-2/+2
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-232-14/+3Star
|\ \ | |/ |/|
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-0/+1
| |\
| * | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+2
| * | nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-14/+3Star
* | | BKL: Remove BKL from NILFS2Jan Blunck2010-10-042-18/+1Star
* | | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
| |/ |/|
* | nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi2010-08-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-08-221-1/+3
|\
| * nilfs2: wait for discard to finishRyusuke Konishi2010-08-181-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-181-14/+14
|\ \ | |/ |/|
| * kill BH_Ordered flagChristoph Hellwig2010-08-181-14/+14
* | nilfs2: fix false warning saying one of two super blocks is brokenRyusuke Konishi2010-08-161-2/+2
* | nilfs2: fix list corruption after ifile creation failureRyusuke Konishi2010-08-161-1/+3
|/
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-1/+1
|\
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-106-58/+80
|\ \
| * | convert nilfs2 to ->evict_inode()Al Viro2010-08-093-24/+26
| * | simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-1/+1
| * | remove inode_setattrChristoph Hellwig2010-08-091-6/+19
| * | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-092-8/+15
| * | introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1Star
| * | clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-19/+7Star
| * | sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-0/+13
| |/
* | nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi2010-07-251-1/+8
* | nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi2010-07-251-12/+14
* | nilfs2: simplify nilfs_get_page functionRyusuke Konishi2010-07-241-5/+2Star
* | nilfs2: reject incompatible filesystemRyusuke Konishi2010-07-233-0/+61
* | nilfs2: apply read-ahead for nilfs_btree_lookup_contigRyusuke Konishi2010-07-231-17/+33
* | nilfs2: introduce check flag to btree node bufferRyusuke Konishi2010-07-233-2/+15
* | nilfs2: add btree get block function with readahead optionRyusuke Konishi2010-07-231-26/+68
* | nilfs2: add read ahead mode to nilfs_btnode_submit_blockRyusuke Konishi2010-07-234-8/+22
* | nilfs2: fix buffer head leak in nilfs_btnode_submit_blockRyusuke Konishi2010-07-231-2/+4
* | nilfs2: eliminate inline keywords in btree implementationRyusuke Konishi2010-07-231-22/+19Star
* | nilfs2: get maximum number of child nodes from bmap objectRyusuke Konishi2010-07-232-1/+7
* | nilfs2: reduce repetitive calculation of max number of child nodesRyusuke Konishi2010-07-231-157/+182
* | nilfs2: optimize calculation of min/max number of btree node childrenRyusuke Konishi2010-07-231-18/+18