aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24ubifs: Remove empty file.hRichard Weinberger1-0/+0
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger3-0/+37
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger3-4/+42
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger31-521/+550
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger1-2/+2
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger1-1/+1
2018-08-15ubifs: Check data node size before truncateRichard Weinberger1-1/+10
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger1-3/+2
2018-08-15ubifs: Add comment on c->commit_semRichard Weinberger1-0/+1
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner6-3/+29
2018-08-15ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva1-4/+1
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann4-5/+5
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann2-9/+8
2018-08-15ubifs: xattr: Don't operate on deleted inodesRichard Weinberger1-0/+24
2018-08-15ubifs: gc: Fix typoRichard Weinberger1-1/+1
2018-08-15ubifs: Fix memory leak in lprobs self-checkRichard Weinberger1-4/+4
2018-08-15ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger1-0/+5
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds3-14/+15
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-12/+17
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-22/+13
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer1-1/+1
2018-06-07ubifs: gc: Fix typoSascha Hauer1-1/+1
2018-06-07ubifs: log: Some spelling fixesSascha Hauer1-3/+3
2018-06-07ubifs: Spelling fix someting -> somethingSascha Hauer1-1/+1
2018-06-07ubifs: journal: Remove wrong commentSascha Hauer1-3/+2
2018-06-07ubifs: remove set but never used variableSascha Hauer2-5/+0
2018-06-07ubifs, xattr: remove misguided quota flagsWang Shilong1-1/+1
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder1-7/+4
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani3-14/+15
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-9/+1
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro1-28/+15
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-9/+1
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