summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: use a more common logging styleJoe Perches2024-04-131-45/+40
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-131-1/+5
* nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-281-1/+43
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-201-5/+7
* nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-221-1/+7
* nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2023-01-181-4/+27
* nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-251-2/+0
* nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-261-5/+4
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-171-4/+4
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-60/+67
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-021-3/+4
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-06-241-1/+1
* nilfs2: fix block commentsRyusuke Konishi2016-05-231-2/+4
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-2/+2
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* nilfs2: deletion of an unnecessary check before the function call "iput"Markus Elfring2014-12-101-2/+1
* nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-081-1/+15
* nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko2014-08-081-0/+1
* nilfs2: verify metadata sizes read from diskRyusuke Konishi2014-04-031-0/+10
* ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko2013-07-031-2/+2
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-301-0/+1
* nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi2012-03-161-0/+1
* nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen2012-03-161-0/+6
* nilfs2: implement resize ioctlRyusuke Konishi2011-05-101-5/+19
* nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-091-12/+10
* nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-091-0/+5
* nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-0/+2
* nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-091-2/+2
* nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi2011-03-081-4/+7
* nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi2011-01-101-3/+2
* nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2011-01-101-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-10-231-233/+106
|\
| * nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-231-4/+0
| * nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-231-1/+0
| * nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi2010-10-231-21/+0
| * nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-231-38/+20
| * nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-231-12/+1
| * nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi2010-10-231-70/+5
| * nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi2010-10-231-88/+1
| * nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi2010-10-231-17/+11
| * nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi2010-10-231-0/+92
| * nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-231-7/+1
| * nilfs2: accept future revisionsRyusuke Konishi2010-10-231-2/+2
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-0/+1
|\|
| * nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi2010-08-301-0/+1
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+2
* | nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-5/+2
|/