aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/sb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17ubifs: Fix type of sup->hash_algoBen Dooks (Codethink)1-1/+1
2019-07-08ubifs: support offline signed imagesSascha Hauer1-25/+27
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger1-2/+2
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer1-3/+4
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-1/+1
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos1-1/+12
2018-10-23ubifs: Remove unneeded semicolonDing Xiang1-1/+1
2018-10-23ubifs: Add hashes and HMACs to default filesystemSascha Hauer1-7/+27
2018-10-23ubifs: authentication: Authenticate super block nodeSascha Hauer1-1/+69
2018-10-23ubifs: Create hash for default LPTSascha Hauer1-1/+2
2018-10-23ubifs: Store read superblock nodeSascha Hauer1-14/+5
2018-10-23ubifs: Refactor create_default_filesystem()Sascha Hauer1-48/+47
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-6/+6
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann1-3/+3
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-4/+10
2016-12-12ubifs: Raise write version to 5Richard Weinberger1-0/+17
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger1-0/+40
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger1-0/+2
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-15/+15
2014-07-19UBIFS: fix error path in create_default_filesystem()hujianyang1-0/+2
2014-07-19UBIFS: remove useless statementshujianyang1-1/+1
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-11/+8
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman1-2/+2
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-11/+8
2012-07-20UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-05-20UBI: Kill data type hintRichard Weinberger1-13/+9
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-2/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-1/+1
2012-03-07UBIFS: improve error messagesArtem Bityutskiy1-5/+14
2011-08-26UBIFS: fix the dark space calculationsrimugunthan dhandapani1-1/+1
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy1-2/+2
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy1-1/+1
2011-05-16UBIFS: add the fixup functionMatthew L. Creech1-0/+149
2011-05-16UBIFS: add a superblock flag for free space fix-upMatthew L. Creech1-0/+1
2011-05-13UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy1-1/+2
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-26UBIFS: add R/O compatibilityArtem Bityutskiy1-6/+29
2009-03-16UBIFS: introduce a helpful variableArtem Bityutskiy1-1/+0
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy1-5/+5
2008-12-03UBIFS: introduce compression mount optionsArtem Bityutskiy1-4/+6
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison1-4/+5
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+629