Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1097742efc643ffc667c5c6684635b2663145a7d
/
fs
/
ubifs
88dca4c
mm: remove the pgprot argument to __vmalloc
by Christoph Hellwig
· 4 years, 7 months ago
81e8c10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 4 years, 7 months ago
3c3c32f
ubifs: fix wrong use of crypto_shash_descsize()
by Eric Biggers
· 4 years, 8 months ago
f80df38
ubifs: use crypto_shash_tfm_digest()
by Eric Biggers
· 4 years, 8 months ago
ecf8409
ubifs: remove broken lazytime support
by Christoph Hellwig
· 4 years, 9 months ago
763dede
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 4 years, 9 months ago
acc5af3
ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len
by Liu Song
· 5 years ago
927cc5c
ubifs: ubifs_add_orphan: Fix a memory leak bug
by Zhihao Cheng
· 4 years, 10 months ago
81423c7
ubifs: ubifs_jnl_write_inode: Fix a memory leak bug
by Zhihao Cheng
· 4 years, 10 months ago
4ab25ac
ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()
by Richard Weinberger
· 5 years ago
861261f
ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE
by Eric Biggers
· 4 years, 10 months ago
bddea11
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
e84bcd6
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
aec992a
ubifs: allow both hash and disk name to be provided in no-key names
by Eric Biggers
· 5 years ago
f0d07a9
ubifs: don't trigger assertion on invalid no-key filename
by Eric Biggers
· 5 years ago
50d9fad
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
by Eric Biggers
· 5 years ago
ff90bdf
ubifs: Fix memory leak from c->sup_node
by Quanyang Wang
· 5 years ago
155fc6b
ubifs: Fix ino_t format warnings in orphan_delete()
by Geert Uytterhoeven
· 5 years ago
f5de5b8
ubifs: Fix deadlock in concurrent bulk-read and writepage
by Zhihao Cheng
· 5 years ago
edec513
ubifs: Fix wrong memory allocation
by Sascha Hauer
· 5 years ago
219b0e2
ubifs: Add support for FS_ENCRYPT_FL
by Eric Biggers
· 5 years ago
2b57067
ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
by Eric Biggers
· 5 years ago
ede7a09
fscrypt: Allow modular crypto algorithms
by Herbert Xu
· 5 years ago
3b1ada55
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
by Eric Biggers
· 5 years ago
1bfad0c
fs: ubifs: Eliminate timespec64_trunc() usage
by Deepa Dinamani
· 5 years ago
eb31e2f
utimes: Clamp the timestamps in notify_change()
by Amir Goldstein
· 5 years ago
6abf572
ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps
by Zhihao Cheng
· 5 years ago
10256f0
ubifs: do_kill_orphans: Fix a memory leak bug
by Zhihao Cheng
· 5 years ago
91cbf01
Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"
by Richard Weinberger
· 5 years ago
7cc7720
ubifs: Fix type of sup->hash_algo
by Ben Dooks (Codethink)
· 5 years ago
df22b5b
ubifs: Fixed missed le64_to_cpu() in journal
by Ben Dooks (Codethink)
· 5 years ago
3cfa441
ubifs: Force prandom result to __le32
by Ben Dooks (Codethink)
· 5 years ago
b27b281
ubifs: Remove obsolete TODO from dfs_file_write()
by Richard Weinberger
· 5 years ago
104c0d6
Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
cfb82e1
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
734d1ed
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
9163e01
ubifs: Fix memory leak bug in alloc_ubifs_info() error path
by Wenwen Wang
· 5 years ago
7992e00
ubifs: Fix memory leak in __ubifs_node_verify_hmac error path
by Wenwen Wang
· 5 years ago
ce4d8b1
ubifs: Fix memory leak in read_znode() error path
by Wenwen Wang
· 5 years ago
cbc898d
ubifs: Remove redundant assignment to pointer fname
by Colin Ian King
· 5 years ago
3818c19
timestamp_truncate: Replace users of timespec64_trunc
by Deepa Dinamani
· 6 years ago
0af83ab
ubifs: Limit the number of pages in shrink_liability
by Liu Song
· 5 years ago
377e208
ubifs: Correctly initialize c->min_log_bytes
by Richard Weinberger
· 5 years ago
4dd75b3
ubifs: Fix double unlock around orphan_delete()
by Richard Weinberger
· 5 years ago
62de259
ubifs: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
3710969
mm: migrate: remove unused mode argument
by Keith Busch
· 5 years ago
a318423
Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
5010fe9
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
25cd6f3
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
028db3e
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
by Linus Torvalds
· 5 years ago
0f75ef6
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
8009ce9
ubifs: Don't leak orphans on memory during commit
by Richard Weinberger
· 6 years ago
ee1438c
ubifs: Check link count of inodes when killing orphans.
by Richard Weinberger
· 6 years ago
eeabb98
ubifs: Add support for zstd compression.
by Michele Dionisio
· 6 years ago
817aa09
ubifs: support offline signed images
by Sascha Hauer
· 6 years ago
8ba0a2a
ubifs: remove unnecessary check in ubifs_log_start_commit
by Liu Song
· 6 years ago
7d8c811
ubifs: Fix typo of output in get_cs_sqnum
by Liu Song
· 6 years ago
d5cf947
ubifs: Simplify redundant code
by Liu Song
· 6 years ago
bacfa94
ubifs: Correctly use tnc_next() in search_dh_cookie()
by Richard Weinberger
· 6 years ago
d71cac5
ubifs: fix build warning after debugfs cleanup patch
by Greg Kroah-Hartman
· 5 years ago
702d6a8
ubifs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
5aca284
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
by Darrick J. Wong
· 6 years ago
2e12256
keys: Replace uid/gid/perm permissions checking with an ACL
by David Howells
· 6 years ago
2b27bdc
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
by Thomas Gleixner
· 6 years ago
41adbcb
fscrypt: introduce fscrypt_decrypt_block_inplace()
by Eric Biggers
· 6 years ago
03569f2
fscrypt: introduce fscrypt_encrypt_block_inplace()
by Eric Biggers
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
4dd0481
ubifs: Convert xattr inum to host order
by Richard Weinberger
· 6 years ago
76aa349
ubifs: Use correct config name for encryption
by Richard Weinberger
· 6 years ago
481a9b8
ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
by YueHaibing
· 6 years ago
d7a02fa
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 6 years ago
a9fbcd6
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
a65d10f
ubifs: Drop unnecessary setting of zbr->znode
by Sascha Hauer
· 6 years ago
e3d73de
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
by Sascha Hauer
· 6 years ago
eea2c05
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
by Sascha Hauer
· 6 years ago
9ca2d73
ubifs: Limit number of xattrs per inode
by Richard Weinberger
· 6 years ago
988bec4
ubifs: orphan: Handle xattrs like files
by Richard Weinberger
· 6 years ago
7959cf3
ubifs: journal: Handle xattrs like files
by Richard Weinberger
· 6 years ago
257bb92
ubifs: find.c: replace swap function with built-in one
by Andrey Abramov
· 6 years ago
e9cd7df
ubifs: Do not skip hash checking in data nodes
by Sascha Hauer
· 6 years ago
f4844b3
ubifs: work around high stack usage with clang
by Arnd Bergmann
· 6 years ago
fb9a5a3
ubifs: remove unused function __ubifs_shash_final
by YueHaibing
· 6 years ago
cf39496
ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()
by Eric Biggers
· 6 years ago
c64cda8
ubifs: remove unnecessary calls to set up directory key
by Eric Biggers
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
dc43175
ubifs: switch to ->free_inode()
by Al Viro
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
2c58d54
fscrypt: cache decrypted symlink target in ->i_link
by Eric Biggers
· 6 years ago
b01531d
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
by Eric Biggers
· 6 years ago
0cdc17e
ubifs: fix use-after-free on symlink traversal
by Al Viro
· 6 years ago
a840b56
Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 6 years ago
2fe8b2d
ubifs: Reject unsupported ioctl flags explicitly
by Hou Tao
· 6 years ago
643fa96
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
ab41ee6
mm: migrate: drop unused argument of migrate_page_move_mapping()
by Jan Kara
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
e58725d
ubifs: Handle re-linking of inodes correctly while recovery
by Richard Weinberger
· 6 years ago
d62e98e
ubifs: Fix default compression selection in ubifs
by Gabor Juhos
· 6 years ago
6554a56
ubifs: Fix memory leak on error condition
by Garry McNulty
· 6 years ago
Next »