summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: make superblock data array index computation sparse friendlyRyusuke Konishi13 days1-2/+18
* nilfs2: convert to use the new mount APIEric Sandeen13 days1-3/+2
* nilfs2: use div64_ul() instead of do_div()Thorsten Blum2024-03-121-1/+1
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-061-1/+5
* nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-121-1/+42
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-051-5/+7
* nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-171-1/+7
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-8/+65
|\
| * nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi2022-11-181-4/+38
| * nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2022-11-181-4/+27
* | nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-081-2/+0
|/
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\
| * nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-091-1/+1
* | nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
|/
* nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-081-5/+4
* nilfs2: fix typos in commentsLu Jialin2021-05-061-1/+1
* nilfs2: use a more common logging styleJoe Perches2020-08-121-45/+40
* 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