summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-14/+15
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-053-14/+15
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-3/+6
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-124-12/+17
* | UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-06-121-2/+3
* | Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-06-108-22/+13
|\ \
| * | ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer2018-06-071-1/+1
| * | ubifs: gc: Fix typoSascha Hauer2018-06-071-1/+1
| * | ubifs: log: Some spelling fixesSascha Hauer2018-06-071-3/+3
| * | ubifs: Spelling fix someting -> somethingSascha Hauer2018-06-071-1/+1
| * | ubifs: journal: Remove wrong commentSascha Hauer2018-06-071-3/+2
| * | ubifs: remove set but never used variableSascha Hauer2018-06-072-5/+0
| * | ubifs, xattr: remove misguided quota flagsWang Shilong2018-06-071-1/+1
| * | fs: ubifs: Adding new return type vm_fault_tSouptick Joarder2018-06-071-7/+4
| |/
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-051-9/+1
|\ \
| * | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-201-9/+1
| |/
* | ubifs_lookup: use d_splice_alias()Al Viro2018-05-221-28/+15
|/
* Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-114-9/+12
|\
| * ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao2018-04-041-3/+1
| * ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao2018-04-041-1/+1
| * ubifs: remove unnecessary assignmentStefan Agner2018-04-041-1/+0
| * ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-041-4/+10
* | ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig2018-03-281-1/+1
|/
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-043-85/+18
|\
| * fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-111-3/+1
| * ubifs: switch to fscrypt_get_symlink()Eric Biggers2018-01-111-34/+2
| * ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-111-43/+12
| * ubifs: free the encrypted symlink targetEric Biggers2018-01-111-6/+4
* | ubifs: remove error message in ubifs_xattr_getRock Lee2018-01-181-2/+0
* | ubifs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-171-7/+3
* | ubifs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-171-14/+3
* | ubifs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-171-13/+7
* | ubifs: switch to fscrypt_prepare_link()Eric Biggers2018-01-171-3/+3
* | ubifs: switch to fscrypt_file_open()Eric Biggers2018-01-171-30/+1
* | ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven2018-01-171-14/+7
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-274-14/+14
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-145-20/+13
|\
| * fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-181-5/+2
| * fscrypt: remove ->is_encrypted()Eric Biggers2017-10-183-9/+2
| * fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-182-1/+5
| * fscrypt: clean up include file messDave Chinner2017-10-181-5/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-1/+4
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-141-0/+2
* ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-143-11/+15
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-141-5/+5
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-141-2/+2
OpenPOWER on IntegriCloud