aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.c
AgeCommit message (Expand)Author
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-05-23nilfs2: fix block commentsRyusuke Konishi
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2014-12-10nilfs2: deletion of an unnecessary check before the function call "iput"Markus Elfring
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko
2014-04-03nilfs2: verify metadata sizes read from diskRyusuke Konishi
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi
2011-03-08nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi
2011-01-10nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi
2010-10-23nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi
2010-10-23nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi
2010-10-23nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi
2010-10-23nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi
2010-10-23nilfs2: accept future revisionsRyusuke Konishi
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-30nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi
2010-08-19nilfs2: wait for discard to finishRyusuke Konishi
2010-08-16nilfs2: fix false warning saying one of two super blocks is brokenRyusuke Konishi
2010-07-25nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi
2010-07-23nilfs2: reject incompatible filesystemRyusuke Konishi
2010-07-23nilfs2: do not update log cursor for small changeRyusuke Konishi
2010-07-23nilfs2: implement fallback for super root searchRyusuke Konishi
2010-07-23nilfs2: separate setup of log cursor from init_nilfsRyusuke Konishi
2010-07-23nilfs2: sync super blocks in turnsJiro SEKIBA
2010-07-23nilfs2: add nilfs_cleanup_superRyusuke Konishi