index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-08
ubifs: support offline signed images
Sascha Hauer
7
-44
/
+225
2019-07-08
ubifs: remove unnecessary check in ubifs_log_start_commit
Liu Song
1
-4
/
+1
2019-07-08
ubifs: Fix typo of output in get_cs_sqnum
Liu Song
1
-1
/
+1
2019-07-08
ubifs: Simplify redundant code
Liu Song
1
-2
/
+1
2019-07-08
ubifs: Correctly use tnc_next() in search_dh_cookie()
Richard Weinberger
1
-5
/
+11
2019-07-04
ubifs: fix build warning after debugfs cleanup patch
Greg Kroah-Hartman
1
-1
/
+1
2019-07-03
ubifs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-135
/
+45
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-10
/
+3
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
32
-416
/
+32
2019-05-28
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
1
-3
/
+4
2019-05-28
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
1
-6
/
+6
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-15
ubifs: Convert xattr inum to host order
Richard Weinberger
1
-1
/
+1
2019-05-15
ubifs: Use correct config name for encryption
Richard Weinberger
1
-2
/
+2
2019-05-15
ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
YueHaibing
1
-1
/
+5
2019-05-13
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-176
/
+332
2019-05-08
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-5
/
+6
2019-05-07
ubifs: Drop unnecessary setting of zbr->znode
Sascha Hauer
1
-1
/
+0
2019-05-07
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
4
-21
/
+15
2019-05-07
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
Sascha Hauer
3
-10
/
+5
2019-05-07
ubifs: Limit number of xattrs per inode
Richard Weinberger
6
-8
/
+101
2019-05-07
ubifs: orphan: Handle xattrs like files
Richard Weinberger
2
-67
/
+144
2019-05-07
ubifs: journal: Handle xattrs like files
Richard Weinberger
1
-11
/
+49
2019-05-07
ubifs: find.c: replace swap function with built-in one
Andrey Abramov
1
-8
/
+1
2019-05-07
ubifs: Do not skip hash checking in data nodes
Sascha Hauer
1
-8
/
+7
2019-05-07
ubifs: work around high stack usage with clang
Arnd Bergmann
1
-7
/
+10
2019-05-07
ubifs: remove unused function __ubifs_shash_final
YueHaibing
1
-18
/
+0
2019-05-07
ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()
Eric Biggers
1
-6
/
+1
2019-05-07
ubifs: remove unnecessary calls to set up directory key
Eric Biggers
1
-12
/
+0
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-8
/
+2
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-8
/
+0
2019-05-02
ubifs: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2
-8
/
+0
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
1
-0
/
+3
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
1
-5
/
+3
2019-04-01
ubifs: fix use-after-free on symlink traversal
Al Viro
1
-3
/
+1
2019-03-13
Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2019-02-24
ubifs: Reject unsupported ioctl flags explicitly
Hou Tao
1
-0
/
+8
2019-01-24
fscrypt: remove filesystem specific build config option
Chandan Rajendra
6
-19
/
+8
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
1
-1
/
+1
2018-12-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+2
2018-12-14
ubifs: Handle re-linking of inodes correctly while recovery
Richard Weinberger
1
-0
/
+37
2018-12-14
ubifs: Fix default compression selection in ubifs
Gabor Juhos
1
-1
/
+12
2018-12-14
ubifs: Fix memory leak on error condition
Garry McNulty
1
-6
/
+6
2018-12-14
ubifs: auth: Add CONFIG_KEYS dependency
Arnd Bergmann
1
-0
/
+1
2018-12-14
ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS
Geert Uytterhoeven
1
-8
/
+7
2018-12-14
ubifs: replay: Fix high stack usage
Arnd Bergmann
1
-11
/
+24
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
1
-3
/
+2
2018-10-23
ubifs: Remove unneeded semicolon
Ding Xiang
1
-1
/
+1
[prev]
[next]