summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)AuthorLines
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi-3/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi-1/+1
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig-1/+1
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches-30/+27
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches-5/+11
2019-05-01nilfs2: switch to ->free_inode()Al Viro-9/+2
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi-10/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann-1/+1
2018-02-06nilfs2: use time64_t internallyArnd Bergmann-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-12/+12
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-10/+9
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara-1/+0
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara-1/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig-1/+1
2016-08-02nilfs2: refactor parser of snapshot mount optionRyusuke Konishi-18/+35
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi-20/+1
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi-53/+47
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi-1/+1
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi-0/+16
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi-10/+12
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi-1/+1
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi-1/+1
2016-05-23nilfs2: add missing line spacingRyusuke Konishi-0/+1
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi-5/+3
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi-4/+0
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov-4/+2
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi-1/+4
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall-8/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-3/+3
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-1/+1
2015-01-20nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig-3/+1
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner-0/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko-1/+8
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-09-03git simplify nilfs check for busy subtreeAl Viro-19/+7
2013-07-05helper for reading ->d_countAl Viro-1/+1
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko-3/+5