summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Free memory for tmpfile nameMårten Lindahl2023-05-171-0/+1
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-05-171-8/+1
* ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-03-111-3/+9
* ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng2023-03-111-1/+8
* ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng2023-03-111-0/+15
* ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng2023-03-111-4/+3
* ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng2023-03-111-1/+1
* ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-03-111-0/+5
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-04-201-4/+8
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-04-201-0/+3
* ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-04-201-1/+1
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-04-201-0/+2
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-04-201-2/+0
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2021-01-171-2/+11
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-051-0/+1
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-051-3/+3
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-141-0/+2
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-141-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-141-1/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-141-0/+8
* 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 directory size calculation for symlinksRichard Weinberger2018-12-291-2/+3
* 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