aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-14/+15
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-3/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 4-12/+17
2018-06-12UBIFS: Fix potential integer overflow in allocationGravatar Silvio Cesare 1-2/+3
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 8-22/+13
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentGravatar Sascha Hauer 1-1/+1
2018-06-07ubifs: gc: Fix typoGravatar Sascha Hauer 1-1/+1
2018-06-07ubifs: log: Some spelling fixesGravatar Sascha Hauer 1-3/+3
2018-06-07ubifs: Spelling fix someting -> somethingGravatar Sascha Hauer 1-1/+1
2018-06-07ubifs: journal: Remove wrong commentGravatar Sascha Hauer 1-3/+2
2018-06-07ubifs: remove set but never used variableGravatar Sascha Hauer 2-5/+0
2018-06-07ubifs, xattr: remove misguided quota flagsGravatar Wang Shilong 1-1/+1
2018-06-07fs: ubifs: Adding new return type vm_fault_tGravatar Souptick Joarder 1-7/+4
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 3-14/+15
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+1
2018-05-22ubifs_lookup: use d_splice_alias()Gravatar Al Viro 1-28/+15
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerGravatar Eric Biggers 1-9/+1
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 4-9/+12
2018-04-04ubifs: Remove useless parameter of lpt_heap_replaceGravatar Jiang Biao 1-3/+1
2018-04-04ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxGravatar Jiang Biao 1-1/+1
2018-04-04ubifs: remove unnecessary assignmentGravatar Stefan Agner 1-1/+0
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeGravatar Richard Weinberger 1-4/+10
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callGravatar Christoph Hellwig 1-1/+1
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-85/+18
2018-01-18ubifs: remove error message in ubifs_xattr_getGravatar Rock Lee 1-2/+0
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Gravatar Eric Biggers 1-7/+3
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Gravatar Eric Biggers 1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Gravatar Eric Biggers 1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Gravatar Eric Biggers 1-3/+3
2018-01-17ubifs: switch to fscrypt_file_open()Gravatar Eric Biggers 1-30/+1
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Gravatar Geert Uytterhoeven 1-14/+7
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-3/+1
2018-01-11ubifs: switch to fscrypt_get_symlink()Gravatar Eric Biggers 1-34/+2
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsGravatar Eric Biggers 1-43/+12
2018-01-11ubifs: free the encrypted symlink targetGravatar Eric Biggers 1-6/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 4-14/+14
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-20/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsGravatar Eric Biggers 1-5/+2
2017-10-18fscrypt: remove ->is_encrypted()Gravatar Eric Biggers 3-9/+2
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagGravatar Eric Biggers 2-1/+5
2017-10-18fscrypt: clean up include file messGravatar Dave Chinner 1-5/+4
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