summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-124/+137
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+0
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng-18/+0
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng-52/+54
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng-14/+2
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng-14/+52
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke-1/+0
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang-1/+1
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo-1/+3
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger-2/+11
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke-3/+3
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu-10/+4
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap-8/+7
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers-4/+13
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+0
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+34
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng-2/+14
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger-2/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig-0/+2
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers-22/+16
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai-2/+1
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai-2/+0
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cWang Hai-4/+0
2020-09-17ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai-1/+1
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng-1/+0
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng-1/+0
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng-0/+1
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng-0/+9
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+29
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng-4/+6
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap-1/+1
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra-2/+22
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-14/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-5/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-34/+9
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers-24/+6
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers-34/+9
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig-5/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+24