aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2022-04-13ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-04-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng
2022-04-08ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-08ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-07-20ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei
2021-07-20ubifs: Fix off-by-one errorSascha Hauer
2021-07-19ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao
2021-03-04ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo
2021-03-04ubifs: replay: Fix high stack usage, againArnd Bergmann
2021-03-04ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo
2020-12-26ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cWang Hai
2020-09-17ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers