summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+11
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-05-221-1/+2
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-4/+13
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-051-0/+1
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-051-5/+3
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-111-0/+8
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2020-01-091-7/+27
* ubifs: Fix default compression selection in ubifsGabor Juhos2019-12-051-1/+12
* ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-09-191-5/+11
* ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger2018-12-291-0/+37
* ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-131-2/+2
* Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-201-24/+0
* ubifs: drop false positive assertionSascha Hauer2018-09-201-1/+3
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-201-0/+3
* ubifs: Remove empty file.hRichard Weinberger2018-08-241-0/+0
* ubifs: Set default assert action to read-onlyRichard Weinberger2018-08-151-0/+1
* ubifs: Allow setting assert action as mount parameterRichard Weinberger2018-08-153-0/+37
* ubifs: Rework ubifs_assert()Richard Weinberger2018-08-153-4/+42
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-1531-521/+550
* ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger2018-08-151-2/+2
* ubifs: Use kmalloc_array()Richard Weinberger2018-08-151-1/+1
* ubifs: Check data node size before truncateRichard Weinberger2018-08-151-1/+10
* Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-08-151-3/+2
* ubifs: Add comment on c->commit_semRichard Weinberger2018-08-151-0/+1
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-156-3/+29
* ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva2018-08-151-4/+1
* ubifs: tnc: use monotonic znode timestampArnd Bergmann2018-08-154-5/+5
* ubifs: use timespec64 for inode timestampsArnd Bergmann2018-08-152-9/+8
* ubifs: xattr: Don't operate on deleted inodesRichard Weinberger2018-08-151-0/+24
* ubifs: gc: Fix typoRichard Weinberger2018-08-151-1/+1
* ubifs: Fix memory leak in lprobs self-checkRichard Weinberger2018-08-151-4/+4
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-08-151-0/+5
* ubifs: Fix directory size calculation for symlinksRichard Weinberger2018-08-151-2/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-14/+15
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-053-14/+15
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-3/+6
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-124-12/+17
* | UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-06-121-2/+3
* | Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-06-108-22/+13
|\ \
| * | ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer2018-06-071-1/+1
| * | ubifs: gc: Fix typoSascha Hauer2018-06-071-1/+1
| * | ubifs: log: Some spelling fixesSascha Hauer2018-06-071-3/+3