aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers1-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+0
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-21/+34
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng1-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng1-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng1-2/+14
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger1-2/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-22/+16
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai1-2/+1
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai1-2/+0
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cWang Hai1-4/+0
2020-09-17ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai1-1/+1
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng1-1/+0
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng1-1/+0
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+1
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng4-0/+9
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-7/+29
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra3-2/+22
2020-07-16treewide: Remove uninitialized_var() usageKees Cook7-14/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig4-5/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-34/+9
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers3-34/+9
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds3-6/+24
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song1-2/+14
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng1-2/+7
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng1-0/+1
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger1-2/+2
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers1-0/+4
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+10
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-7/+19
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers3-6/+3
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers4-16/+9
2020-01-19ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-01-16ubifs: Fix wrong memory allocationSascha Hauer1-1/+1
2020-01-16ubifs: Add support for FS_ENCRYPT_FLEric Biggers1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2