summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)Author
2022-04-20ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-04-20ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-01-17ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-11-10ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-10-01ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song
2020-02-14ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-02-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee
2018-12-29ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger
2018-09-09ubifs: Fix synced_i_size calculation for xattr 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-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare
2018-04-24ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger
2018-02-17ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li
2017-07-27ubifs: Don't leak kernel memory to the MTDRichard Weinberger
2017-04-27ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-04-27ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-02UBIFS: improve function-level documentationJulia Lawall
2016-10-02ubifs: fix host xattr_len when changing xattrPascal Eberhard
2016-10-02ubifs: Use move variable in ubifs_rename()Richard Weinberger
2016-10-02ubifs: Implement RENAME_EXCHANGERichard Weinberger
2016-10-02ubifs: Implement RENAME_WHITEOUTRichard Weinberger
2016-10-02ubifs: Implement O_TMPFILERichard Weinberger
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-23ubifs: Fix xattr generic handler usageRichard Weinberger
2016-08-23ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle
2016-07-29ubifs: Update comment for ubifs_errcDaniel Golle
2016-07-29ubifs: Make xattr structures staticBen Dooks
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro