aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2016-08-23ubifs: Fix xattr generic handler usageGravatar Richard Weinberger 1-1/+4
2016-08-23ubifs: Fix assertion in layout_in_gaps()Gravatar Vincent Stehlé 1-1/+1
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufGravatar Sylvain Etienne 1-4/+0
2016-07-29ubifs: Silence early error messages if MS_SILENT is setGravatar Daniel Golle 1-7/+7
2016-07-29ubifs: Update comment for ubifs_errcGravatar Daniel Golle 1-2/+2
2016-07-29ubifs: Make xattr structures staticGravatar Ben Dooks 1-3/+3
2016-07-29ubifs: Silence error output if MS_SILENT is setGravatar Daniel Golle 1-2/+3
2016-06-23UBIFS: Implement ->migratepage()Gravatar Kirill A. Shutemov 1-0/+24
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-4/+3
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readGravatar Andreas Gruenbacher 1-1/+1
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-90/+79
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 5-90/+79
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 2-5/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 2-5/+5
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 2-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-30/+30
2016-03-20ubifs: Remove unused headerGravatar Andreas Gruenbacher 1-1/+0
2016-03-20ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnGravatar Joe Perches 3-24/+75
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 3-13/+13
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2016-01-12Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 2-2/+8
2016-01-10ubifs: Use XATTR_*_PREFIX_LENGravatar Richard Weinberger 1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterGravatar Dongsheng Yang 1-0/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-42/+0
2015-11-13ubifs: Remove unused security xattr handlerGravatar Andreas Gruenbacher 3-42/+0
2015-11-10Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 11-34/+107
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsGravatar Dongsheng Yang 5-2/+81
2015-11-07ubifs: make ubifs_[get|set]xattr atomicGravatar Dongsheng Yang 1-3/+9
2015-11-06UBIFS: Delete unnecessary checks before the function call "iput"Gravatar Markus Elfring 1-4/+2
2015-11-06UBIFS: Fix possible memory leak in ubifs_readdir()Gravatar Richard Weinberger 1-2/+3
2015-11-06fs/ubifs: remove unnecessary new_valid_dev checkGravatar Yaowei Bai 2-10/+2
2015-10-03UBIFS: print verbose message when rescanning a corrupted nodeGravatar shengyong 1-1/+1
2015-10-03UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedGravatar shengyong 1-4/+4
2015-10-03UBIFS: fix a typo in comment of ubifs_budget_reqGravatar Dongsheng Yang 1-2/+2
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationGravatar Andrzej Hajda 2-6/+3
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityGravatar Richard Weinberger 1-3/+0
2015-06-25Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-1/+4
2015-06-02ubifs: fix to check error code of register_shrinkerGravatar Chao Yu 1-1/+4
2015-05-10ubifs: switch to simple_follow_link()Gravatar Al Viro 3-10/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-16/+16
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 25-429/+436
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 4-16/+16
2015-04-13UBIFS: fix output format of INUM_WATERMARKGravatar Sheng Yong 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 25-409/+419