summaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-10nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig1-51/+30
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-8/+4
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi1-1/+22
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-1/+0
2023-06-12block: add a sb_open_mode helperChristoph Hellwig1-5/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+3
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-04-06nilfs2: fix sysfs interface lifetimeRyusuke Konishi1-0/+2
2023-02-18nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi1-0/+9
2022-11-09nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi1-2/+0
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi1-3/+2
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
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-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches1-30/+27
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches1-5/+11
2019-05-02nilfs2: switch to ->free_inode()Al Viro1-9/+2
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann1-1/+1
2018-02-07nilfs2: use time64_t internallyArnd Bergmann1-2/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-12/+12
2017-11-18nilfs2: remove inode->i_version initializationJeff Layton1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-10/+9
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-1/+0
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara1-1/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-03nilfs2: refactor parser of snapshot mount optionRyusuke Konishi1-18/+35
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-20/+1
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-53/+47
2016-08-03nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi1-1/+1
2016-08-03nilfs2: add nilfs_msg() message interfaceRyusuke Konishi1-0/+16
2016-08-03nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi1-10/+12
2016-05-24nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-24nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-24nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi1-5/+3
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-24nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-11-07nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi1-1/+4
2015-11-07nilfs2: drop null test before destroy functionsJulia Lawall1-8/+4
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3