summaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)Author
2024-03-12nilfs2: use div64_ul() instead of do_div()Thorsten Blum
2024-02-22nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi
2023-11-18nilfs2: simplify device handlingJan Kara
2023-08-10nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-04-05nilfs2: fix sysfs interface lifetimeRyusuke Konishi
2023-02-17nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi
2022-11-08nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-12nilfs2: use a more common logging styleJoe Perches
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches
2019-05-01nilfs2: switch to ->free_inode()Al Viro
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-02nilfs2: refactor parser of snapshot mount optionRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
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-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi
2016-05-23nilfs2: add missing line spacingRyusuke Konishi
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall