aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYGravatar Jérôme Glisse 1-1/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGEGravatar Richard Weinberger 1-0/+2
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 3-11/+15
2017-07-14ubifs: Don't leak kernel memory to the MTDGravatar Richard Weinberger 1-5/+5
2017-07-14ubifs: Change gfp flags in page allocation for bulk readGravatar Hyunchul Lee 1-2/+2
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.Gravatar karam.lee 1-0/+2
2017-07-14ubifs: Fail commit if TNC is obviously inconsistentGravatar Richard Weinberger 1-0/+4
2017-07-14ubifs: allow userspace to map mounts to volumesGravatar Rabin Vincent 1-0/+7
2017-07-14ubifs: Wire-up statx() supportGravatar Richard Weinberger 1-0/+15
2017-07-14ubifs: Remove dead code from ubifs_get_link()Gravatar Richard Weinberger 1-6/+0
2017-07-14ubifs: Massage debug prints wrt. fscryptGravatar Richard Weinberger 2-15/+4
2017-07-14ubifs: Add assert to dent_key_init()Gravatar Richard Weinberger 1-0/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 3-24/+117
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesGravatar David Oberhollenzer 1-1/+3
2017-07-14ubifs: Don't encrypt special files on creationGravatar David Gstir 1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameGravatar Hyunchul Lee 1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodGravatar Hyunchul Lee 1-1/+1
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 3-0/+25
2017-07-14ubifs: Unexport ubifs_inode_slabGravatar Richard Weinberger 2-2/+1
2017-07-05ubifs: don't bother checking for encryption key in ->mmap()Gravatar Eric Biggers 1-9/+0
2017-07-05ubifs: require key for truncate(2) of encrypted fileGravatar Eric Biggers 1-0/+8
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 6-8/+36
2017-05-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-30/+26
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeGravatar Deepa Dinamani 6-30/+26
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlGravatar Rock Lee 1-3/+3
2017-05-08ubifs: Remove unnecessary assignmentGravatar Stefan Agner 1-1/+0
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsGravatar Colin Ian King 1-2/+2
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsGravatar Hyunchul Lee 3-2/+31
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+11
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Gravatar Eric Biggers 1-0/+11
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-19/+9
2017-04-20ubifs: Convert to separately allocated bdiGravatar Jan Kara 2-19/+9
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Gravatar Richard Weinberger 1-0/+7
2017-03-30ubifs: Fix RENAME_WHITEOUT supportGravatar Felix Fietkau 1-3/+0
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeGravatar Hyunchul Lee 1-2/+4
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeGravatar Hyunchul Lee 1-1/+3
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirGravatar Hyunchul Lee 1-2/+2
2017-03-30ubifs: Fix memory leak in error path in ubifs_mknodGravatar Richard Weinberger 1-1/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 2-5/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+2
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-36/+9
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 3-3/+3
2017-02-06fscrypt: split supp and notsupp declarations into their own headersGravatar Eric Biggers 1-23/+5
2017-01-17ubifs: Fix journal replay wrt. xattr nodesGravatar Richard Weinberger 1-2/+23
2017-01-17ubifs: remove redundant checks for encryption keyGravatar Eric Biggers 1-55/+3
2017-01-17ubifs: allow encryption ioctls in compat modeGravatar Eric Biggers 1-0/+3
2017-01-17ubifs: add CONFIG_BLOCK dependency for encryptionGravatar Arnd Bergmann 1-1/+1