aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger1-0/+24
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-22/+23
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger1-2/+2
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger1-4/+10
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-3/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-10/+10
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers1-5/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.karam.lee1-0/+2
2017-07-14ubifs: allow userspace to map mounts to volumesRabin Vincent1-0/+7
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger1-1/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara1-16/+9
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-1/+1
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger1-1/+0
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-2/+4
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger1-1/+1
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-0/+10
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle1-7/+7
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle1-2/+3
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-0/+1
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