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
/
ubifs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2019-01-23
1
-1
/
+1
*
ubifs: Enable authentication support
Sascha Hauer
2018-10-23
1
-1
/
+35
*
ubifs: Do not update inode size in-place in authenticated mode
Sascha Hauer
2018-10-23
1
-9
/
+29
*
ubifs: Add authentication nodes to journal
Sascha Hauer
2018-10-23
1
-0
/
+10
*
ubifs: Format changes for authentication support
Sascha Hauer
2018-10-23
1
-0
/
+1
*
ubifs: Store read superblock node
Sascha Hauer
2018-10-23
1
-7
/
+1
*
ubifs: Fix WARN_ON logic in exit path
Richard Weinberger
2018-10-13
1
-2
/
+2
*
ubifs: drop false positive assertion
Sascha Hauer
2018-09-20
1
-1
/
+3
*
ubifs: Check for name being NULL while mounting
Richard Weinberger
2018-09-20
1
-0
/
+3
*
ubifs: Set default assert action to read-only
Richard Weinberger
2018-08-15
1
-0
/
+1
*
ubifs: Allow setting assert action as mount parameter
Richard Weinberger
2018-08-15
1
-0
/
+24
*
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
2018-08-15
1
-22
/
+23
*
ubifs: Turn two ubifs_assert() into a WARN_ON()
Richard Weinberger
2018-08-15
1
-2
/
+2
*
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
2018-08-15
1
-0
/
+2
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+2
*
ubifs: Check ubifs_wbuf_sync() return code
Richard Weinberger
2018-04-04
1
-4
/
+10
*
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
Eric Biggers
2018-01-11
1
-3
/
+1
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-10
/
+10
*
fscrypt: remove unneeded empty fscrypt_operations structs
Eric Biggers
2017-10-18
1
-5
/
+2
*
fscrypt: remove ->is_encrypted()
Eric Biggers
2017-10-18
1
-1
/
+0
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
ubifs: Fix oops when remounting with no_bulk_read.
karam.lee
2017-07-14
1
-0
/
+2
*
ubifs: allow userspace to map mounts to volumes
Rabin Vincent
2017-07-14
1
-0
/
+7
*
ubifs: Unexport ubifs_inode_slab
Richard Weinberger
2017-07-14
1
-1
/
+1
*
ubifs: Convert to separately allocated bdi
Jan Kara
2017-04-20
1
-16
/
+9
*
fscrypt: constify struct fscrypt_operations
Eric Biggers
2017-02-08
1
-1
/
+1
*
ubifs: Add support for encrypted symlinks
Richard Weinberger
2016-12-12
1
-1
/
+0
*
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
2016-12-12
1
-2
/
+4
*
ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
Richard Weinberger
2016-12-12
1
-1
/
+1
*
ubifs: Add skeleton for fscrypto
Richard Weinberger
2016-12-12
1
-0
/
+10
*
ubifs: Silence early error messages if MS_SILENT is set
Daniel Golle
2016-07-29
1
-7
/
+7
*
ubifs: Silence error output if MS_SILENT is set
Daniel Golle
2016-07-29
1
-2
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-18
1
-0
/
+1
|
\
|
*
ubifs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-05-17
1
-0
/
+1
*
|
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
|
/
*
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-14
1
-2
/
+2
*
Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-11-13
1
-1
/
+0
|
\
|
*
ubifs: Remove unused security xattr handler
Andreas Gruenbacher
2015-11-13
1
-1
/
+0
*
|
ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
Dongsheng Yang
2015-11-07
1
-2
/
+10
|
/
*
Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-06-25
1
-1
/
+4
|
\
|
*
ubifs: fix to check error code of register_shrinker
Chao Yu
2015-06-02
1
-1
/
+4
*
|
ubifs: switch to simple_follow_link()
Al Viro
2015-05-10
1
-0
/
+1
|
/
*
UBIFS: extend debug/message capabilities
Sheng Yong
2015-03-25
1
-52
/
+53
*
UBIFS: do not write master node if need recovery
Sheng Yong
2015-03-25
1
-1
/
+1
*
Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-02-15
1
-0
/
+1
|
\
|
*
UBIFS: Add security.* XATTR support for the UBIFS
Subodh Nijsure
2015-01-28
1
-0
/
+1
*
|
fs: remove mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-3
/
+0
*
|
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2015-01-20
1
-1
/
+1
|
/
*
UBIFS: remove mst_mutex
Artem Bityutskiy
2014-07-19
1
-1
/
+0
[next]