aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+6
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
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-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-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-05-27Merge 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-20lib/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/viro/vfsLinus Torvalds5-90/+79
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher5-90/+79
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-02Merge 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
2016-03-20ubifs: Remove unused headerAndreas Gruenbacher1-1/+0
2016-03-20ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnJoe Perches3-24/+75
2016-01-22wrappers for ->i_mutex accessAl Viro3-13/+13
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-12Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-2/+8
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang1-0/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-42/+0
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher3-42/+0
2015-11-10Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds11-34/+107
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang5-2/+81
2015-11-07ubifs: make ubifs_[get|set]xattr atomicDongsheng Yang1-3/+9
2015-11-06UBIFS: Delete unnecessary checks before the function call "iput"Markus Elfring1-4/+2
2015-11-06UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger1-2/+3
2015-11-06fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai2-10/+2
2015-10-03UBIFS: print verbose message when rescanning a corrupted nodeshengyong1-1/+1
2015-10-03UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedshengyong1-4/+4
2015-10-03UBIFS: fix a typo in comment of ubifs_budget_reqDongsheng Yang1-2/+2
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationAndrzej Hajda2-6/+3
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-06-25Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+4
2015-06-02ubifs: fix to check error code of register_shrinkerChao Yu1-1/+4
2015-05-10ubifs: switch to simple_follow_link()Al Viro3-10/+3