aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4
2021-05-06nilfs2: fix typos in commentsLu Jialin1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches1-45/+40
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova1-4/+4
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-60/+67
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi1-3/+4
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-05-23nilfs2: fix block commentsRyusuke Konishi1-2/+4
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-2/+2
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2014-12-10nilfs2: deletion of an unnecessary check before the function call "iput"Markus Elfring1-2/+1
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko1-1/+15
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko1-0/+1
2014-04-03nilfs2: verify metadata sizes read from diskRyusuke Konishi1-0/+10
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root structVyacheslav Dubeyko1-2/+2
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