aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2019-01-12ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger
2018-09-29Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger
2018-09-09ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger
2018-09-09ubifs: Fix directory size calculation for symlinksRichard Weinberger
2018-09-09ubifs: xattr: Don't operate on deleted inodesRichard Weinberger
2018-09-09ubifs: Check data node size before truncateRichard Weinberger
2018-09-09Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger
2018-09-09ubifs: Fix memory leak in lprobs self-checkRichard Weinberger
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer
2018-06-07ubifs: gc: Fix typoSascha Hauer
2018-06-07ubifs: log: Some spelling fixesSascha Hauer
2018-06-07ubifs: Spelling fix someting -> somethingSascha Hauer
2018-06-07ubifs: journal: Remove wrong commentSascha Hauer
2018-06-07ubifs: remove set but never used variableSascha Hauer
2018-06-07ubifs, xattr: remove misguided quota flagsWang Shilong
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-04-04ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao
2018-04-04ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao
2018-04-04ubifs: remove unnecessary assignmentStefan Agner
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-18ubifs: remove error message in ubifs_xattr_getRock Lee
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers
2018-01-17ubifs: switch to fscrypt_file_open()Eric Biggers
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11ubifs: switch to fscrypt_get_symlink()Eric Biggers
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-11ubifs: free the encrypted symlink targetEric Biggers
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers