aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tytso/fscryptLinus 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/git/tytso/fscryptLinus 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
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger1-0/+2
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li3-11/+15
2017-07-14ubifs: Don't leak kernel memory to the MTDRichard Weinberger1-5/+5
2017-07-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee1-2/+2
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.karam.lee1-0/+2
2017-07-14ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger1-0/+4
2017-07-14ubifs: allow userspace to map mounts to volumesRabin Vincent1-0/+7
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger1-0/+15
2017-07-14ubifs: Remove dead code from ubifs_get_link()Richard Weinberger1-6/+0
2017-07-14ubifs: Massage debug prints wrt. fscryptRichard Weinberger2-15/+4
2017-07-14ubifs: Add assert to dent_key_init()Richard Weinberger1-0/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger3-24/+117
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer1-1/+3
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee1-1/+1
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger3-0/+25
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger2-2/+1
2017-07-05ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers1-9/+0
2017-07-05ubifs: require key for truncate(2) of encrypted fileEric Biggers1-0/+8
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-8/+36