aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi1-0/+1
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi1-5/+19
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi1-12/+10
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi1-0/+5
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi1-0/+2
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi1-2/+2
2011-03-08nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi1-4/+7
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi1-3/+2
2011-01-10nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi1-1/+0
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-233/+106
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi1-4/+0
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi1-1/+0
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi1-21/+0
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi1-38/+20
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi1-12/+1
2010-10-23nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi1-70/+5
2010-10-23nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi1-88/+1
2010-10-23nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi1-17/+11
2010-10-23nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi1-0/+92
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi1-7/+1
2010-10-23nilfs2: accept future revisionsRyusuke Konishi1-2/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-0/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+2
2010-09-10nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig1-5/+2
2010-08-30nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi1-0/+1
2010-08-19nilfs2: wait for discard to finishRyusuke Konishi1-1/+3
2010-08-16nilfs2: fix false warning saying one of two super blocks is brokenRyusuke Konishi1-2/+2
2010-07-25nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi1-1/+8
2010-07-23nilfs2: reject incompatible filesystemRyusuke Konishi1-0/+20
2010-07-23nilfs2: do not update log cursor for small changeRyusuke Konishi1-0/+11
2010-07-23nilfs2: implement fallback for super root searchRyusuke Konishi1-2/+50
2010-07-23nilfs2: separate setup of log cursor from init_nilfsRyusuke Konishi1-13/+32
2010-07-23nilfs2: sync super blocks in turnsJiro SEKIBA1-2/+2
2010-07-23nilfs2: add nilfs_cleanup_superRyusuke Konishi1-3/+2
2010-07-23nilfs2: get rid of ns_free_segments_countRyusuke Konishi1-3/+0
2010-07-23nilfs2: rename nilfs_recover_logical_segments functionRyusuke Konishi1-1/+1
2010-07-23nilfs2: refactor recovery logic routinesRyusuke Konishi1-5/+4
2010-07-23nilfs2: add blocksize member to nilfs objectRyusuke Konishi1-0/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-3/+7
2010-05-10nilfs2: use checkpoint number instead of timestamp to select super blockRyusuke Konishi1-3/+7
2010-04-29nilfs: fix breakage caused by barrier flag changesStephen Rothwell1-2/+2
2010-03-14nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi1-1/+1
2010-02-13nilfs2: issue discard request after cleaning segmentsJiro SEKIBA1-0/+38
2009-11-20nilfs2: add norecovery mount optionRyusuke Konishi1-2/+18
2009-11-20nilfs2: add helper to get if volume is in a valid stateRyusuke Konishi1-5/+1
2009-11-20nilfs2: move recovery completion into load_nilfs functionRyusuke Konishi1-22/+48
2009-11-20nilfs2: simplify nilfs_sufile_get_ncleansegs functionRyusuke Konishi1-15/+8
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi1-4/+0