aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-7/+29
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra3-2/+22
2020-07-16treewide: Remove uninitialized_var() usageKees Cook7-14/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig4-5/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-34/+9
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers3-34/+9
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+24
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song1-2/+14
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng1-2/+7
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng1-0/+1
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger1-2/+2
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers1-0/+4
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-19/+10
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-7/+19
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers3-6/+3
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers4-16/+9
2020-01-19ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-01-16ubifs: Fix wrong memory allocationSascha Hauer1-1/+1
2020-01-16ubifs: Add support for FS_ENCRYPT_FLEric Biggers1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2019-12-31fscrypt: Allow modular crypto algorithmsHerbert Xu1-0/+1
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2019-12-08fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani1-7/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2019-11-17ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng1-7/+27
2019-11-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng1-7/+10
2019-11-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger1-3/+1
2019-11-17ubifs: Fix type of sup->hash_algoBen Dooks (Codethink)1-1/+1
2019-11-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)1-1/+1
2019-11-17ubifs: Force prandom result to __le32Ben Dooks (Codethink)1-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger1-12/+0
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-9/+12
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-0/+31
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathWenwen Wang1-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King1-1/+0
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers2-0/+31
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger1-9/+35
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio4-1/+40
2019-07-08ubifs: support offline signed imagesSascha Hauer7-44/+225
2019-07-08ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song1-4/+1
2019-07-08ubifs: Fix typo of output in get_cs_sqnumLiu Song1-1/+1
2019-07-08ubifs: Simplify redundant codeLiu Song1-2/+1
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger1-5/+11
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-135/+45
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-10/+3
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner32-416/+32
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers1-3/+4
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers1-6/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger1-1/+1
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger1-2/+2
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-176/+332
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-5/+6
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer1-1/+0
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer4-21/+15
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer3-10/+5
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger6-8/+101
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger2-67/+144
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger1-11/+49
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov1-8/+1
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer1-8/+7
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann1-7/+10
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing1-18/+0
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers1-6/+1
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers1-12/+0
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-8/+0
2019-05-01ubifs: switch to ->free_inode()Al Viro1-8/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-8/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+3
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+3
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyHou Tao1-0/+8
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra6-19/+8
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+2
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger1-0/+37
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos1-1/+12
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty1-6/+6
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann1-0/+1
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven1-8/+7
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann1-11/+24
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-3/+2
2018-10-23ubifs: Remove unneeded semicolonDing Xiang1-1/+1
2018-10-23ubifs: Enable authentication supportSascha Hauer2-1/+45
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer3-38/+113
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 Hauer3-3/+23
2018-10-23ubfis: authentication: Authenticate master nodeSascha Hauer3-10/+61
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer3-0/+134
2018-10-23ubifs: Authenticate replayed journalSascha Hauer1-2/+144
2018-10-23ubifs: Add auth nodes to garbage collector journal headSascha Hauer1-3/+43
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer6-18/+153
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer7-14/+81
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer4-30/+135
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2-6/+70
2018-10-23ubifs: Add helper functions for authentication supportSascha Hauer4-0/+722
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer2-15/+29
2018-10-23ubifs: Format changes for authentication supportSascha Hauer3-3/+50
2018-10-23ubifs: Store read superblock nodeSascha Hauer3-22/+8
2018-10-23ubifs: Drop write_nodeSascha Hauer1-34/+5
2018-10-23ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer1-18/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer3-36/+37
2018-10-23ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer1-5/+6
2018-10-23ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer1-7/+7
2018-10-23ubifs: Refactor create_default_filesystem()Sascha Hauer1-48/+47
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger1-2/+2
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger1-24/+0
2018-09-20ubifs: drop false positive assertionSascha Hauer1-1/+3
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-08-24ubifs: Remove empty file.hRichard Weinberger1-0/+0
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger3-0/+37
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger3-4/+42
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger31-521/+550
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger1-2/+2
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger1-1/+1
2018-08-15ubifs: Check data node size before truncateRichard Weinberger1-1/+10
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger1-3/+2
2018-08-15ubifs: Add comment on c->commit_semRichard Weinberger1-0/+1
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner6-3/+29
2018-08-15ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva1-4/+1
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann4-5/+5
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann2-9/+8
2018-08-15ubifs: xattr: Don't operate on deleted inodesRichard Weinberger1-0/+24
2018-08-15ubifs: gc: Fix typoRichard Weinberger1-1/+1
2018-08-15ubifs: Fix memory leak in lprobs self-checkRichard Weinberger1-4/+4
2018-08-15ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger1-0/+5
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-14/+15
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-12/+17
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-22/+13
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer1-1/+1
2018-06-07ubifs: gc: Fix typoSascha Hauer1-1/+1
2018-06-07ubifs: log: Some spelling fixesSascha Hauer1-3/+3
2018-06-07ubifs: Spelling fix someting -> somethingSascha Hauer1-1/+1
2018-06-07ubifs: journal: Remove wrong commentSascha Hauer1-3/+2
2018-06-07ubifs: remove set but never used variableSascha Hauer2-5/+0
2018-06-07ubifs, xattr: remove misguided quota flagsWang Shilong1-1/+1
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder1-7/+4
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani3-14/+15
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+1
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro1-28/+15
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-9/+1
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-9/+12
2018-04-04ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao1-3/+1
2018-04-04ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao1-1/+1
2018-04-04ubifs: remove unnecessary assignmentStefan Agner1-1/+0
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger1-4/+10
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig1-1/+1
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-85/+18
2018-01-18ubifs: remove error message in ubifs_xattr_getRock Lee1-2/+0
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Eric Biggers1-7/+3
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2018-01-17ubifs: switch to fscrypt_file_open()Eric Biggers1-30/+1
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven1-14/+7
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-3/+1
2018-01-11ubifs: switch to fscrypt_get_symlink()Eric Biggers1-34/+2
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+12
2018-01-11ubifs: free the encrypted symlink targetEric Biggers1-6/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds4-14/+14
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers1-5/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers3-9/+2
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2-1/+5
2017-10-18fscrypt: clean up include file messDave Chinner1-5/+4