index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
treewide: Change list_sort to use const pointers
Sami Tolvanen
2
-5
/
+6
2021-09-08
ubifs: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+11
2021-07-20
ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode
Zhihao Cheng
1
-0
/
+7
2021-07-20
ubifs: journal: Fix error return code in ubifs_jnl_write_inode()
Zhen Lei
1
-0
/
+1
2021-07-20
ubifs: Fix off-by-one error
Sascha Hauer
2
-2
/
+2
2021-07-19
ubifs: Fix races between xattr_{set|get} and listxattr operations
Zhihao Cheng
3
-11
/
+36
2021-05-11
ubifs: Only check replay with inode type to judge if inode linked
Guochun Mao
1
-1
/
+2
2021-03-04
ubifs: Fix error return code in alloc_wbufs()
Wang ShaoBo
1
-1
/
+3
2021-03-04
ubifs: replay: Fix high stack usage, again
Arnd Bergmann
1
-1
/
+3
2021-03-04
ubifs: Fix memleak in ubifs_init_authentication
Dinghao Liu
1
-1
/
+1
2020-12-30
ubifs: wbuf: Don't leak kernel memory to flash
Richard Weinberger
1
-2
/
+11
2020-12-30
ubifs: Fix error return code in ubifs_init_authentication()
Wang ShaoBo
1
-1
/
+3
2020-12-26
ubifs: prevent creating duplicate encrypted filenames
Eric Biggers
1
-4
/
+13
2020-10-18
Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-4
/
+12
2020-10-18
Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-21
/
+34
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2020-10-11
ubifs: mount_ubifs: Release authentication resource in error handling path
Zhihao Cheng
1
-4
/
+6
2020-10-11
ubifs: Don't parse authentication mount options in remount process
Zhihao Cheng
1
-6
/
+12
2020-10-11
ubifs: Fix a memleak after dumping authentication mount options
Zhihao Cheng
1
-2
/
+14
2020-09-29
ubifs: journal: Make sure to not dirty twice for auth nodes
Richard Weinberger
1
-2
/
+2
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
1
-0
/
+2
2020-09-22
ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-22
/
+16
2020-09-17
ubifs: Fix some kernel-doc warnings in tnc.c
Wang Hai
1
-2
/
+1
2020-09-17
ubifs: Fix some kernel-doc warnings in replay.c
Wang Hai
1
-2
/
+0
2020-09-17
ubifs: Fix some kernel-doc warnings in gc.c
Wang Hai
1
-4
/
+0
2020-09-17
ubifs: Fix 'hash' kernel-doc warning in auth.c
Wang Hai
1
-1
/
+1
2020-09-17
ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails
Zhihao Cheng
1
-1
/
+0
2020-09-17
ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode
Zhihao Cheng
1
-1
/
+0
2020-09-17
ubifs: dent: Fix some potential memory leaks while iterating entries
Zhihao Cheng
1
-0
/
+1
2020-09-17
ubifs: xattr: Fix some potential memory leaks while iterating entries
Zhihao Cheng
4
-0
/
+9
2020-09-07
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-10
Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-7
/
+29
2020-08-02
ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename
Zhihao Cheng
1
-4
/
+6
2020-08-02
ubifs: misc.h: delete a duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-02
ubifs: add option to specify version for new file systems
Martin Kaistra
3
-2
/
+22
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
7
-14
/
+14
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
4
-5
/
+5
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-34
/
+9
2020-05-17
ubifs: fix wrong use of crypto_shash_descsize()
Eric Biggers
2
-24
/
+6
2020-05-08
ubifs: use crypto_shash_tfm_digest()
Eric Biggers
3
-34
/
+9
2020-04-09
ubifs: remove broken lazytime support
Christoph Hellwig
1
-5
/
+1
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+24
2020-03-30
ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len
Liu Song
1
-2
/
+14
2020-03-30
ubifs: ubifs_add_orphan: Fix a memory leak bug
Zhihao Cheng
1
-2
/
+7
2020-03-30
ubifs: ubifs_jnl_write_inode: Fix a memory leak bug
Zhihao Cheng
1
-0
/
+1
2020-03-30
ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()
Richard Weinberger
1
-2
/
+2
2020-03-19
ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE
Eric Biggers
1
-0
/
+4
2020-02-05
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-19
/
+10
2020-01-30
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-7
/
+19
[next]