summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2018-12-29ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger1-0/+37
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-09-09ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger1-0/+5
2018-09-09ubifs: Check data node size before truncateRichard Weinberger1-1/+10
2018-09-09Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger1-1/+1
2018-09-09ubifs: Fix memory leak in lprobs self-checkRichard Weinberger1-4/+4
2018-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-1/+1
2018-04-24ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger1-4/+10
2018-02-17ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li1-4/+8
2017-07-28ubifs: Don't leak kernel memory to the MTDRichard Weinberger1-5/+5
2017-04-27ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-04-27ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau1-3/+0
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger1-6/+6
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds9-42/+411
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+6
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-9/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
2016-10-02UBIFS: improve function-level documentationJulia Lawall5-7/+5
2016-10-02ubifs: fix host xattr_len when changing xattrPascal Eberhard1-2/+4
2016-10-02ubifs: Use move variable in ubifs_rename()Richard Weinberger1-2/+2
2016-10-02ubifs: Implement RENAME_EXCHANGERichard Weinberger3-6/+204
2016-10-02ubifs: Implement RENAME_WHITEOUTRichard Weinberger3-33/+134
2016-10-02ubifs: Implement O_TMPFILERichard Weinberger1-0/+71
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-24ubifs: Fix xattr generic handler usageRichard Weinberger1-1/+4
2016-08-24ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-07-30ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne1-4/+0
2016-07-30ubifs: Silence early error messages if MS_SILENT is setDaniel Golle1-7/+7
2016-07-30ubifs: Update comment for ubifs_errcDaniel Golle1-2/+2
2016-07-29ubifs: Make xattr structures staticBen Dooks1-3/+3
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle1-2/+3
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-05-28Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+3
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher1-1/+1
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-90/+79
2016-05-18ubifs: Switch to generic xattr handlersAndreas Gruenbacher5-90/+79
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro2-5/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro2-5/+5
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-30/+30