aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/journal.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07ubifs: Limit number of xattrs per inodeGravatar Richard Weinberger 1-0/+12
2019-05-07ubifs: journal: Handle xattrs like filesGravatar Richard Weinberger 1-11/+49
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-17/+107
2018-10-23ubifs: Add hashes to the tree node cacheGravatar Sascha Hauer 1-24/+120
2018-10-23ubifs: Drop write_nodeGravatar Sascha Hauer 1-34/+5
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-26/+26
2018-08-15ubifs: Use kmalloc_array()Gravatar Richard Weinberger 1-1/+1
2018-08-15ubifs: Check data node size before truncateGravatar Richard Weinberger 1-1/+10
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Gravatar Richard Weinberger 1-3/+2
2018-08-15ubifs: Add comment on c->commit_semGravatar Richard Weinberger 1-0/+1
2018-08-15ubifs: Fix synced_i_size calculation for xattr inodesGravatar Richard Weinberger 1-0/+5
2018-06-12UBIFS: Fix potential integer overflow in allocationGravatar Silvio Cesare 1-2/+3
2018-06-07ubifs: journal: Remove wrong commentGravatar Sascha Hauer 1-3/+2
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGEGravatar Richard Weinberger 1-0/+2
2017-07-14ubifs: Don't leak kernel memory to the MTDGravatar Richard Weinberger 1-5/+5
2017-07-14ubifs: Massage debug prints wrt. fscryptGravatar Richard Weinberger 1-10/+0
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 1-2/+8
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesGravatar David Oberhollenzer 1-1/+3
2017-01-17ubifs: fix unencrypted journal writeGravatar Peter Rosin 1-0/+1
2017-01-17ubifs: ensure zero err is returned on successful returnGravatar Colin Ian King 1-0/+1
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHGravatar Richard Weinberger 1-3/+11
2016-12-12ubifs: Use a random number for cookiesGravatar Richard Weinberger 1-0/+3
2016-12-12ubifs: Add full hash lookup supportGravatar Richard Weinberger 1-1/+0
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-60/+63
2016-12-12ubifs: Implement encrypt/decrypt for all IOGravatar Richard Weinberger 1-24/+54
2016-12-12ubifs: Introduce new data node field, compr_sizeGravatar Richard Weinberger 1-11/+0
2016-10-02ubifs: Use move variable in ubifs_rename()Gravatar Richard Weinberger 1-2/+2
2016-10-02ubifs: Implement RENAME_EXCHANGEGravatar Richard Weinberger 1-0/+141
2016-10-02ubifs: Implement RENAME_WHITEOUTGravatar Richard Weinberger 1-13/+30
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-8/+9
2014-11-07UBIFS: fix a couple bugs in UBIFS xattr length calculationGravatar Subodh Nijsure 1-1/+6
2014-09-19UBIFS: Remove bogus assertGravatar Richard Weinberger 1-4/+3
2013-10-24ubifs: switch to %pdGravatar Al Viro 1-4/+2
2012-09-21userns: Convert ubifs to use kuid/kgidGravatar Eric W. Biederman 1-2/+2
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-1/+1
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-2/+2
2012-05-16UBIFS: get rid of dbg_dump_stackGravatar Artem Bityutskiy 1-1/+1
2012-05-03UBIFS: remove xattr Kconnfig optionGravatar Subodh Nijsure 1-2/+0
2012-01-13UBIFS: fix key printingGravatar Artem Bityutskiy 1-4/+3
2011-06-03UBIFS: fix memory leak on error pathGravatar Artem Bityutskiy 1-0/+1
2011-05-16UBIFS: synchronize write-buffer before switching to the next budGravatar Artem Bityutskiy 1-10/+15
2011-05-13UBIFS: improve space checking debugging featureGravatar Artem Bityutskiy 1-1/+1
2011-05-13UBIFS: simplify dbg_dump_budg calling conventionsGravatar Artem Bityutskiy 1-2/+0
2011-03-11UBIFS: handle allocation failures in UBIFS write pathGravatar Matthew L. Creech 1-6/+22
2010-09-19UBIFS: introduce new flags for RO mountsGravatar Artem Bityutskiy 1-1/+1
2010-09-17UBIFS: introduce new flag for RO due to errorsGravatar Artem Bityutskiy 1-1/+2
2009-09-15UBIFS: improve journal head debugging printsGravatar Artem Bityutskiy 1-5/+8
2009-03-20UBIFS: fix commentariesGravatar Artem Bityutskiy 1-1/+1