aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2018-02-16ubifs: free the encrypted symlink targetEric Biggers
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers
2017-10-18fscrypt: clean up include file messDave Chinner
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li
2017-07-14ubifs: Don't leak kernel memory to the MTDRichard Weinberger
2017-07-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.karam.lee
2017-07-14ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger
2017-07-14ubifs: allow userspace to map mounts to volumesRabin Vincent
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger
2017-07-14ubifs: Remove dead code from ubifs_get_link()Richard Weinberger
2017-07-14ubifs: Massage debug prints wrt. fscryptRichard Weinberger
2017-07-14ubifs: Add assert to dent_key_init()Richard Weinberger
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger
2017-07-05ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers
2017-07-05ubifs: require key for truncate(2) of encrypted fileEric Biggers
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee
2017-05-08ubifs: Remove unnecessary assignmentStefan Agner
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsColin Ian King
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20ubifs: Convert to separately allocated bdiJan Kara
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee
2017-03-30ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells