summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-10-131-0/+3
* Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-291-24/+0
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-09-091-0/+5
* ubifs: xattr: Don't operate on deleted inodesRichard Weinberger2018-09-091-0/+24
* ubifs: Check data node size before truncateRichard Weinberger2018-09-091-1/+10
* Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-09-091-3/+2
* ubifs: Fix memory leak in lprobs self-checkRichard Weinberger2018-09-091-4/+4
* UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-07-031-2/+3
* ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven2018-04-261-14/+7
* ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-241-4/+10
* ubifs: free the encrypted symlink targetEric Biggers2018-02-161-6/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-1/+4
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-141-0/+2
* ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-143-11/+15
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-141-5/+5
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-141-2/+2
* ubifs: Fix oops when remounting with no_bulk_read.karam.lee2017-07-141-0/+2
* ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger2017-07-141-0/+4
* ubifs: allow userspace to map mounts to volumesRabin Vincent2017-07-141-0/+7
* ubifs: Wire-up statx() supportRichard Weinberger2017-07-141-0/+15
* ubifs: Remove dead code from ubifs_get_link()Richard Weinberger2017-07-141-6/+0
* ubifs: Massage debug prints wrt. fscryptRichard Weinberger2017-07-142-15/+4
* ubifs: Add assert to dent_key_init()Richard Weinberger2017-07-141-0/+1
* ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger2017-07-143-24/+117
* ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer2017-07-141-1/+3
* ubifs: Don't encrypt special files on creationDavid Gstir2017-07-141-0/+1
* ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee2017-07-141-9/+5
* ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee2017-07-141-1/+1
* ubifs: Correctly evict xattr inodesRichard Weinberger2017-07-143-0/+25
* ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-142-2/+1
* ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-051-9/+0
* ubifs: require key for truncate(2) of encrypted fileEric Biggers2017-07-051-0/+8
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-136-8/+36
|\
| * ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-081-3/+3
| * ubifs: Remove unnecessary assignmentStefan Agner2017-05-081-1/+0
| * ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-081-2/+2
| * ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-083-2/+31
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-086-30/+26
|\ \
| * | fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-086-30/+26
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-0/+11
|\ \ \ | |/ / |/| |
| * | ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers2017-05-041-0/+11
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-012-19/+9
|\ \ \ | |_|/ |/| |
| * | ubifs: Convert to separately allocated bdiJan Kara2017-04-202-19/+9
| |/
* | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
* | ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
* | ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee2017-03-301-2/+4