summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-27ubifs: 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-19ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-10-19ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-10-19ubifs: Rename ubifs_rename2Richard Weinberger1-6/+6
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds21-627/+1300
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+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 Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-08-23ubifs: Fix xattr generic handler usageRichard Weinberger1-1/+4
2016-08-23ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne1-4/+0
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle1-7/+7
2016-07-29ubifs: 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-22UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-05-28Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds10-33/+42
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
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 Shevchenko9-26/+28
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds22-563/+338
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher5-90/+79
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
[next]