aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher1-1/+0
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-2/+10
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 Viro1-0/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-52/+53
2015-03-25UBIFS: do not write master node if need recoverySheng Yong1-1/+1
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+1
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure1-0/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-3/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-07-19UBIFS: remove mst_mutexArtem Bityutskiy1-1/+0
2014-07-19UBIFS: replace seq_printf by seq_putsFabian Frederick1-6/+6
2014-07-19UBIFS: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-19UBIFS: remove useless statementshujianyang1-1/+1
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle1-0/+5
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-20/+4
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+6
2013-10-26UBIFS: fix return codeWei Yongjun1-2/+6
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-1/+2
2013-05-10UBIFS: correct mount messageRichard Genoud1-1/+1
2013-03-14UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-64/+55
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman1-2/+2
2012-08-31UBIFS: print lessArtem Bityutskiy1-48/+43
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-19/+16
2012-08-31UBIFS: remove __DATE__ and __TIME__Jiri Slaby1-1/+0
2012-08-21UBIFS: remove stale commentaryArtem Bityutskiy1-3/+0
2012-08-04UBIFS: nuke pdflush from commentsArtem Bityutskiy1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-20UBI: amend commentaries WRT dtypeArtem Bityutskiy1-3/+2
2012-05-20UBI: Kill data type hintRichard Weinberger1-2/+0
2012-05-20UBIFS: fix memory leak on error pathSidney Amani1-1/+1
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy1-7/+7
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-4/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2