summaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-051-0/+2
* nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-171-0/+9
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-081-2/+0
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-04-011-3/+2
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* 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
|/
* block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* nilfs2: use a more common logging styleJoe Perches2020-08-121-30/+27
* nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2020-08-121-5/+11
* nilfs2: switch to ->free_inode()Al Viro2019-05-011-9/+2
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-221-1/+1
* nilfs2: use time64_t internallyArnd Bergmann2018-02-061-2/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-12/+12
* nilfs2: remove inode->i_version initializationJeff Layton2017-11-171-1/+0
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-10/+9
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-1/+0
* nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-021-20/+1
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-53/+47
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-021-1/+1
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-021-0/+16
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-021-10/+12
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-231-1/+1
* nilfs2: add missing line spacingRyusuke Konishi2016-05-231-0/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-231-5/+3
* 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: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-231-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi2015-11-061-1/+4
* nilfs2: drop null test before destroy functionsJulia Lawall2015-11-061-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-3/+3
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* | nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi2015-04-171-1/+1
|/
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig2015-01-201-3/+1
* nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-141-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-1/+1
|\
| * dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-1/+1
* | nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-081-1/+8
|/
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1