index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-21
Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2019-09-18
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-0
/
+11
2019-09-15
ubifs: Fix memory leak bug in alloc_ubifs_info() error path
Wenwen Wang
1
-1
/
+3
2019-08-22
ubifs: Correctly initialize c->min_log_bytes
Richard Weinberger
1
-0
/
+4
2019-08-12
ubifs: wire up new fscrypt ioctls
Eric Biggers
1
-0
/
+11
2019-07-14
Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+35
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+2
2019-07-08
ubifs: Add support for zstd compression.
Michele Dionisio
1
-0
/
+2
2019-07-08
ubifs: support offline signed images
Sascha Hauer
1
-9
/
+32
2019-07-08
ubifs: Simplify redundant code
Liu Song
1
-2
/
+1
2019-07-03
ubifs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-7
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
1
-13
/
+1
2019-05-12
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+11
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-0
/
+3
2019-05-07
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
1
-8
/
+8
2019-05-07
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
Sascha Hauer
1
-3
/
+1
2019-05-07
ubifs: Limit number of xattrs per inode
Richard Weinberger
1
-0
/
+2
2019-05-01
ubifs: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
1
-0
/
+3
2019-04-01
ubifs: fix use-after-free on symlink traversal
Al Viro
1
-3
/
+1
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
1
-1
/
+1
2018-10-23
ubifs: Enable authentication support
Sascha Hauer
1
-1
/
+35
2018-10-23
ubifs: Do not update inode size in-place in authenticated mode
Sascha Hauer
1
-9
/
+29
2018-10-23
ubifs: Add authentication nodes to journal
Sascha Hauer
1
-0
/
+10
2018-10-23
ubifs: Format changes for authentication support
Sascha Hauer
1
-0
/
+1
2018-10-23
ubifs: Store read superblock node
Sascha Hauer
1
-7
/
+1
2018-10-13
ubifs: Fix WARN_ON logic in exit path
Richard Weinberger
1
-2
/
+2
2018-09-20
ubifs: drop false positive assertion
Sascha Hauer
1
-1
/
+3
2018-09-20
ubifs: Check for name being NULL while mounting
Richard Weinberger
1
-0
/
+3
2018-08-15
ubifs: Set default assert action to read-only
Richard Weinberger
1
-0
/
+1
2018-08-15
ubifs: Allow setting assert action as mount parameter
Richard Weinberger
1
-0
/
+24
2018-08-15
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
1
-22
/
+23
2018-08-15
ubifs: Turn two ubifs_assert() into a WARN_ON()
Richard Weinberger
1
-2
/
+2
2018-08-15
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
1
-0
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-04-04
ubifs: Check ubifs_wbuf_sync() return code
Richard Weinberger
1
-4
/
+10
2018-01-11
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
Eric Biggers
1
-3
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-10
/
+10
2017-10-18
fscrypt: remove unneeded empty fscrypt_operations structs
Eric Biggers
1
-5
/
+2
2017-10-18
fscrypt: remove ->is_encrypted()
Eric Biggers
1
-1
/
+0
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-1
/
+1
2017-07-14
ubifs: Fix oops when remounting with no_bulk_read.
karam.lee
1
-0
/
+2
2017-07-14
ubifs: allow userspace to map mounts to volumes
Rabin Vincent
1
-0
/
+7
2017-07-14
ubifs: Unexport ubifs_inode_slab
Richard Weinberger
1
-1
/
+1
2017-04-20
ubifs: Convert to separately allocated bdi
Jan Kara
1
-16
/
+9
2017-02-08
fscrypt: constify struct fscrypt_operations
Eric Biggers
1
-1
/
+1
2016-12-12
ubifs: Add support for encrypted symlinks
Richard Weinberger
1
-1
/
+0
2016-12-12
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
1
-2
/
+4
2016-12-12
ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
Richard Weinberger
1
-1
/
+1
2016-12-12
ubifs: Add skeleton for fscrypto
Richard Weinberger
1
-0
/
+10
[next]