index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
nilfs2: use a more common logging style
Joe Perches
2020-08-12
1
-30
/
+27
*
nilfs2: convert __nilfs_msg to integrate the level and format
Joe Perches
2020-08-12
1
-5
/
+11
*
nilfs2: switch to ->free_inode()
Al Viro
2019-05-01
1
-9
/
+2
*
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2018-09-04
1
-10
/
+1
*
nilfs2: use 64-bit superblock timstamps
Arnd Bergmann
2018-08-22
1
-1
/
+1
*
nilfs2: use time64_t internally
Arnd Bergmann
2018-02-06
1
-2
/
+2
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-12
/
+12
*
nilfs2: remove inode->i_version initialization
Jeff Layton
2017-11-17
1
-1
/
+0
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-10
/
+9
*
fs: Remove SB_I_DYNBDI flag
Jan Kara
2017-04-20
1
-1
/
+0
*
nilfs2: Convert to properly refcounting bdi
Jan Kara
2017-04-20
1
-1
/
+2
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-1
/
+1
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
nilfs2: refactor parser of snapshot mount option
Ryusuke Konishi
2016-08-02
1
-18
/
+35
*
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
2016-08-02
1
-20
/
+1
*
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
2016-08-02
1
-53
/
+47
*
nilfs2: embed a back pointer to super block instance in nilfs object
Ryusuke Konishi
2016-08-02
1
-1
/
+1
*
nilfs2: add nilfs_msg() message interface
Ryusuke Konishi
2016-08-02
1
-0
/
+16
*
nilfs2: hide function name argument from nilfs_error()
Ryusuke Konishi
2016-08-02
1
-10
/
+12
*
nilfs2: fix code indent coding style issue
Ryusuke Konishi
2016-05-23
1
-1
/
+1
*
nilfs2: remove space before semicolon
Ryusuke Konishi
2016-05-23
1
-1
/
+1
*
nilfs2: add missing line spacing
Ryusuke Konishi
2016-05-23
1
-0
/
+1
*
nilfs2: move cleanup code of metadata file from inode routines
Ryusuke Konishi
2016-05-23
1
-5
/
+3
*
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
1
-1
/
+1
*
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2016-05-23
1
-4
/
+0
*
nilfs2: fix white space issue in nilfs_mount()
Ryusuke Konishi
2016-05-23
1
-1
/
+1
*
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-14
1
-1
/
+2
*
fs: use block_device name vsprintf helper
Dmitry Monakhov
2016-01-06
1
-4
/
+2
*
nilfs2: fix gcc uninitialized-variable warnings in powerpc build
Ryusuke Konishi
2015-11-06
1
-1
/
+4
*
nilfs2: drop null test before destroy functions
Julia Lawall
2015-11-06
1
-8
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-3
/
+3
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-3
/
+3
*
|
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
2015-04-17
1
-1
/
+1
|
/
*
fs: remove mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-1
/
+1
*
nilfs2: set up s_bdi like the generic mount_bdev code
Christoph Hellwig
2015-01-20
1
-3
/
+1
*
nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
Andreas Rohner
2014-10-14
1
-0
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-08-11
1
-1
/
+1
|
\
|
*
dcache: d_obtain_alias callers don't all want DISCONNECTED
J. Bruce Fields
2014-08-07
1
-1
/
+1
*
|
nilfs2: integrate sysfs support into driver
Vyacheslav Dubeyko
2014-08-08
1
-1
/
+8
|
/
*
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2014-03-13
1
-0
/
+1
*
git simplify nilfs check for busy subtree
Al Viro
2013-09-03
1
-19
/
+7
*
helper for reading ->d_count
Al Viro
2013-07-05
1
-1
/
+1
*
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...
Vyacheslav Dubeyko
2013-07-03
1
-3
/
+5
*
nilfs2: implement calculation of free inodes count
Vyacheslav Dubeyko
2013-07-03
1
-2
/
+23
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-10-02
1
-0
/
+6
*
nilfs2: nuke write_super from comments
Artem Bityutskiy
2012-08-04
1
-4
/
+0
*
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
2012-07-30
1
-0
/
+3
*
nilfs2: remove references to long gone super operations
Fernando Luis Vazquez Cao
2012-07-30
1
-3
/
+0
[next]